Home
last modified time | relevance | path

Searched refs:CFMutableArrayRef (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/Analysis/
Dretain-release-gc-only.m34 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);
241CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{le…
248CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{le…
254 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning
260CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{le…
266 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning
[all …]
DCFContainers.mm22 typedef struct __CFArray * CFMutableArrayRef; typedef
207 void ArrayRefMutableEscape(CFMutableArrayRef a);
210 void TestCFMutableArrayRefEscapeViaMutableArgument(CFMutableArrayRef a) {
219 void TestCFMutableArrayRefEscapeViaImmutableArgument(CFMutableArrayRef a) {
Dretain-release-inline.m44 typedef struct __CFArray * CFMutableArrayRef; typedef
45 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
47 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value);
Dretain-release-region-store.m26 typedef struct __CFArray * CFMutableArrayRef; typedef
27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
Dretain-release.mm65 typedef struct __CFArray * CFMutableArrayRef; typedef
66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
70 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value);
Dretain-release.m77 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/
Dpymactoolbox.h219 extern PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef);
220 extern int CFMutableArrayRefObj_Convert(PyObject *, CFMutableArrayRef *);
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py237 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
239 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
D_CFmodule.c48 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()
Dpycfbridge.c160 CFMutableArrayRef rv = NULL; in PyCF_Python2CF_sequence()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result95 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 …]
Dobjcmt-arc-cf-annotations.m89 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 …]
Dobjcmt-ns-returns-inner-pointer.m65 typedef struct __CFArray * CFMutableArrayRef; typedef
Dobjcmt-migrate-all.m66 typedef struct __CFArray * CFMutableArrayRef; typedef
Dobjcmt-migrate-all.m.result66 typedef struct __CFArray * CFMutableArrayRef;
Dobjcmt-ns-returns-inner-pointer.m.result65 typedef struct __CFArray * CFMutableArrayRef;
/external/python/cpython2/Python/
Dmactoolboxglue.c462 GLUE_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert, "Carbon.CF")
463 GLUE_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New, "Carbon.CF")
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py98 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
/external/curl/lib/vtls/
Dsectransp.c1581 CFMutableArrayRef alpnArr = CFArrayCreateMutable(NULL, 0,
2077 CFMutableArrayRef array)
2136 CFMutableArrayRef array = CFArrayCreateMutable(kCFAllocatorDefault, 0,
/external/harfbuzz_ng/src/
Dhb-coretext.cc541CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallB… in _hb_coretext_shape()
/external/libcups/cups/
Dtls-darwin.c500 CFMutableArrayRef peerCerts; /* Peer credentials reference */ in _httpCreateCredentials()
Ddest.c460 CFMutableArrayRef newlocations; /* New locations array */ in _cupsAppleSetDefaultPrinter()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm102 CFMutableArrayRef returned_array = CFArrayCreateMutable(