Searched refs:CFTypeRef (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/PCH/Inputs/
H A Darc.h3 typedef const void *CFTypeRef; typedef
6 CFTypeRef CFCreateSomething();
8 CFTypeRef CFGetSomething();
24 typedef int array1[sizeof((BRIDGE CFTypeRef)CreateSomething())];
/external/clang/test/ARCMT/
H A DCommon.h24 typedef const void * CFTypeRef; typedef
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 CFBridgingRetai
[all...]
/external/clang/test/Analysis/
H A Dweak-functions.c106 typedef struct CFType *CFTypeRef; typedef in typeref:struct:CFType
107 CFTypeRef CFCreateSomething() __attribute__((weak_import));
108 CFTypeRef CFGetSomething() __attribute__((weak_import));
110 CFTypeRef CFCopyRuleViolation () {
111 CFTypeRef object = CFGetSomething();
115 CFTypeRef CFGetRuleViolation () {
116 CFTypeRef object = CFCreateSomething(); // expected-warning{{Potential leak of an object stored into 'object'}}
H A Dcfref_PR2519.c6 typedef const void * CFTypeRef; typedef
11 extern void CFRelease(CFTypeRef cf);
H A Dcfref_rdar6080742.c13 typedef const void *CFTypeRef; typedef
16 extern void CFRelease(CFTypeRef cf);
/external/chromium_org/base/mac/
H A Dscoped_cftyperef.h16 // CFTypeRef. Style deviations here are solely for compatibility with
31 static void Retain(CFTypeRef object) {
34 static void Release(CFTypeRef object) {
H A Dfoundation_util.h141 // 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 valu
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplMac.mm35 static inline id HardAutorelease(CFTypeRef object)
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.h33 CFTypeRef
H A DCFCString.h31 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);
H A DCFCBundle.cpp83 CFTypeRef
H A DCFCString.cpp76 CFCString::SetFileSystemRepresentationFromCFType (CFTypeRef cf_type)
/external/chromium_org/crypto/
H A Dapple_keychain.h34 virtual OSStatus FindGenericPassword(CFTypeRef keychainOrArray,
76 CFTypeRef keychainOrArray,
99 virtual void Free(CFTypeRef ref) const;
H A Dmock_apple_keychain.cc12 CFTypeRef keychainOrArray,
H A Dmock_apple_keychain.h36 CFTypeRef keychainOrArray,
74 CFTypeRef keychainOrArray,
95 virtual void Free(CFTypeRef ref) const OVERRIDE;
/external/chromium_org/media/base/mac/
H A Dvideotoolbox_glue.h44 typedef CFTypeRef VTSessionRef;
96 CFTypeRef propertyValue) const;
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFString.h34 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);
H A DCFString.cpp80 CFString::SetFileSystemRepresentationFromCFType (CFTypeRef cf_type)
/external/chromium_org/net/proxy/
H A Dproxy_resolver_mac.cc47 // 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/
H A DSDL_sysjoystick.c234 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 refC
[all...]
/external/chromium_org/rlz/mac/lib/
H A Dmachine_id_mac.cc73 base::ScopedCFTypeRef<CFTypeRef> mac_data(
105 base::ScopedCFTypeRef<CFTypeRef> serial_number(
/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.cpp43 typedef const void *CFTypeRef; typedef
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h31 typedef const void * CFTypeRef; typedef
125 extern void CFRelease(CFTypeRef cf);
/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.cc421 static CFTypeRef SearchForProperty(io_service_t port, CFStringRef name) {
429 CFTypeRef ref = SearchForProperty(port, name);
448 CFTypeRef ref = SearchForProperty(port, name);
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_mac.cc121 base::ScopedCFTypeRef<CFTypeRef> info(IOPSCopyPowerSourcesInfo());

Completed in 857 milliseconds

12