| /external/lldb/source/Host/macosx/cfcpp/ |
| D | CFCMutableDictionary.cpp | 15 CFCMutableDictionary::CFCMutableDictionary(CFMutableDictionaryRef s) : in CFCMutableDictionary() 16 CFCReleaser<CFMutableDictionaryRef> (s) in CFCMutableDictionary() 24 CFCReleaser<CFMutableDictionaryRef> (rhs) in CFCMutableDictionary() 50 CFMutableDictionaryRef dict = get(); in GetCount() 60 CFMutableDictionaryRef dict = get(); in GetCountOfKey() 70 CFMutableDictionaryRef dict = get(); in GetCountOfValue() 79 CFMutableDictionaryRef dict = get(); in GetKeysAndValues() 89 CFMutableDictionaryRef dict = get(); in GetValue() 98 CFMutableDictionaryRef dict = get(); in GetValueIfPresent() 105 CFMutableDictionaryRef [all …]
|
| D | CFCMutableDictionary.h | 15 class CFCMutableDictionary : public CFCReleaser<CFMutableDictionaryRef> 21 CFCMutableDictionary(CFMutableDictionaryRef s = NULL); 63 CFMutableDictionaryRef Dictionary(bool can_create);
|
| /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… 26 …(void) (NSDictionary *)mcf; // expected-warning {{'CFMutableDictionaryRef' (aka 'struct __CFDicti…
|
| /external/chromium_org/content/common/gpu/ |
| D | image_transport_surface_iosurface_mac.cc | 25 void AddBooleanValue(CFMutableDictionaryRef dictionary, in AddBooleanValue() 32 void AddIntegerValue(CFMutableDictionaryRef dictionary, in AddIntegerValue() 58 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; in AllocateColorBufferStorage()
|
| /external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
| D | removable_storage_provider_mac.cc | 27 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); in PopulateDeviceList() 45 CFMutableDictionaryRef dict; in PopulateDeviceList() 51 base::ScopedCFTypeRef<CFMutableDictionaryRef> dict_ref(dict); in PopulateDeviceList()
|
| /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/ |
| D | SDL_sysjoystick.c | 111 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice); 349 HIDGetCollectionElements ((CFMutableDictionaryRef) refElement, pDevice); in HIDAddElement() 398 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice) in HIDGetCollectionElements() 422 static void HIDGetDeviceInfo (io_object_t hidDevice, CFMutableDictionaryRef hidProperties, recDevic… in HIDGetDeviceInfo() 424 CFMutableDictionaryRef usbProperties = 0; in HIDGetDeviceInfo() 495 CFMutableDictionaryRef hidProperties = 0; in HIDBuildDevice() 575 CFMutableDictionaryRef hidMatchDictionary = NULL; in SDL_SYS_JoystickInit()
|
| /external/chromium_org/ui/surface/ |
| D | accelerated_surface_mac.cc | 110 static void AddBooleanValue(CFMutableDictionaryRef dictionary, in AddBooleanValue() 117 static void AddIntegerValue(CFMutableDictionaryRef dictionary, in AddIntegerValue() 215 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; in SetSurfaceSize()
|
| /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/chromium_org/rlz/mac/lib/ |
| D | machine_id_mac.cc | 28 base::ScopedCFTypeRef<CFMutableDictionaryRef> matching_dict( in FindEthernetInterfaces() 33 base::ScopedCFTypeRef<CFMutableDictionaryRef> primary_interface( in FindEthernetInterfaces()
|
| /external/clang/test/Analysis/ |
| 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-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.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/chromium_org/components/policy/core/common/ |
| D | preferences_mock_mac.h | 30 base::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
|
| D | policy_test_utils.cc | 98 CFMutableDictionaryRef dict = in ValueToProperty()
|
| /external/lldb/tools/debugserver/source/ |
| D | RNBServices.cpp | 72 …CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDic… in GetPrcoesses() 154 …CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDic… in ListApplications()
|
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
| D | SimpleFontDataCoreText.cpp | 52 CFMutableDictionaryRef mutableAttributes = (CFMutableDictionaryRef)attributesDictionary.get(); in getCFStringAttributes()
|
| /external/chromium_org/chrome/test/chromedriver/ |
| D | test_util.cc | 42 base::ScopedCFTypeRef<CFMutableDictionaryRef> filter_dict( in SwitchKeyboardLayout()
|
| /external/chromium_org/chrome/common/mac/ |
| D | launchd.h | 61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
|
| D | mock_launchd.h | 44 virtual CFMutableDictionaryRef CreatePlistFromFile(
|
| /external/chromium_org/crypto/ |
| D | apple_keychain_ios.mm | 26 CFMutableDictionaryRef query = 65 CFMutableDictionaryRef keychain_data =
|
| /external/chromium_org/content/shell/renderer/test_runner/helper/ |
| D | layout_test_helper_mac.mm | 111 CFMutableDictionaryRef profile_info = 146 CFMutableDictionaryRef profile_info =
|
| /external/clang/test/ARCMT/ |
| D | objcmt-migrate-all.m | 77 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
|
| D | objcmt-ns-returns-inner-pointer.m | 76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
|
| D | objcmt-ns-returns-inner-pointer.m.result | 76 typedef struct __CFDictionary * CFMutableDictionaryRef;
|
| /external/chromium_org/chrome/browser/extensions/api/music_manager_private/ |
| D | device_id_mac.cc | 178 CFMutableDictionaryRef match_classes = in GetMacAddress()
|