Searched refs:CFDictionaryRef (Results 1 - 25 of 47) sorted by relevance

12

/external/clang/test/Analysis/
H A DCFContainers-invalid.c6 typedef const struct __CFDictionary * CFDictionaryRef; typedef in typeref:struct:__CFDictionary
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
H A Dcfref_PR2519.c18 typedef const struct __CFDictionary * CFDictionaryRef; typedef in typeref:struct:__CFDictionary
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h37 virtual CFDictionaryRef CopyExports();
40 virtual CFDictionaryRef CopyJobDictionary(CFStringRef label);
43 virtual CFDictionaryRef CopyDictionaryByCheckingIn(CFErrorRef* error);
69 CFDictionaryRef dict);
H A Dmock_launchd.h35 virtual CFDictionaryRef CopyExports() OVERRIDE;
36 virtual CFDictionaryRef CopyJobDictionary(CFStringRef label) OVERRIDE;
37 virtual CFDictionaryRef CopyDictionaryByCheckingIn(CFErrorRef* error)
51 CFDictionaryRef dict) OVERRIDE;
H A Dmock_launchd.cc120 CFDictionaryRef MockLaunchd::CopyExports() {
141 CFDictionaryRef MockLaunchd::CopyJobDictionary(CFStringRef label) {
167 CFDictionaryRef MockLaunchd::CopyDictionaryByCheckingIn(CFErrorRef* error) {
235 base::ScopedCFTypeRef<CFDictionaryRef> socket_dict(
272 base::ScopedCFTypeRef<CFDictionaryRef> dict(CopyDictionaryByCheckingIn(NULL));
279 CFDictionaryRef dict) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc31 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
H A Dfull_screen_chrome_window_detector.cc38 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
54 CFDictionaryRef window) {
57 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>(
87 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
109 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
145 CFDictionaryRef windo
[all...]
/external/chromium_org/media/base/mac/
H A Dvideotoolbox_glue.h75 CFDictionaryRef encoderSpecification,
76 CFDictionaryRef sourceImageBufferAttributes,
86 CFDictionaryRef frameProperties,
/external/chromium_org/chrome/common/
H A Dservice_process_util_posix.h30 CFDictionaryRef CreateServiceProcessLaunchdPlist(base::CommandLine* cmd_line,
74 base::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_;
/external/chromium_org/net/proxy/
H A Dproxy_config_service_ios.cc24 bool GetBoolFromDictionary(CFDictionaryRef dict,
40 base::ScopedCFTypeRef<CFDictionaryRef> config_dict(
H A Dproxy_server_mac.cc19 CFDictionaryRef dict,
H A Dproxy_resolver_mac.cc144 CFDictionaryRef proxy_dictionary = base::mac::CFCastStrict<CFDictionaryRef>(
/external/chromium_org/remoting/host/
H A Dsingle_window_input_injector_mac.cc137 // CFDictionaryRef returned by CFArrayGetValueAtIndex is owned by
139 CFDictionaryRef window =
140 base::mac::CFCast<CFDictionaryRef>(
144 CFDictionaryRef bounds =
145 base::mac::GetValueFromDictionary<CFDictionaryRef>(
/external/chromium_org/components/policy/core/common/
H A Dmac_util.cc77 if (CFDictionaryRef dict = CFCast<CFDictionaryRef>(property)) {
/external/chromium_org/third_party/webrtc/base/
H A Dmacwindowpicker.cc93 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
128 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
228 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
/external/lldb/source/Host/macosx/
H A DSymbols.cpp48 CFDictionaryRef DBGCopyDSYMPropertyLists (CFURLRef dsym_url);
363 CFCReleaser<CFDictionaryRef> dict(::DBGCopyDSYMPropertyLists (dsym_url.get()));
364 CFDictionaryRef uuid_dict = NULL;
368 uuid_dict = static_cast<CFDictionaryRef>(::CFDictionaryGetValue (dict.get(), uuid_cfstr.get()));
576 GetModuleSpecInfoFromUUIDDictionary (CFDictionaryRef uuid_dict, ModuleSpec &module_spec)
584 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGSymbolRichExecutable"));
591 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGDSYMPath"));
601 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGArchitecture"));
611 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGBuildSourcePath"));
617 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dic
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataCoreText.cpp43 CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, FontOrientation orientation) const
46 HashMap<unsigned, RetainPtr<CFDictionaryRef> >::AddResult addResult = m_CFStringAttributes.add(key, RetainPtr<CFDictionaryRef>());
47 RetainPtr<CFDictionaryRef>& attributesDictionary = addResult.storedValue->value;
147 CFDictionaryRef attributes = CTRunGetAttributes(ctRun);
H A DComplexTextControllerCoreText.mm39 CTLineRef CTLineCreateWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* context), void (*dispose)(const UniChar* chars, void* context), void* context);
170 CFDictionaryRef attributes;
173 static const UniChar* provideStringAndAttributes(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* refCon)
195 RetainPtr<CFDictionaryRef> stringAttributes;
208 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, attributeKeys, values, sizeof(attributeKeys) / sizeof(*attributeKeys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
223 static CFDictionaryRef ltrTypesetterOptions = CFDictionaryCreate(kCFAllocatorDefault, optionKeys, ltrOptionValues, WTF_ARRAY_LENGTH(optionKeys), &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
224 static CFDictionaryRef rtlTypesetterOptions = CFDictionaryCreate(kCFAllocatorDefault, optionKeys, rtlOptionValues, WTF_ARRAY_LENGTH(optionKeys), &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
254 CFDictionaryRef runAttributes = CTRunGetAttributes(ctRun);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_mac.cc72 base::ScopedCFTypeRef<CFDictionaryRef> characteristics(
73 static_cast<CFDictionaryRef>(IORegistryEntrySearchCFProperty(
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_mac.mm96 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
152 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
H A Dmouse_cursor_monitor_mac.mm145 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_mac.cc29 SInt64 GetValueAsSInt64(CFDictionaryRef description,
42 bool GetValueAsBoolean(CFDictionaryRef description,
62 void FetchBatteryStatus(CFDictionaryRef description,
127 CFDictionaryRef description = IOPSGetPowerSourceDescription(info,
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_mac.h49 CFDictionaryRef user_info);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
H A DFontPlatformDataCocoa.mm180 static CFDictionaryRef createFeatureSettingDictionary(int featureTypeIdentifier, int featureSelectorIdentifier)
200 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
213 RetainPtr<CFDictionaryRef> lineInitialSwashesOffSetting(AdoptCF, createFeatureSettingDictionary(kSmartSwashType, kLineInitialSwashesOffSelector));
214 RetainPtr<CFDictionaryRef> lineFinalSwashesOffSetting(AdoptCF, createFeatureSettingDictionary(kSmartSwashType, kLineFinalSwashesOffSelector));
221 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c223 CFDictionaryRef dictRef = (CFDictionaryRef)propertyListRef;
245 CFDictionaryRef theSessionDict;
252 theSessionDict = (CFDictionaryRef) CFArrayGetValueAtIndex (theSessionArrayRef, index);
261 CFDictionaryRef theTrackDict;
268 theTrackDict = (CFDictionaryRef) CFArrayGetValueAtIndex (trackArray, trackIndex);

Completed in 1132 milliseconds

12