/aosp_15_r20/external/cronet/base/apple/ |
H A D | scoped_cftyperef_unittest.cc | 26 CFMutableArrayRef array = in TEST() 30 ScopedCFTypeRef<CFMutableArrayRef> retain_scoper(array, in TEST() 35 ScopedCFTypeRef<CFMutableArrayRef> assume_scoper(array, in TEST() 40 CFMutableArrayRef array2 = in TEST() 43 ScopedCFTypeRef<CFMutableArrayRef> assume_scoper2( in TEST() 50 CFMutableArrayRef array = in TEST() 60 ScopedCFTypeRef<CFMutableArrayRef> original( in TEST() 64 ScopedCFTypeRef<CFMutableArrayRef> copy(original); in TEST() 70 ScopedCFTypeRef<CFMutableArrayRef> original( in TEST() 81 ScopedCFTypeRef<CFMutableArrayRef> original( in TEST() [all …]
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | x509_util_apple.cc | 60 base::apple::ScopedCFTypeRef<CFMutableArrayRef> 66 base::apple::ScopedCFTypeRef<CFMutableArrayRef> 70 base::apple::ScopedCFTypeRef<CFMutableArrayRef> cert_list( in CreateSecCertificateArrayForX509Certificate() 73 return base::apple::ScopedCFTypeRef<CFMutableArrayRef>(); in CreateSecCertificateArrayForX509Certificate() 78 return base::apple::ScopedCFTypeRef<CFMutableArrayRef>(); in CreateSecCertificateArrayForX509Certificate() 86 return base::apple::ScopedCFTypeRef<CFMutableArrayRef>(); in CreateSecCertificateArrayForX509Certificate() 157 base::apple::ScopedCFTypeRef<CFMutableArrayRef> chain( in CertificateChainFromSecTrust()
|
H A D | x509_util_apple.h | 35 NET_EXPORT base::apple::ScopedCFTypeRef<CFMutableArrayRef> 49 NET_EXPORT base::apple::ScopedCFTypeRef<CFMutableArrayRef>
|
H A D | cert_verify_proc_ios.cc | 145 ScopedCFTypeRef<CFMutableArrayRef> local_policies( in CreateTrustPolicies() 406 ScopedCFTypeRef<CFMutableArrayRef> cert_array( in VerifyInternal() 424 ScopedCFTypeRef<CFMutableArrayRef> sct_array_ref; in VerifyInternal()
|
H A D | x509_util_apple_unittest.cc | 50 base::apple::ScopedCFTypeRef<CFMutableArrayRef> sec_certs( in TEST() 94 base::apple::ScopedCFTypeRef<CFMutableArrayRef> sec_certs( in TEST()
|
H A D | test_keychain_search_list_mac.h | 43 base::apple::ScopedCFTypeRef<CFMutableArrayRef> scoped_keychain_search_list;
|
H A D | test_root_certs.h | 89 base::apple::ScopedCFTypeRef<CFMutableArrayRef> temporary_roots_;
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A 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 …]
|
H A D | CFContainers.mm | 22 typedef struct __CFArray * CFMutableArrayRef; typedef 207 void ArrayRefMutableEscape(CFMutableArrayRef a); 210 void TestCFMutableArrayRefEscapeViaMutableArgument(CFMutableArrayRef a) { 219 void TestCFMutableArrayRefEscapeViaImmutableArgument(CFMutableArrayRef a) {
|
H 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);
|
H A 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);
|
H A D | retain-release-region-store.m | 26 typedef struct __CFArray * CFMutableArrayRef; typedef 27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pymactoolbox.h | 219 extern PyObject *CFMutableArrayRefObj_New(CFMutableArrayRef); 220 extern int CFMutableArrayRefObj_Convert(PyObject *, CFMutableArrayRef *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | bindings.py | 110 CFMutableArrayRef = POINTER(CFMutableArray) variable 390 CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | bindings.py | 110 CFMutableArrayRef = POINTER(CFMutableArray) variable 390 CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | bindings.py | 110 CFMutableArrayRef = POINTER(CFMutableArray) variable 390 CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | bindings.py | 110 CFMutableArrayRef = POINTER(CFMutableArray) variable 390 CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p]
|
/aosp_15_r20/external/python/watchdog/src/ |
D | watchdog_fsevents.c | 501 static CFMutableArrayRef 506 CFMutableArrayRef array_of_cf_string = NULL; in watchdog_CFMutableArrayRef_from_PyStringList() 561 CFMutableArrayRef paths = NULL; in watchdog_FSEventStreamCreate()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 462 GLUE_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert, "Carbon.CF") 463 GLUE_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New, "Carbon.CF")
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | fake_apple_keychain_v2.mm | 172 base::apple::ScopedCFTypeRef<CFMutableArrayRef> items( 284 base::apple::ScopedCFTypeRef<CFMutableArrayRef> keychain_access_groups(
|
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 98 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable
|