Searched refs:CFSetRef (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Analysis/ |
D | CFContainers-invalid.c | 7 typedef const struct __CFSet * CFSetRef; typedef 14 CFSetRef CFSetCreate(CFAllocatorRef);
|
D | CFContainers.mm | 79 typedef const struct __CFSet * CFSetRef; typedef 92 CFSetRef CFSetCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFSetC… 106 …CFSetRef set = CFSetCreate(NULL, (const void **)x, 3, &kCFTypeSetCallBacks); // expected-warning {… 108 …CFSetRef fSet = CFSetCreate(kCFAllocatorDefault, (const void**) pairs, count - 1, &kCFTypeSetCallB…
|
/external/webkit/Source/JavaScriptGlue/ |
D | UserObjectImp.cpp | 260 if (CFSetGetCount((CFSetRef)cfValue)) in toBoolean()
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | WebCoreURLResponse.mm | 44 static CFSetRef createBinaryExtensionsSet() 526 static CFSetRef binaryExtensions = createBinaryExtensionsSet();
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebPluginController.mm | 320 CFSetApplyFunction((CFSetRef)_checksInProgress, cancelOutstandingCheck, NULL);
|