Home
last modified time | relevance | path

Searched refs:CFAllocatorRef (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/Analysis/
DCFContainers-invalid.c4 typedef const struct __CFAllocator * CFAllocatorRef; typedef
9 extern const CFAllocatorRef kCFAllocatorDefault;
12 CFArrayRef CFArrayCreate(CFAllocatorRef);
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
14 CFSetRef CFSetCreate(CFAllocatorRef);
Dcfref_PR2519.c8 typedef const struct __CFAllocator * CFAllocatorRef; typedef
9 extern const CFAllocatorRef kCFAllocatorDefault;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void *…
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
DkeychainAPI.m246 typedef const struct __CFAllocator * CFAllocatorRef; typedef
247 extern const CFAllocatorRef kCFAllocatorDefault;
248 extern const CFAllocatorRef kCFAllocatorSystemDefault;
249 extern const CFAllocatorRef kCFAllocatorMalloc;
250 extern const CFAllocatorRef kCFAllocatorMallocZone;
251 extern const CFAllocatorRef kCFAllocatorNull;
252 extern const CFAllocatorRef kCFAllocatorUseContext;
253 …hBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encodi…
256 void DellocWithCFStringCreate1(CFAllocatorRef alloc) {
269 void DellocWithCFStringCreate2(CFAllocatorRef alloc) {
[all …]
DCFContainers.mm3 typedef const struct __CFAllocator * CFAllocatorRef; typedef
8 const CFAllocatorRef kCFAllocatorDefault;
9 typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocator, const void *value);
10 typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocator, const void *value);
21 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
47 typedef const void * (*CFDictionaryRetainCallBack)(CFAllocatorRef allocator, const void *value);
48 typedef void (*CFDictionaryReleaseCallBack)(CFAllocatorRef allocator, const void *value);
53 typedef const void * (*CFSetRetainCallBack)(CFAllocatorRef allocator, const void *value);
54 typedef void (*CFSetReleaseCallBack)(CFAllocatorRef allocator, const void *value);
77 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values…
[all …]
Dretain-release-inline.m35 typedef const struct __CFAllocator * CFAllocatorRef; typedef
36 extern const CFAllocatorRef kCFAllocatorDefault;
45 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
58 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
62 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
67 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
78 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
81 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
82 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
165 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
[all …]
Dretain-release.mm56 typedef const struct __CFAllocator * CFAllocatorRef; typedef
57 extern const CFAllocatorRef kCFAllocatorDefault;
66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
68 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
85 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
86 extern CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString);
91 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
102 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
105 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
[all …]
Dretain-release-region-store.m17 typedef const struct __CFAllocator * CFAllocatorRef; typedef
18 extern const CFAllocatorRef kCFAllocatorDefault;
27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
33 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
37 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
69 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
71 extern DADiskRef DADiskCreateFromBSDName( CFAllocatorRef allocator, DASessionRef session, const cha…
72 extern DADiskRef DADiskCreateFromIOMedia( CFAllocatorRef allocator, DASessionRef session, io_servic…
81 extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn status, CFStringRef str…
Dretain-release-gc-only.m25 typedef const struct __CFAllocator * CFAllocatorRef; typedef
26 extern const CFAllocatorRef kCFAllocatorDefault;
35 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
48 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
52 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
57 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
68 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
71 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
72 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
161 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
[all …]
DCFNumber.c4 typedef const struct __CFAllocator * CFAllocatorRef; typedef
16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
Dcfref_rdar6080742.c15 typedef const struct __CFAllocator *CFAllocatorRef; typedef
25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
Ddelegates.m16 typedef const struct __CFAllocator * CFAllocatorRef; typedef
17 extern const CFAllocatorRef kCFAllocatorDefault;
22 extern CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CF…
Drefcnt_naming.m4 typedef const struct __CFAllocator * CFAllocatorRef; typedef
6 extern CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef URLString, CFURLRef bas…
DPR2599.m5 typedef const struct __CFAllocator * CFAllocatorRef; typedef
8 extern CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CF…
DCFDateGC.m16 typedef const struct __CFAllocator * CFAllocatorRef; typedef
20 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h33 typedef const struct __CFAllocator * CFAllocatorRef; typedef
34 extern const CFAllocatorRef kCFAllocatorDefault;
35 extern const CFAllocatorRef kCFAllocatorSystemDefault;
36 extern const CFAllocatorRef kCFAllocatorMalloc;
37 extern const CFAllocatorRef kCFAllocatorMallocZone;
38 extern const CFAllocatorRef kCFAllocatorNull;
121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
127 …bleWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex ca…
128 …Ref CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encod…
/external/clang/test/SemaObjC/
Dformat-ostrace-warning.m11 typedef const struct __CFAllocator * CFAllocatorRef; typedef
20 CFStringRef CStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, const char…
23 CFStringRef CStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions…
32 CFAllocatorRef alloc;
Dobjc-cf-audited-warning.m14 typedef const struct __CFAllocator * CFAllocatorRef; typedef
15 const CFAllocatorRef kCFAllocatorDefault;
18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…
Dformat-cstrings-warning.m43 typedef const struct __CFAllocator * CFAllocatorRef; typedef
50 CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringR…
53 CFStringRef CFStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOption…
62 CFAllocatorRef alloc;
Darc-dict-bridged-cast.m8 typedef const struct __CFAllocator * CFAllocatorRef; typedef
20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength);
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c279 _rv = CFPropertyListCreateXMLData((CFAllocatorRef)NULL, in CFTypeRefObj_CFPropertyListCreateXMLData()
294 _rv = CFPropertyListCreateDeepCopy((CFAllocatorRef)NULL, in CFTypeRefObj_CFPropertyListCreateDeepCopy()
326 _rv = CFPropertyListCreateFromXMLData((CFAllocatorRef)NULL, in CFTypeRefObj_CFPropertyListCreateFromXMLData()
535 _rv = CFArrayCreateCopy((CFAllocatorRef)NULL, in CFArrayRefObj_CFArrayCreateCopy()
565 _rv = CFStringCreateByCombiningStrings((CFAllocatorRef)NULL, in CFArrayRefObj_CFStringCreateByCombiningStrings()
986 _rv = CFDictionaryCreateCopy((CFAllocatorRef)NULL, in CFDictionaryRefObj_CFDictionaryCreateCopy()
1333 *p_itself = CFDataCreate((CFAllocatorRef)NULL, (unsigned char *)cStr, cLen); in CFDataRefObj_Convert()
1362 _rv = CFDataCreateCopy((CFAllocatorRef)NULL, in CFDataRefObj_CFDataCreateCopy()
1392 _rv = CFStringCreateFromExternalRepresentation((CFAllocatorRef)NULL, in CFDataRefObj_CFStringCreateFromExternalRepresentation()
1829 *p_itself = CFStringCreateWithCString((CFAllocatorRef)NULL, cStr, kCFStringEncodingASCII); in CFStringRefObj_Convert()
[all …]
Dpycfbridge.c172 rv = CFArrayCreateMutable((CFAllocatorRef)NULL, size, &kCFTypeArrayCallBacks); in PyCF_Python2CF_sequence()
211 rv = CFDictionaryCreateMutable((CFAllocatorRef)NULL, size, in PyCF_Python2CF_mapping()
287 *dst = CFStringCreateWithCString((CFAllocatorRef)NULL, chars, kCFStringEncodingASCII); in PyCF_Python2CF_string()
295 *dst = CFStringCreateWithCharacters((CFAllocatorRef)NULL, unichars, size); in PyCF_Python2CF_string()
/external/clang/test/ARCMT/
Dnonobjc-to-objc-cast.m12 typedef const struct __CFAllocator * CFAllocatorRef; typedef
15 extern const CFAllocatorRef kCFAllocatorDefault;
17 extern CFStringRef CFUUIDCreateString(CFAllocatorRef alloc, CFUUIDRef uuid);
Dnonobjc-to-objc-cast.m.result12 typedef const struct __CFAllocator * CFAllocatorRef;
15 extern const CFAllocatorRef kCFAllocatorDefault;
17 extern CFStringRef CFUUIDCreateString(CFAllocatorRef alloc, CFUUIDRef uuid);
Dobjcmt-arc-cf-annotations.m79 typedef const struct __CFAllocator * CFAllocatorRef; typedef
80 extern const CFAllocatorRef kCFAllocatorDefault;
90 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
103 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
107 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
112 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
123 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
126 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
127 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
233 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
[all …]
Dobjcmt-arc-cf-annotations.m.result79 typedef const struct __CFAllocator * CFAllocatorRef;
80 extern const CFAllocatorRef kCFAllocatorDefault;
96 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
109 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
113 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
118 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at) CF_RETURNS_RETAINED;
129 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
132 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
133 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
251 extern DASessionRef DASessionCreate( CFAllocatorRef allocator ) CF_RETURNS_RETAINED;
[all …]

12