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

1 2

  /external/clang/test/Analysis/
CFContainers-invalid.c 9 extern const CFAllocatorRef kCFAllocatorDefault;
17 (void)CFArrayCreate(kCFAllocatorDefault);
18 (void)CFDictionaryCreate(kCFAllocatorDefault);
19 (void)CFSetCreate(kCFAllocatorDefault);
cfref_PR2519.c 9 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/compiler-rt/test/asan/TestCases/Darwin/
suppressions-darwin.cc 26 CFStringCreateWithBytes(kCFAllocatorDefault, (unsigned char *)a, 10,
suppressions-sandbox.cc 17 CFStringCreateWithBytes(kCFAllocatorDefault, (unsigned char *)a, 10,
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_osx.py 32 kCFAllocatorDefault = ctypes.c_void_p.in_dll(cf, "kCFAllocatorDefault")
75 kCFAllocatorDefault,
83 kCFAllocatorDefault,
102 kCFAllocatorDefault,
110 kCFAllocatorDefault,
  /external/libcups/cups/
tls-darwin.c 123 cfcommon_name = CFStringCreateWithCString(kCFAllocatorDefault, common_name, kCFStringEncodingUTF8);
134 keyParams = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
157 CFNumberRef usage = CFNumberCreate(kCFAllocatorDefault, kCFNumberCFIndexType, &usageInt);
159 CFNumberRef len = CFNumberCreate(kCFAllocatorDefault, kCFNumberCFIndexType, &lenInt);
162 CFDictionaryRef certParams = CFDictionaryCreate(kCFAllocatorDefault, certKeys, certValues, sizeof(certKeys) / sizeof(certKeys[0]), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
168 CFArrayRef ca_o_dn = CFArrayCreate(kCFAllocatorDefault, ca_o, 2, NULL);
169 CFArrayRef ca_cn_dn = CFArrayCreate(kCFAllocatorDefault, ca_cn, 2, NULL);
172 ca_dn_array[0] = CFArrayCreate(kCFAllocatorDefault, (const void **)&ca_o_dn, 1, NULL);
173 ca_dn_array[1] = CFArrayCreate(kCFAllocatorDefault, (const void **)&ca_cn_dn, 1, NULL);
175 CFArrayRef subject = CFArrayCreate(kCFAllocatorDefault, ca_dn_array, 2, NULL)
    [all...]
language.c 225 if ((localeid = CFStringCreateWithCString(kCFAllocatorDefault, language,
229 kCFAllocatorDefault, localeid)) != NULL)
259 localeName = CFLocaleCreateCanonicalLocaleIdentifierFromString(kCFAllocatorDefault, languageName);
1149 cfm = CFStringCreateWithCString(kCFAllocatorDefault, m,
    [all...]
http-addr.c 826 SCDynamicStoreRef sc = SCDynamicStoreCreate(kCFAllocatorDefault,
dest.c 469 newlocations = CFArrayCreateMutableCopy(kCFAllocatorDefault, 0,
476 newlocations = CFArrayCreateMutable(kCFAllocatorDefault, 0,
479 newlocation = CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
    [all...]
  /external/libchrome/base/time/
time_mac.cc 175 : CFTimeZoneCreateWithTimeIntervalFromGMT(kCFAllocatorDefault, 0));
177 kCFAllocatorDefault, kCFGregorianCalendar));
224 : CFTimeZoneCreateWithTimeIntervalFromGMT(kCFAllocatorDefault, 0));
226 kCFAllocatorDefault, kCFGregorianCalendar));
  /external/webrtc/webrtc/base/
macasyncsocket.cc 346 cf_socket = CFSocketCreate(kCFAllocatorDefault,
350 cf_socket = CFSocketCreateWithNative(kCFAllocatorDefault,
371 source_ = CFSocketCreateRunLoopSource(kCFAllocatorDefault, socket_, 1);
395 CFDataRef cf_address = CFDataCreate(kCFAllocatorDefault,
macsocketserver.cc 77 kCFAllocatorDefault,
88 CFFileDescriptorCreateRunLoopSource(kCFAllocatorDefault, desc, 0);
macutils.cc 42 *str16 = CFStringCreateWithBytes(kCFAllocatorDefault,
logging.cc 347 CFStringRef key = CFStringCreateWithCString(kCFAllocatorDefault,
  /external/harfbuzz_ng/src/
hb-coretext.cc 85 CFArrayRef cascade_list = CFArrayCreate (kCFAllocatorDefault,
90 CFDictionaryRef attributes = CFDictionaryCreate (kCFAllocatorDefault,
638 CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
649 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.feature),
650 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.setting)
652 CFDictionaryRef dict = CFDictionaryCreate (kCFAllocatorDefault,
666 CFDictionaryRef attributes = CFDictionaryCreate (kCFAllocatorDefault,
804 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (kCFAllocatorDefault,
823 CFStringRef lang = CFStringCreateWithCStringNoCopy (kCFAllocatorDefault,
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_cgo_darwin.go 32 CFMutableDataRef combinedData = CFDataCreateMutable(kCFAllocatorDefault, 0);
102 CFMutableDataRef combinedData = CFDataCreateMutable(kCFAllocatorDefault, 0);
103 CFMutableDataRef combinedUntrustedData = CFDataCreateMutable(kCFAllocatorDefault, 0);
  /prebuilts/go/linux-x86/src/crypto/x509/
root_cgo_darwin.go 32 CFMutableDataRef combinedData = CFDataCreateMutable(kCFAllocatorDefault, 0);
102 CFMutableDataRef combinedData = CFDataCreateMutable(kCFAllocatorDefault, 0);
103 CFMutableDataRef combinedUntrustedData = CFDataCreateMutable(kCFAllocatorDefault, 0);
  /external/skia/src/ports/
SkFontHost_mac.cpp 588 CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
593 CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
610 CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &ctFontTraits));
617 CFNumberCreate(kCFAllocatorDefault, kCFNumberCGFloatType, &ctWeight));
624 CFNumberCreate(kCFAllocatorDefault, kCFNumberCGFloatType, &ctWidth));
631 CFNumberCreate(kCFAllocatorDefault, kCFNumberCGFloatType, &ctSlant));
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 31 return CFDictionaryCreate(kCFAllocatorDefault, keys, values, size,
59 CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &value);
h264_video_toolbox_nalu.cc 188 kCFAllocatorDefault, 2, param_set_ptrs, param_set_sizes, 4,
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 34 extern const CFAllocatorRef kCFAllocatorDefault;
  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.cpp 328 kCFAllocatorDefault, name, kCFStringEncodingASCII, kCFAllocatorNull);
  /external/libusb/libusb/os/
darwin_usb.c 218 CFMutableDictionaryRef propertyMatchDict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
243 CFTypeRef cfNumber = IORegistryEntryCreateCFProperty (service, property, kCFAllocatorDefault, 0);
258 CFTypeRef cfData = IORegistryEntryCreateCFProperty (service, property, kCFAllocatorDefault, 0);
    [all...]
  /external/curl/lib/vtls/
darwinssl.c     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 602 milliseconds

1 2