/external/clang/test/Analysis/ |
D | retain-release-gc-only.m | 34 typedef struct __CFArray * CFMutableArrayRef; typedef 35 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 37 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); 235 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning 237 CFRelease((CFMutableArrayRef) x); 241 …CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{le… 248 …CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{le… 254 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning 260 …CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{le… 266 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning [all …]
|
D | CFContainers.mm | 22 typedef struct __CFArray * CFMutableArrayRef; typedef 207 void ArrayRefMutableEscape(CFMutableArrayRef a); 210 void TestCFMutableArrayRefEscapeViaMutableArgument(CFMutableArrayRef a) { 219 void TestCFMutableArrayRefEscapeViaImmutableArgument(CFMutableArrayRef a) {
|
D | retain-release-inline.m | 44 typedef struct __CFArray * CFMutableArrayRef; typedef 45 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 47 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value);
|
D | retain-release-region-store.m | 26 typedef struct __CFArray * CFMutableArrayRef; typedef 27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
|
D | retain-release.mm | 65 typedef struct __CFArray * CFMutableArrayRef; typedef 66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 70 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value);
|
D | retain-release.m | 77 typedef struct __CFArray * CFMutableArrayRef; typedef 78 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 80 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); 453 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 484 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning 489 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 494 CFMutableArrayRef f13_autorelease_c() { 495 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 501 CFMutableArrayRef f13_autorelease_d() { 502 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); [all …]
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 219 extern PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef); 220 extern int CFMutableArrayRefObj_Convert(PyObject *, CFMutableArrayRef *);
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfsupport.py | 237 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable 239 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
|
D | _CFmodule.c | 48 extern PyObject *_CFMutableArrayRefObj_New(CFMutableArrayRef); 49 extern int _CFMutableArrayRefObj_Convert(PyObject *, CFMutableArrayRef *); 695 CFMutableArrayRef ob_itself; 699 PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef itself) in CFMutableArrayRefObj_New() 715 int CFMutableArrayRefObj_Convert(PyObject *v, CFMutableArrayRef *p_itself) in CFMutableArrayRefObj_Convert() 848 CFMutableArrayRef itself; in CFMutableArrayRefObj_tp_init() 3667 CFMutableArrayRef _rv; in CF_CFArrayCreateMutable() 3686 CFMutableArrayRef _rv; in CF_CFArrayCreateMutableCopy() 4886 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New); in init_CF() 4887 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert); in init_CF()
|
D | pycfbridge.c | 160 CFMutableArrayRef rv = NULL; in PyCF_Python2CF_sequence()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 95 typedef struct __CFArray * CFMutableArrayRef; 96 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 98 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); 494 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 531 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning 536 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 541 CFMutableArrayRef f13_autorelease_c() { 542 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 548 CFMutableArrayRef f13_autorelease_d() { 549 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); [all …]
|
D | objcmt-arc-cf-annotations.m | 89 typedef struct __CFArray * CFMutableArrayRef; typedef 90 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA… 92 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); 458 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 489 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning 494 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 499 CFMutableArrayRef f13_autorelease_c() { 500 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); 506 CFMutableArrayRef f13_autorelease_d() { 507 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); [all …]
|
D | objcmt-ns-returns-inner-pointer.m | 65 typedef struct __CFArray * CFMutableArrayRef; typedef
|
D | objcmt-migrate-all.m | 66 typedef struct __CFArray * CFMutableArrayRef; typedef
|
D | objcmt-migrate-all.m.result | 66 typedef struct __CFArray * CFMutableArrayRef;
|
D | objcmt-ns-returns-inner-pointer.m.result | 65 typedef struct __CFArray * CFMutableArrayRef;
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 462 GLUE_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert, "Carbon.CF") 463 GLUE_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New, "Carbon.CF")
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 98 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
|
/external/curl/lib/vtls/ |
D | sectransp.c | 1581 CFMutableArrayRef alpnArr = CFArrayCreateMutable(NULL, 0, 2077 CFMutableArrayRef array) 2136 CFMutableArrayRef array = CFArrayCreateMutable(kCFAllocatorDefault, 0,
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 541 …CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallB… in _hb_coretext_shape()
|
/external/libcups/cups/ |
D | tls-darwin.c | 500 CFMutableArrayRef peerCerts; /* Peer credentials reference */ in _httpCreateCredentials()
|
D | dest.c | 460 CFMutableArrayRef newlocations; /* New locations array */ in _cupsAppleSetDefaultPrinter()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 102 CFMutableArrayRef returned_array = CFArrayCreateMutable(
|