Home
last modified time | relevance | path

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

12

/external/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.cpp15 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 …]
DCFCMutableDictionary.h15 class CFCMutableDictionary : public CFCReleaser<CFMutableDictionaryRef>
21 CFCMutableDictionary(CFMutableDictionaryRef s = NULL);
63 CFMutableDictionaryRef Dictionary(bool can_create);
/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…
26 …(void) (NSDictionary *)mcf; // expected-warning {{'CFMutableDictionaryRef' (aka 'struct __CFDicti…
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_iosurface_mac.cc25 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/
Dremovable_storage_provider_mac.cc27 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/
DSDL_sysjoystick.c111 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/
Daccelerated_surface_mac.cc110 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/
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/chromium_org/rlz/mac/lib/
Dmachine_id_mac.cc28 base::ScopedCFTypeRef<CFMutableDictionaryRef> matching_dict( in FindEthernetInterfaces()
33 base::ScopedCFTypeRef<CFMutableDictionaryRef> primary_interface( in FindEthernetInterfaces()
/external/clang/test/Analysis/
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-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.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/chromium_org/components/policy/core/common/
Dpreferences_mock_mac.h30 base::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
Dpolicy_test_utils.cc98 CFMutableDictionaryRef dict = in ValueToProperty()
/external/lldb/tools/debugserver/source/
DRNBServices.cpp72 …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/
DSimpleFontDataCoreText.cpp52 CFMutableDictionaryRef mutableAttributes = (CFMutableDictionaryRef)attributesDictionary.get(); in getCFStringAttributes()
/external/chromium_org/chrome/test/chromedriver/
Dtest_util.cc42 base::ScopedCFTypeRef<CFMutableDictionaryRef> filter_dict( in SwitchKeyboardLayout()
/external/chromium_org/chrome/common/mac/
Dlaunchd.h61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
Dmock_launchd.h44 virtual CFMutableDictionaryRef CreatePlistFromFile(
/external/chromium_org/crypto/
Dapple_keychain_ios.mm26 CFMutableDictionaryRef query =
65 CFMutableDictionaryRef keychain_data =
/external/chromium_org/content/shell/renderer/test_runner/helper/
Dlayout_test_helper_mac.mm111 CFMutableDictionaryRef profile_info =
146 CFMutableDictionaryRef profile_info =
/external/clang/test/ARCMT/
Dobjcmt-migrate-all.m77 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
Dobjcmt-ns-returns-inner-pointer.m76 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef
Dobjcmt-ns-returns-inner-pointer.m.result76 typedef struct __CFDictionary * CFMutableDictionaryRef;
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
Ddevice_id_mac.cc178 CFMutableDictionaryRef match_classes = in GetMacAddress()

12