Searched refs:foundValue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_query.c403 CFTypeRef foundValue = NULL; local
412 foundValue = CFDictionaryGetValue(searchDict, propName);
414 foundValue = OSKextGetValueForInfoDictionaryKey(theKext, propName);
416 if (!foundValue) {
419 foundType = CFGetTypeID(foundValue);
422 if (foundValue) {
434 result = CFEqual(foundValue, queryValue);
450 CFRange findResult = CFStringFind(foundValue,
459 foundValue, queryValue,
460 CFRangeMake(0, CFStringGetLength(foundValue)),
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp8204 bool foundValue = false; local
8209 foundValue = true;
8218 foundValue = true;
8224 if (foundValue) {

Completed in 92 milliseconds