/external/clang/test/PCH/Inputs/ |
arc.h | 3 typedef const void *CFTypeRef; 6 CFTypeRef CFCreateSomething(); 8 CFTypeRef CFGetSomething(); 24 typedef int array1[sizeof((BRIDGE CFTypeRef)CreateSomething())];
|
/external/chromium_org/ui/gl/ |
io_surface_support_mac.h | 37 virtual CFTypeRef IOSurfaceCreate(CFDictionaryRef properties) = 0; 41 virtual uint32 IOSurfaceGetID(CFTypeRef io_surface) = 0; 42 virtual CFTypeRef IOSurfaceLookup(uint32 io_surface_id) = 0; 48 virtual mach_port_t IOSurfaceCreateMachPort(CFTypeRef io_surface) = 0; 49 virtual CFTypeRef IOSurfaceLookupFromMachPort(mach_port_t port) = 0; 51 virtual size_t IOSurfaceGetWidth(CFTypeRef io_surface) = 0; 52 virtual size_t IOSurfaceGetHeight(CFTypeRef io_surface) = 0; 53 virtual size_t IOSurfaceGetBytesPerRow(CFTypeRef io_surface) = 0; 54 virtual void* IOSurfaceGetBaseAddress(CFTypeRef io_surface) = 0; 56 virtual IOReturn IOSurfaceLock(CFTypeRef io_surface [all...] |
io_surface_support_mac.cc | 10 typedef CFTypeRef (*IOSurfaceCreateProcPtr)(CFDictionaryRef properties); 11 typedef uint32 (*IOSurfaceGetIDProcPtr)(CFTypeRef io_surface); 12 typedef CFTypeRef (*IOSurfaceLookupProcPtr)(uint32 io_surface_id); 13 typedef mach_port_t (*IOSurfaceCreateMachPortProcPtr)(CFTypeRef io_surface); 14 typedef CFTypeRef (*IOSurfaceLookupFromMachPortProcPtr)(mach_port_t port); 15 typedef size_t (*IOSurfaceGetWidthPtr)(CFTypeRef io_surface); 16 typedef size_t (*IOSurfaceGetHeightPtr)(CFTypeRef io_surface); 17 typedef size_t (*IOSurfaceGetBytesPerRowPtr)(CFTypeRef io_surface); 18 typedef void* (*IOSurfaceGetBaseAddressPtr)(CFTypeRef io_surface); 19 typedef IOReturn (*IOSurfaceLockPtr)(CFTypeRef io_surface [all...] |
gl_image_io_surface.h | 34 base::ScopedCFTypeRef<CFTypeRef> io_surface_;
|
/external/clang/test/ARCMT/ |
Common.h | 24 typedef const void * CFTypeRef; 25 CFTypeRef CFRetain(CFTypeRef cf); 26 CFTypeRef CFMakeCollectable(CFTypeRef cf) NS_AUTOMATED_REFCOUNT_UNAVAILABLE; 28 NS_INLINE NS_RETURNS_RETAINED id NSMakeCollectable(CFTypeRef CF_CONSUMED cf) NS_AUTOMATED_REFCOUNT_UNAVAILABLE; 87 NS_INLINE CF_RETURNS_RETAINED CFTypeRef CFBridgingRetain(id X) { 88 return (__bridge_retained CFTypeRef)X; 91 NS_INLINE id CFBridgingRelease(CFTypeRef CF_CONSUMED X) { 97 NS_INLINE CF_RETURNS_RETAINED CFTypeRef CFBridgingRetain(id X) [all...] |
/external/chromium/base/ |
foundation_utils_mac.h | 13 // object (one derived from CFTypeRef) to the Foundation memory management 18 // This function should only be used to convert a concrete CFTypeRef type to 27 static inline id CFTypeRefToNSObjectAutorelease(CFTypeRef cf_object) {
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImplMac.mm | 35 static inline id HardAutorelease(CFTypeRef object)
|
/external/chromium/chrome/browser/ |
keychain_mac.h | 41 CFTypeRef keychainOrArray, SecItemClass itemClass, 62 virtual OSStatus FindGenericPassword(CFTypeRef keychainOrArray, 84 virtual void Free(CFTypeRef ref) const;
|
keychain_mac.cc | 32 CFTypeRef keychainOrArray, SecItemClass itemClass, 64 OSStatus MacKeychain::FindGenericPassword(CFTypeRef keychainOrArray, 105 void MacKeychain::Free(CFTypeRef ref) const {
|
keychain_mock_mac.h | 40 CFTypeRef keychainOrArray, SecItemClass itemClass, 61 virtual OSStatus FindGenericPassword(CFTypeRef keychainOrArray, 79 virtual void Free(CFTypeRef ref) const;
|
/external/chromium_org/crypto/ |
apple_keychain.h | 34 virtual OSStatus FindGenericPassword(CFTypeRef keychainOrArray, 76 CFTypeRef keychainOrArray, 99 virtual void Free(CFTypeRef ref) const;
|
mock_apple_keychain.cc | 12 CFTypeRef keychainOrArray,
|
mock_apple_keychain.h | 36 CFTypeRef keychainOrArray, 74 CFTypeRef keychainOrArray, 95 virtual void Free(CFTypeRef ref) const OVERRIDE;
|
/external/chromium_org/content/common/gpu/client/ |
gpu_memory_buffer_impl_io_surface.h | 35 base::ScopedCFTypeRef<CFTypeRef> io_surface_;
|
/external/clang/test/Analysis/ |
cfref_PR2519.c | 6 typedef const void * CFTypeRef; 11 extern void CFRelease(CFTypeRef cf);
|
cfref_rdar6080742.c | 13 typedef const void *CFTypeRef; 16 extern void CFRelease(CFTypeRef cf);
|
/external/chromium_org/base/mac/ |
foundation_util.h | 141 // object (one derived from CFTypeRef) to the Foundation memory management 146 // This function should only be used to convert a concrete CFTypeRef type to 157 BASE_EXPORT void* CFTypeRefToNSObjectAutorelease(CFTypeRef cf_object); 245 // CFCast<>() and CFCastStrict<>() cast a basic CFTypeRef to a more 258 // CFTypeRef hello = CFSTR("hello world"); 262 T CFCast(const CFTypeRef& cf_val); 265 T CFCastStrict(const CFTypeRef& cf_val); 269 CFCast<TypeCF##Ref>(const CFTypeRef& cf_val);\ 272 CFCastStrict<TypeCF##Ref>(const CFTypeRef& cf_val); 341 CFStringRef key, const std::string& expected_type, CFTypeRef value) [all...] |
/external/chromium/base/mac/ |
foundation_util.h | 96 CFTypeRef GetValueFromDictionary(CFDictionaryRef dict,
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pymactoolbox.h | 194 extern PyObject *CFObj_New(CFTypeRef); 195 extern int CFObj_Convert(PyObject *, CFTypeRef *); 196 extern PyObject *CFTypeRefObj_New(CFTypeRef); 197 extern int CFTypeRefObj_Convert(PyObject *, CFTypeRef *);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pymactoolbox.h | 194 extern PyObject *CFObj_New(CFTypeRef); 195 extern int CFObj_Convert(PyObject *, CFTypeRef *); 196 extern PyObject *CFTypeRefObj_New(CFTypeRef); 197 extern int CFTypeRefObj_Convert(PyObject *, CFTypeRef *);
|
/external/chromium/net/proxy/ |
proxy_resolver_mac.cc | 36 // to a CFTypeRef. This stashes either |error| or |proxies| in that location. 40 CFTypeRef* result_ptr = reinterpret_cast<CFTypeRef*>(client); 102 CFTypeRef result = NULL;
|
/external/chromium_org/net/proxy/ |
proxy_resolver_mac.cc | 47 // to a CFTypeRef. This stashes either |error| or |proxies| in that location. 51 CFTypeRef* result_ptr = reinterpret_cast<CFTypeRef*>(client); 109 CFTypeRef result = NULL;
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/ |
SDL_sysjoystick.c | 234 static void HIDGetElementInfo (CFTypeRef refElement, recElement *pElement) 237 CFTypeRef refType; 283 static void HIDAddElement (CFTypeRef refElement, recDevice* pDevice) 288 CFTypeRef refElementType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementTypeKey)); 289 CFTypeRef refUsagePage = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementUsagePageKey)); 290 CFTypeRef refUsage = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementUsageKey)); 378 HIDAddElement ((CFTypeRef) value, (recDevice *) parameter); 383 static void HIDGetElements (CFTypeRef refElementCurrent, recDevice *pDevice) 400 CFTypeRef refElementTop = CFDictionaryGetValue (deviceProperties, CFSTR(kIOHIDElementKey)); 409 CFTypeRef refCF = 0 [all...] |
/external/chromium_org/rlz/mac/lib/ |
machine_id_mac.cc | 73 base::ScopedCFTypeRef<CFTypeRef> mac_data( 105 base::ScopedCFTypeRef<CFTypeRef> serial_number(
|
/external/chromium_org/ui/surface/ |
accelerated_surface_mac.h | 121 base::ScopedCFTypeRef<CFTypeRef> io_surface_;
|