Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableArray.cpp13 CFCMutableArray::CFCMutableArray(CFMutableArrayRef s) in CFCMutableArray()
14 : CFCReleaser<CFMutableArrayRef>(s) {} in CFCMutableArray()
18 : CFCReleaser<CFMutableArrayRef>(rhs) // NOTE: this won't make a copy of the in CFCMutableArray()
35 CFMutableArrayRef array = get(); in GetCount()
43 CFMutableArrayRef array = get(); in GetCountOfValue()
50 CFMutableArrayRef array = get(); in GetCountOfValue()
57 CFMutableArrayRef array = get(); in GetValueAtIndex()
68 CFMutableArrayRef array = get(); in SetValueAtIndex()
80 CFMutableArrayRef array = get(); in AppendValue()
98 CFMutableArrayRef array = get(); in AppendCStringAsCFString()
[all …]
DCFCMutableArray.h14 class CFCMutableArray : public CFCReleaser<CFMutableArrayRef> {
17 CFCMutableArray(CFMutableArrayRef array = NULL);
/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);
/external/llvm-project/lldb/tools/debugserver/source/
DRNBServices.cpp32 int GetProcesses(CFMutableArrayRef plistMutableArray, bool all_users) { in GetProcesses()
130 CFReleaser<CFMutableArrayRef> plistMutableArray( in ListApplications()
/external/python/cpython2/Include/
Dpymactoolbox.h219 extern PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef);
220 extern int CFMutableArrayRefObj_Convert(PyObject *, CFMutableArrayRef *);
/external/llvm-project/clang/lib/DirectoryWatcher/mac/
DDirectoryWatcher-mac.cpp167 CFMutableArrayRef PathsToWatch = [&]() { in createFSEventStream()
168 CFMutableArrayRef PathsToWatch = in createFSEventStream()
/external/llvm-project/clang/test/Analysis/
DCFContainers.mm25 typedef struct __CFArray * CFMutableArrayRef; typedef
227 void ArrayRefMutableEscape(CFMutableArrayRef a);
230 void TestCFMutableArrayRefEscapeViaMutableArgument(CFMutableArrayRef a) {
239 void TestCFMutableArrayRefEscapeViaImmutableArgument(CFMutableArrayRef a) {
Dretain-release.m95 typedef struct __CFArray * CFMutableArrayRef; typedef
96 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
98 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value);
534 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks);
565 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // no-warning
570 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks);
575 CFMutableArrayRef f13_autorelease_c() {
576 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks);
582 CFMutableArrayRef f13_autorelease_d() {
583 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks);
[all …]
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py237 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
239 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py98 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
/external/python/cpython2/Python/
Dmactoolboxglue.c462 GLUE_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert, "Carbon.CF")
463 GLUE_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New, "Carbon.CF")
/external/llvm-project/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-ns-returns-inner-pointer.m.result65 typedef struct __CFArray * CFMutableArrayRef;
Dobjcmt-migrate-all.m.result66 typedef struct __CFArray * CFMutableArrayRef;
/external/clang/test/ARCMT/
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-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-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;
/external/libchrome/components/policy/core/common/
Dpolicy_test_utils.cc120 CFMutableArrayRef array = in ValueToProperty()

12