/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableArray.cpp | 13 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 …]
|
D | CFCMutableArray.h | 14 class CFCMutableArray : public CFCReleaser<CFMutableArrayRef> { 17 CFCMutableArray(CFMutableArrayRef array = NULL);
|
/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);
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBServices.cpp | 32 int GetProcesses(CFMutableArrayRef plistMutableArray, bool all_users) { in GetProcesses() 130 CFReleaser<CFMutableArrayRef> plistMutableArray( in ListApplications()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 219 extern PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef); 220 extern int CFMutableArrayRefObj_Convert(PyObject *, CFMutableArrayRef *);
|
/external/llvm-project/clang/lib/DirectoryWatcher/mac/ |
D | DirectoryWatcher-mac.cpp | 167 CFMutableArrayRef PathsToWatch = [&]() { in createFSEventStream() 168 CFMutableArrayRef PathsToWatch = in createFSEventStream()
|
/external/llvm-project/clang/test/Analysis/ |
D | CFContainers.mm | 25 typedef struct __CFArray * CFMutableArrayRef; typedef 227 void ArrayRefMutableEscape(CFMutableArrayRef a); 230 void TestCFMutableArrayRefEscapeViaMutableArgument(CFMutableArrayRef a) { 239 void TestCFMutableArrayRefEscapeViaImmutableArgument(CFMutableArrayRef a) {
|
D | retain-release.m | 95 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/ |
D | cfsupport.py | 237 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable 239 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 98 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 462 GLUE_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert, "Carbon.CF") 463 GLUE_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New, "Carbon.CF")
|
/external/llvm-project/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-ns-returns-inner-pointer.m.result | 65 typedef struct __CFArray * CFMutableArrayRef;
|
D | objcmt-migrate-all.m.result | 66 typedef struct __CFArray * CFMutableArrayRef;
|
/external/clang/test/ARCMT/ |
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-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-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;
|
/external/libchrome/components/policy/core/common/ |
D | policy_test_utils.cc | 120 CFMutableArrayRef array = in ValueToProperty()
|