Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/base/apple/
H A Dscoped_cftyperef_unittest.cc26 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 Dx509_util_apple.cc60 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 Dx509_util_apple.h35 NET_EXPORT base::apple::ScopedCFTypeRef<CFMutableArrayRef>
49 NET_EXPORT base::apple::ScopedCFTypeRef<CFMutableArrayRef>
H A Dcert_verify_proc_ios.cc145 ScopedCFTypeRef<CFMutableArrayRef> local_policies( in CreateTrustPolicies()
406 ScopedCFTypeRef<CFMutableArrayRef> cert_array( in VerifyInternal()
424 ScopedCFTypeRef<CFMutableArrayRef> sct_array_ref; in VerifyInternal()
H A Dx509_util_apple_unittest.cc50 base::apple::ScopedCFTypeRef<CFMutableArrayRef> sec_certs( in TEST()
94 base::apple::ScopedCFTypeRef<CFMutableArrayRef> sec_certs( in TEST()
H A Dtest_keychain_search_list_mac.h43 base::apple::ScopedCFTypeRef<CFMutableArrayRef> scoped_keychain_search_list;
H A Dtest_root_certs.h89 base::apple::ScopedCFTypeRef<CFMutableArrayRef> temporary_roots_;
/aosp_15_r20/external/clang/test/Analysis/
H A 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 …]
H A DCFContainers.mm22 typedef struct __CFArray * CFMutableArrayRef; typedef
207 void ArrayRefMutableEscape(CFMutableArrayRef a);
210 void TestCFMutableArrayRefEscapeViaMutableArgument(CFMutableArrayRef a) {
219 void TestCFMutableArrayRefEscapeViaImmutableArgument(CFMutableArrayRef a) {
H 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);
H A 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);
H A Dretain-release-region-store.m26 typedef struct __CFArray * CFMutableArrayRef; typedef
27 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
/aosp_15_r20/external/clang/test/ARCMT/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/python/cpython2/Include/
Dpymactoolbox.h219 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/
Dbindings.py110 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/
Dbindings.py110 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/
Dbindings.py110 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/
Dbindings.py110 CFMutableArrayRef = POINTER(CFMutableArray) variable
390 CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef
392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p]
/aosp_15_r20/external/python/watchdog/src/
Dwatchdog_fsevents.c501 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/
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()
/aosp_15_r20/external/python/cpython2/Python/
Dmactoolboxglue.c462 GLUE_CONVERT(CFMutableArrayRef, CFMutableArrayRefObj_Convert, "Carbon.CF")
463 GLUE_NEW(CFMutableArrayRef, CFMutableArrayRefObj_New, "Carbon.CF")
/aosp_15_r20/external/cronet/crypto/
H A Dfake_apple_keychain_v2.mm172 base::apple::ScopedCFTypeRef<CFMutableArrayRef> items(
284 base::apple::ScopedCFTypeRef<CFMutableArrayRef> keychain_access_groups(
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py98 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj") variable

12