/aosp_15_r20/external/protobuf/objectivec/ |
H A D | GPBExtensionRegistry.m | 37 CFMutableDictionaryRef mutableClassMap_; 72 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 90 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 101 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)context; 106 CFMutableDictionaryRef mutableClassMap = (CFMutableDictionaryRef)context; 108 CFMutableDictionaryRef otherExtensionMap = (CFMutableDictionaryRef)value; 110 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/ |
H A D | GPBExtensionRegistry.m | 37 CFMutableDictionaryRef mutableClassMap_; 72 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 90 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 101 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)context; 106 CFMutableDictionaryRef mutableClassMap = (CFMutableDictionaryRef)context; 108 CFMutableDictionaryRef otherExtensionMap = (CFMutableDictionaryRef)value; 110 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A 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…
|
/aosp_15_r20/external/skia/src/utils/mac/ |
H A D | SkCTFontCreateExactCopy.cpp | 25 static void add_opsz_attr(CFMutableDictionaryRef attr, double opsz) { in add_opsz_attr() 34 static void add_notrak_attr(CFMutableDictionaryRef attr) { in add_notrak_attr() 45 SkUniqueCFRef<CFMutableDictionaryRef> attr( in SkCTFontCreateExactCopy()
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A 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 );
|
H A 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 );
|
H A 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 );
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | fake_apple_keychain_v2.mm | 74 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> params_copy( 82 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> private_key_params( 107 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> keychain_item( 138 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> result( 263 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> item_copy(
|
/aosp_15_r20/external/clang/test/Analysis/Inputs/ |
H A 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 *);
|
/aosp_15_r20/external/libcups/scheduler/ |
H A 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()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pymactoolbox.h | 223 extern PyObject *CFMutableDictionaryRefObj_New(CFMutableDictionaryRef); 224 extern int CFMutableDictionaryRefObj_Convert(PyObject *, CFMutableDictionaryRef *);
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontMgr_mac_ct.cpp | 89 SkUniqueCFRef<CFMutableDictionaryRef> cfAttributes( in create_descriptor() 94 SkUniqueCFRef<CFMutableDictionaryRef> cfTraits( in create_descriptor() 391 SkUniqueCFRef<CFMutableDictionaryRef> cfAttr( in CreateSet()
|
H A D | SkTypeface_mac_ct.cpp | 1098 SkUniqueCFRef<CFMutableDictionaryRef> newCtVariation( in ctvariation_from_SkFontArguments() 1102 SkUniqueCFRef<CFMutableDictionaryRef> wrongOpszVariation; in ctvariation_from_SkFontArguments() 1194 SkUniqueCFRef<CFMutableDictionaryRef> attributes( in onMakeClone() 1313 SkUniqueCFRef<CFMutableDictionaryRef> attributes( in MakeFromStream()
|
/aosp_15_r20/external/angle/src/gpu_info_util/ |
H A D | SystemInfo_macos.mm | 68 CFMutableDictionaryRef matchDictionary = IOServiceMatching(kServiceNames[i]); 171 CFMutableDictionaryRef matchDictionary = IORegistryEntryIDMatching(gpuID); 276 CFMutableDictionaryRef matchingDict = IORegistryEntryIDMatching(registryID);
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | MediaVideoToolBoxVideoHelper.cpp | 371 CFMutableDictionaryRef buffer_attributes; in createOutputBufferAttributes() 372 CFMutableDictionaryRef io_surface_properties; in createOutputBufferAttributes() 514 CFMutableDictionaryRef decoder_spec = CFDictionaryCreateMutable( in recreateDecompressionSession()
|
D | MediaH264DecoderVideoToolBox.cpp | 98 CFMutableDictionaryRef buffer_attributes; in createOutputBufferAttributes() 99 CFMutableDictionaryRef io_surface_properties; in createOutputBufferAttributes() 637 CFMutableDictionaryRef decoder_spec = CFDictionaryCreateMutable(kCFAllocatorDefault, in recreateDecompressionSession()
|
/aosp_15_r20/external/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 84 [[maybe_unused]] static void dict_add_double(CFMutableDictionaryRef d, const void* name, double val… in dict_add_double() 225 SkUniqueCFRef<CFMutableDictionaryRef> attr( in shape()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 467 GLUE_CONVERT(CFMutableDictionaryRef, CFMutableDictionaryRefObj_Convert, "Carbon.CF") 468 GLUE_NEW(CFMutableDictionaryRef, CFMutableDictionaryRefObj_New, "Carbon.CF")
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | objcmt-arc-cf-annotations.m | 102 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef 103 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 227 CFMutableDictionaryRef IOServiceMatching( const char * name ); 228 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 229 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char *… 230 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, con… 231 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID ); 1023 void CFDictionaryAddValue(CFMutableDictionaryRef, void *, void *); 1026 void rdar_6539791(CFMutableDictionaryRef y, void* key, void* val_key) { 1027 …CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
|
H A D | objcmt-arc-cf-annotations.m.result | 108 typedef struct __CFDictionary * CFMutableDictionaryRef; 109 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,… 242 CFMutableDictionaryRef IOServiceMatching( const char * name ); 243 CFMutableDictionaryRef IOServiceNameMatching( const char * name ); 244 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char *… 245 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, con… 246 CFMutableDictionaryRef IORegistryEntryIDMatching( uint64_t entryID ); 1065 void CFDictionaryAddValue(CFMutableDictionaryRef, void *, void *); 1068 void rdar_6539791(CFMutableDictionaryRef y, void* key, void* val_key) { 1069 …CFMutableDictionaryRef x = CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKey…
|
/aosp_15_r20/external/libcups/cups/ |
H A D | tls-darwin.c | 196 CFMutableDictionaryRef keyParams = NULL; in cupsMakeServerCredentials() 935 CFMutableDictionaryRef query = NULL; /* Query qualifiers */ in httpLoadCredentials() 1048 CFMutableDictionaryRef attrs = NULL; /* Attributes for add */ in httpSaveCredentials() 1874 CFMutableDictionaryRef query = NULL; /* Query qualifiers */ in http_cdsa_copy_server()
|
/aosp_15_r20/external/openscreen/platform/impl/ |
H A D | scoped_wake_lock_mac.cc | 54 CFMutableDictionaryRef assertion_properties = CFDictionaryCreateMutable( in AcquireWakeLock()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | NativeGpuInfo_darwin.cpp | 69 CFMutableDictionaryRef matching = IOServiceMatching("IODisplayConnect"); in GetGPUInfoMac()
|
/aosp_15_r20/external/cronet/net/cert/internal/ |
H A D | trust_store_mac.cc | 683 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> query( in IntializeIntermediatesCache() 860 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> query( in MaybeInitializeCache() 1100 base::apple::ScopedCFTypeRef<CFMutableDictionaryRef> query( in FindMatchingCertificatesForMacNormalizedSubject()
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 68 extern PyObject *_CFMutableDictionaryRefObj_New(CFMutableDictionaryRef); 69 extern int _CFMutableDictionaryRefObj_Convert(PyObject *, CFMutableDictionaryRef *); 1128 CFMutableDictionaryRef ob_itself; 1132 PyObject *CFMutableDictionaryRefObj_New(CFMutableDictionaryRef itself) in CFMutableDictionaryRefObj_New() 1148 int CFMutableDictionaryRefObj_Convert(PyObject *v, CFMutableDictionaryRef *p_itself) in CFMutableDictionaryRefObj_Convert() 1218 CFMutableDictionaryRef itself; in CFMutableDictionaryRefObj_tp_init() 3819 CFMutableDictionaryRef _rv; in CF_CFDictionaryCreateMutable() 3839 CFMutableDictionaryRef _rv; in CF_CFDictionaryCreateMutableCopy() 4890 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFMutableDictionaryRef, CFMutableDictionaryRefObj_New); in init_CF() 4891 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(CFMutableDictionaryRef, CFMutableDictionaryRefObj_Convert); in init_CF()
|