HomeSort by relevance Sort by last modified time
    Searched refs:CFDictionaryRef (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/test/Analysis/
CFContainers-invalid.c 6 typedef const struct __CFDictionary * CFDictionaryRef;
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
cfref_PR2519.c 18 typedef const struct __CFDictionary * CFDictionaryRef;
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/
launchd.h 37 virtual CFDictionaryRef CopyExports();
40 virtual CFDictionaryRef CopyJobDictionary(CFStringRef label);
43 virtual CFDictionaryRef CopyDictionaryByCheckingIn(CFErrorRef* error);
69 CFDictionaryRef dict);
mock_launchd.h 35 virtual CFDictionaryRef CopyExports() OVERRIDE;
36 virtual CFDictionaryRef CopyJobDictionary(CFStringRef label) OVERRIDE;
37 virtual CFDictionaryRef CopyDictionaryByCheckingIn(CFErrorRef* error)
51 CFDictionaryRef dict) OVERRIDE;
mock_launchd.cc 120 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) {
  /system/core/adb/
get_my_path_darwin.c 24 CFDictionaryRef dict;
  /system/core/fastboot/
util_osx.c 37 CFDictionaryRef dict;
  /external/chromium_org/chrome/common/
service_process_util_posix.h 30 CFDictionaryRef CreateServiceProcessLaunchdPlist(base::CommandLine* cmd_line,
74 base::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_;
  /external/chromium_org/net/proxy/
proxy_config_service_ios.cc 24 bool GetBoolFromDictionary(CFDictionaryRef dict,
40 base::ScopedCFTypeRef<CFDictionaryRef> config_dict(
proxy_server_mac.cc 19 CFDictionaryRef dict,
proxy_resolver_mac.cc 144 CFDictionaryRef proxy_dictionary = base::mac::CFCastStrict<CFDictionaryRef>(
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.cc 87 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
122 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
222 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
  /external/chromium_org/third_party/webrtc/base/
macwindowpicker.cc 93 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
128 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
228 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
  /external/lldb/source/Host/macosx/
Symbols.cpp 48 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_dict, CFSTR("DBGSourcePath"))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataCoreText.cpp 43 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);
ComplexTextControllerCoreText.mm 39 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/
removable_storage_provider_mac.cc 63 base::ScopedCFTypeRef<CFDictionaryRef> characteristics(
64 static_cast<CFDictionaryRef>(IORegistryEntrySearchCFProperty(
  /external/chromium_org/components/policy/core/common/
mac_util.cc 78 if (CFDictionaryRef dict = CFCast<CFDictionaryRef>(property)) {
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_mac.mm 98 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
154 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
mouse_cursor_monitor_mac.mm 130 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
140 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_mac.h 49 CFDictionaryRef user_info);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 191 static CFDictionaryRef createFeatureSettingDictionary(int featureTypeIdentifier, int featureSelectorIdentifier)
211 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
224 RetainPtr<CFDictionaryRef> lineInitialSwashesOffSetting(AdoptCF, createFeatureSettingDictionary(kSmartSwashType, kLineInitialSwashesOffSelector));
225 RetainPtr<CFDictionaryRef> lineFinalSwashesOffSetting(AdoptCF, createFeatureSettingDictionary(kSmartSwashType, kLineFinalSwashesOffSelector));
232 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 223 CFDictionaryRef dictRef = (CFDictionaryRef)propertyListRef;
245 CFDictionaryRef theSessionDict;
252 theSessionDict = (CFDictionaryRef) CFArrayGetValueAtIndex (theSessionArrayRef, index);
261 CFDictionaryRef theTrackDict;
268 theTrackDict = (CFDictionaryRef) CFArrayGetValueAtIndex (trackArray, trackIndex);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);

Completed in 499 milliseconds

1 2 3