/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableDictionary.cpp | 12 CFCMutableDictionary::CFCMutableDictionary(CFMutableDictionaryRef s) in CFCMutableDictionary() 13 : CFCReleaser<CFMutableDictionaryRef>(s) {} in CFCMutableDictionary() 17 : CFCReleaser<CFMutableDictionaryRef>(rhs) {} in CFCMutableDictionary() 31 CFMutableDictionaryRef dict = get(); in GetCount() 40 CFMutableDictionaryRef dict = get(); in GetCountOfKey() 49 CFMutableDictionaryRef dict = get(); in GetCountOfValue() 57 CFMutableDictionaryRef dict = get(); in GetKeysAndValues() 65 CFMutableDictionaryRef dict = get(); in GetValue() 74 CFMutableDictionaryRef dict = get(); in GetValueIfPresent() 80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() [all …]
|
D | CFCMutableDictionary.h | 14 class CFCMutableDictionary : public CFCReleaser<CFMutableDictionaryRef> { 17 CFCMutableDictionary(CFMutableDictionaryRef s = NULL); 57 CFMutableDictionaryRef Dictionary(bool can_create);
|
/external/protobuf/objectivec/ |
D | GPBExtensionRegistry.m | 70 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 89 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 100 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)context; 113 CFMutableDictionaryRef otherExtensionMap = (CFMutableDictionaryRef)value; 115 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)
|
/external/clang/test/SemaObjC/ |
D | objcbridgemutable-attribute.m | 4 …e__((objc_bridge_mutable(NSMutableDictionary))) __CFDictionary * CFMutableDictionaryRef; // expect… typedef 22 void Test(NSMutableDictionary *md, NSDictionary *nd, CFMutableDictionaryRef mcf, CFMutableDictionar… 24 (void) (CFMutableDictionaryRef)md; 25 …(void) (CFMutableDictionaryRef)nd; // expected-warning {{'NSDictionary' cannot bridge to 'CFMutabl…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objcbridgemutable-attribute.m | 4 …e__((objc_bridge_mutable(NSMutableDictionary))) __CFDictionary * CFMutableDictionaryRef; // expect… typedef 22 void Test(NSMutableDictionary *md, NSDictionary *nd, CFMutableDictionaryRef mcf, CFMutableDictionar… 24 (void) (CFMutableDictionaryRef)md; 25 …(void) (CFMutableDictionaryRef)nd; // expected-warning {{'NSDictionary' cannot bridge to 'CFMutabl…
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 120 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 122 void CFDictionarySetValue(CFMutableDictionaryRef, const void *, const void *);
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 135 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 136 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 137 void CFDictionarySetValue(CFMutableDictionaryRef, const void *, const void *);
|
/external/skia/src/ports/ |
D | SkFontMgr_mac_ct.cpp | 59 SkUniqueCFRef<CFMutableDictionaryRef> cfAttributes( in create_descriptor() 64 SkUniqueCFRef<CFMutableDictionaryRef> cfTraits( in create_descriptor() 218 SkUniqueCFRef<CFMutableDictionaryRef> dict( in ctvariation_from_skfontdata() 476 SkUniqueCFRef<CFMutableDictionaryRef> cfAttr( in CreateSet() 614 SkUniqueCFRef<CFMutableDictionaryRef> attributes( in onMakeFromStreamArgs() 652 SkUniqueCFRef<CFMutableDictionaryRef> attributes( in onMakeFromFontData()
|
D | SkTypeface_mac_ct.cpp | 162 static void add_opsz_attr(CFMutableDictionaryRef attr, double opsz) { in add_opsz_attr() 171 static void add_notrak_attr(CFMutableDictionaryRef attr) { in add_notrak_attr() 182 SkUniqueCFRef<CFMutableDictionaryRef> attr( in SkCTFontCreateExactCopy() 1126 SkUniqueCFRef<CFMutableDictionaryRef> newCtVariation( in SkCTVariationFromSkFontArguments() 1130 SkUniqueCFRef<CFMutableDictionaryRef> wrongOpszVariation; in SkCTVariationFromSkFontArguments() 1220 SkUniqueCFRef<CFMutableDictionaryRef> attributes( in onMakeClone()
|
/external/clang/test/Analysis/ |
D | retain-release-inline.m | 57 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 58 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 159 CFMutableDictionaryRef IOServiceMatching( const char * name ); 160 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 161 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char *… 162 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, con… 163 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID );
|
D | retain-release-gc-only.m | 47 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 48 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 155 CFMutableDictionaryRef IOServiceMatching( const char * name ); 156 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 157 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char *… 158 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, con… 159 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID );
|
D | retain-release.mm | 80 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 182 CFMutableDictionaryRef IOServiceMatching( const char * name ); 183 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 184 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char *… 185 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, con… 186 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID );
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBServices.cpp | 68 CFReleaser<CFMutableDictionaryRef> appInfoDict( in GetProcesses() 154 CFReleaser<CFMutableDictionaryRef> appInfoDict( in ListApplications()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 223 extern PyObject *CFMutableDictionaryRefObj_New(CFMutableDictionaryRef); 224 extern int CFMutableDictionaryRefObj_Convert(PyObject *, CFMutableDictionaryRef *);
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release.mm | 80 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 182 CFMutableDictionaryRef IOServiceMatching( const char * name ); 183 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 184 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char *… 185 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, con… 186 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID ); 468 // unless return type is CFMutableDictionaryRef.
|
D | retain-release-inline.m | 58 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 59 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 162 CFMutableDictionaryRef IOServiceMatching( const char * name ); 163 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 164 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char *… 165 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, con… 166 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID );
|
/external/openscreen/platform/impl/ |
D | scoped_wake_lock_mac.cc | 54 CFMutableDictionaryRef assertion_properties = CFDictionaryCreateMutable( in AcquireWakeLock()
|
/external/angle/src/gpu_info_util/ |
D | SystemInfo_macos.mm | 91 CFMutableDictionaryRef matchDictionary = IOServiceMatching(kServiceNames[i]); 152 CFMutableDictionaryRef matchDictionary = IORegistryEntryIDMatching(gpuID); 246 CFMutableDictionaryRef matchingDict = IORegistryEntryIDMatching(registryID);
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_coretext.cpp | 122 static void dict_add_double(CFMutableDictionaryRef d, const void* name, double value) { in dict_add_double() 215 SkUniqueCFRef<CFMutableDictionaryRef> attr( in shape()
|
/external/libcups/scheduler/ |
D | colorman.c | 103 CFMutableDictionaryRef profile, 220 CFMutableDictionaryRef profile, /* I - Profile dictionary */ in apple_init_profile() 227 CFMutableDictionaryRef dict; /* Dictionary for name */ in apple_init_profile() 353 CFMutableDictionaryRef device_name; /* Printer device name dictionary */ in apple_register_profiles() 356 CFMutableDictionaryRef profiles, /* Dictionary of profiles */ in apple_register_profiles()
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 100 CFMutableDictionaryRef = OpaqueByValueType("CFMutableDictionaryRef", "CFMutableDictionaryRefObj") variable
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 467 GLUE_CONVERT(CFMutableDictionaryRef, CFMutableDictionaryRefObj_Convert, "Carbon.CF") 468 GLUE_NEW(CFMutableDictionaryRef, CFMutableDictionaryRefObj_New, "Carbon.CF")
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-ns-returns-inner-pointer.m | 76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-returns-inner-pointer.m | 76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
|
D | objcmt-migrate-all.m | 77 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
|