Searched refs:kCFAllocatorDefault (Results 1 - 25 of 66) sorted by relevance

123

/external/clang/test/Analysis/
H A DCFContainers-invalid.c9 extern const CFAllocatorRef kCFAllocatorDefault;
17 (void)CFArrayCreate(kCFAllocatorDefault);
18 (void)CFDictionaryCreate(kCFAllocatorDefault);
19 (void)CFSetCreate(kCFAllocatorDefault);
H A Dcfref_PR2519.c9 extern const CFAllocatorRef kCFAllocatorDefault;
35 CFNumberRef _value = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &pid);
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/external/chromium_org/components/policy/core/common/
H A Dpreferences_mock_mac.cc8 values_.reset(CFDictionaryCreateMutable(kCFAllocatorDefault,
12 forced_.reset(CFSetCreateMutable(kCFAllocatorDefault,
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp111 dict = ::CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
149 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt8Type, &value));
166 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt8Type, &value));
183 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt16Type, &value));
200 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt16Type, &value));
217 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt32Type, &value));
234 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt32Type, &value));
251 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt64Type, &value));
268 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt64Type, &value));
287 CFCReleaser<CFNumberRef> cf_number(::CFNumberCreate (kCFAllocatorDefault, kCFNumberSInt16Typ
[all...]
H A DCFCMutableArray.cpp115 array = ::CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
135 array = ::CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
155 array = ::CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
H A DCFCData.cpp72 CFAllocatorRef alloc = kCFAllocatorDefault;
H A DCFCString.cpp47 reset(::CFStringCreateWithCString(kCFAllocatorDefault, cstr, cstr_encoding));
69 new_value = ::CFStringCreateWithFileSystemRepresentation (kCFAllocatorDefault, path);
/external/chromium_org/chrome/common/mac/
H A Dmock_launchd.cc86 CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault,
91 CFBundleCreate(kCFAllocatorDefault, url));
129 kCFAllocatorDefault, pipe_name_.c_str(), kCFStringEncodingUTF8));
133 return CFDictionaryCreate(kCFAllocatorDefault,
159 return CFDictionaryCreate(kCFAllocatorDefault,
175 kCFAllocatorDefault, array_values, 1, &kCFTypeArrayCallBacks));
182 return CFDictionaryCreate(kCFAllocatorDefault,
219 *error = CFErrorCreate(kCFAllocatorDefault, kCFErrorDomainPOSIX,
229 kCFAllocatorDefault, socket_array_values, 1, &kCFTypeArrayCallBacks));
236 CFDictionaryCreate(kCFAllocatorDefault,
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dtest_util.cc43 CFDictionaryCreateMutable(kCFAllocatorDefault,
48 kCFAllocatorDefault, input_source_id.c_str(), kCFStringEncodingUTF8));
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPIDispatch_v7_6.cpp51 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
54 gBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
H A DDeckLinkAPIDispatch.cpp60 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
63 gDeckLinkAPIBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
161 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kBMDStreamingAPI_BundlePath), kCFURLPOSIXPathStyle, true);
164 gBMDStreamingAPIBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
H A DDeckLinkAPIDispatch_v8_0.cpp57 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
60 gDeckLinkAPIBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_osx.py32 kCFAllocatorDefault = ctypes.c_void_p.in_dll(cf, "kCFAllocatorDefault") variable
75 kCFAllocatorDefault,
83 kCFAllocatorDefault,
102 kCFAllocatorDefault,
110 kCFAllocatorDefault,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
H A DFontPlatformDataCocoa.mm182 RetainPtr<CFNumberRef> featureTypeIdentifierNumber(AdoptCF, CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureTypeIdentifier));
183 RetainPtr<CFNumberRef> featureSelectorIdentifierNumber(AdoptCF, CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureSelectorIdentifier));
188 return CFDictionaryCreate(kCFAllocatorDefault, settingKeys, settingValues, WTF_ARRAY_LENGTH(settingKeys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
199 const void* values[] = { CFArrayCreate(kCFAllocatorDefault, descriptors, WTF_ARRAY_LENGTH(descriptors), &kCFTypeArrayCallBacks) };
200 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
217 RetainPtr<CFArrayRef> featureSettings(AdoptCF, CFArrayCreate(kCFAllocatorDefault, settingDictionaries, WTF_ARRAY_LENGTH(settingDictionaries), &kCFTypeArrayCallBacks));
221 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
255 RetainPtr<CFNumberRef> featureType(AdoptCF, CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureTypeValue));
256 RetainPtr<CFNumberRef> featureSelector(AdoptCF, CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureSelectorValue));
/external/chromium_org/rlz/mac/lib/
H A Dmachine_id_mac.cc34 CFDictionaryCreateMutable(kCFAllocatorDefault,
76 kCFAllocatorDefault,
108 kCFAllocatorDefault,
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp61 CFAllocatorRef alloc = kCFAllocatorDefault;
H A DCFData.cpp75 CFAllocatorRef alloc = kCFAllocatorDefault;
H A DCFString.cpp51 reset(::CFStringCreateWithCString(kCFAllocatorDefault, cstr, cstr_encoding));
73 new_value = ::CFStringCreateWithFileSystemRepresentation (kCFAllocatorDefault, path);
/external/chromium_org/net/cert/
H A Dtest_root_certs_mac.cc99 CFArrayCreateMutableCopy(kCFAllocatorDefault, 0, scoped_system_roots));
112 temporary_roots_.reset(CFArrayCreateMutable(kCFAllocatorDefault, 0,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataCoreText.cpp51 attributesDictionary.adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, 4, &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
58 static CFNumberRef zeroKerningValue = CFNumberCreate(kCFAllocatorDefault, kCFNumberFloatType, &zero);
65 static CFNumberRef essentialLigaturesValue = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &zero);
126 RetainPtr<CFStringRef> string(AdoptCF, CFStringCreateWithCharactersNoCopy(kCFAllocatorDefault, buffer, bufferLength, kCFAllocatorNull));
127 RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), getCFStringAttributes(0, hasVerticalGlyphs() ? Vertical : Horizontal)));
H A DComplexTextControllerCoreText.mm205 stringAttributes.adoptCF(CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, fontData->getCFStringAttributes(m_font.fontDescription().typesettingFeatures(), fontData->platformData().orientation())));
208 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, attributeKeys, values, sizeof(attributeKeys) / sizeof(*attributeKeys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
221 static const void* ltrOptionValues[] = { CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &ltrForcedEmbeddingLevelValue) };
222 static const void* rtlOptionValues[] = { CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &rtlForcedEmbeddingLevelValue) };
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);
230 RetainPtr<CFStringRef> string(AdoptCF, CFStringCreateWithCharactersNoCopy(kCFAllocatorDefault, cp, length, kCFAllocatorNull));
231 RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), stringAttributes.get()));
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_mac.cc46 disk_obj, &dict, kCFAllocatorDefault, 0) != KERN_SUCCESS) {
77 kCFAllocatorDefault,
/external/chromium_org/chrome/utility/image_writer/
H A Ddisk_unmounter_mac.cc72 return DADissenterCreate(kCFAllocatorDefault, kDAReturnBusy, reason);
105 kCFAllocatorDefault, session_, device_path.c_str()));
/external/chromium_org/content/common/gpu/media/
H A Dvt_video_decode_accelerator.cc127 kCFAllocatorDefault,
139 kCFAllocatorDefault,
152 kCFAllocatorDefault,
157 #define CFINT(i) CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &i)
174 kCFAllocatorDefault,
263 kCFAllocatorDefault,
266 kCFAllocatorDefault, // block_allocator
288 kCFAllocatorDefault,
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSmartReplaceCF.cpp43 smartSet = CFCharacterSetCreateMutable(kCFAllocatorDefault);

Completed in 623 milliseconds

123