Home
last modified time | relevance | path

Searched refs:CFMutableDictionaryRef (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.cpp12 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 …]
DCFCMutableDictionary.h14 class CFCMutableDictionary : public CFCReleaser<CFMutableDictionaryRef> {
17 CFCMutableDictionary(CFMutableDictionaryRef s = NULL);
57 CFMutableDictionaryRef Dictionary(bool can_create);
/external/protobuf/objectivec/
DGPBExtensionRegistry.m70 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/
Dobjcbridgemutable-attribute.m4 …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/
Dobjcbridgemutable-attribute.m4 …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/
Dsystem-header-simulator-objc.h120 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/
Dsystem-header-simulator-objc.h135 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/
DSkFontMgr_mac_ct.cpp59 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()
DSkTypeface_mac_ct.cpp162 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/
Dretain-release-inline.m57 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 );
Dretain-release-gc-only.m47 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 );
Dretain-release.mm80 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/
DRNBServices.cpp68 CFReleaser<CFMutableDictionaryRef> appInfoDict( in GetProcesses()
154 CFReleaser<CFMutableDictionaryRef> appInfoDict( in ListApplications()
/external/python/cpython2/Include/
Dpymactoolbox.h223 extern PyObject *CFMutableDictionaryRefObj_New(CFMutableDictionaryRef);
224 extern int CFMutableDictionaryRefObj_Convert(PyObject *, CFMutableDictionaryRef *);
/external/llvm-project/clang/test/Analysis/
Dretain-release.mm80 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.
Dretain-release-inline.m58 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/
Dscoped_wake_lock_mac.cc54 CFMutableDictionaryRef assertion_properties = CFDictionaryCreateMutable( in AcquireWakeLock()
/external/angle/src/gpu_info_util/
DSystemInfo_macos.mm91 CFMutableDictionaryRef matchDictionary = IOServiceMatching(kServiceNames[i]);
152 CFMutableDictionaryRef matchDictionary = IORegistryEntryIDMatching(gpuID);
246 CFMutableDictionaryRef matchingDict = IORegistryEntryIDMatching(registryID);
/external/skia/modules/skshaper/src/
DSkShaper_coretext.cpp122 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/
Dcolorman.c103 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/
Dmacsupport.py100 CFMutableDictionaryRef = OpaqueByValueType("CFMutableDictionaryRef", "CFMutableDictionaryRefObj") variable
/external/python/cpython2/Python/
Dmactoolboxglue.c467 GLUE_CONVERT(CFMutableDictionaryRef, CFMutableDictionaryRefObj_Convert, "Carbon.CF")
468 GLUE_NEW(CFMutableDictionaryRef, CFMutableDictionaryRefObj_New, "Carbon.CF")
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-ns-returns-inner-pointer.m76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
/external/clang/test/ARCMT/
Dobjcmt-ns-returns-inner-pointer.m76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
Dobjcmt-migrate-all.m77 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef

123