Home
last modified time | relevance | path

Searched refs:CFArrayGetValueAtIndex (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/cronet/net/cert/
H A Dx509_util_apple_unittest.cc55 ASSERT_TRUE(CFArrayGetValueAtIndex(sec_certs.get(), i)); in TEST()
58 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 0))); in TEST()
61 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 1))); in TEST()
64 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 2))); in TEST()
67 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 3))); in TEST()
99 ASSERT_TRUE(CFArrayGetValueAtIndex(sec_certs.get(), i)); in TEST()
103 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 0))); in TEST()
105 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 1))); in TEST()
118 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 0))); in TEST()
120 BytesForSecCert(CFArrayGetValueAtIndex(sec_certs.get(), 1))); in TEST()
[all …]
H A Dcert_verify_proc_ios.cc240 const_cast<void*>(CFArrayGetValueAtIndex(cert_chain, i))); in GetCertChainInfo()
364 const_cast<void*>(CFArrayGetValueAtIndex(properties.get(), i))); in GetCertFailureStatusFromTrust()
/aosp_15_r20/external/clang/test/Analysis/
H A DCFContainers.mm86 const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); function
136 const void *s1 = CFArrayGetValueAtIndex(array, 0); // no warning
137 const void *s2 = CFArrayGetValueAtIndex(array, S-1); // no warning
138 …const void *s3 = CFArrayGetValueAtIndex(array, S); // expected-warning {{Index is out of bounds}}
144 const void *s1 = CFArrayGetValueAtIndex(array, 0); // no warning
145 const void *s2 = CFArrayGetValueAtIndex(array, 2); // no warning
146 const void *s3 = CFArrayGetValueAtIndex(array, 5); // expected-warning {{Index is out of bounds}}
151 const void *s = CFArrayGetValueAtIndex(array, sIndex);
159 const void *s1 = CFArrayGetValueAtIndex(array, 0); // expected-warning {{Index is out of bounds}}
165 const void *s1 = CFArrayGetValueAtIndex(A, sIndex);
[all …]
/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_mac_ct.cpp277 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray.get(), index); in getStyle()
290 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray.get(), index); in createTypeface()
311 CTFontDescriptorRef desc = (CTFontDescriptorRef)CFArrayGetValueAtIndex(fArray.get(), i); in findMatchingDesc()
387 return (CFStringRef)CFArrayGetValueAtIndex(fNames.get(), index); in getFamilyNameAt()
H A DSkTypeface_mac_ct.cpp768 if (!SkCFDynamicCast(CFArrayGetValueAtIndex(ctAxes, i), &axisInfoDict, "Axis")) { in onGetVariationDesignPosition()
837 CFArrayGetValueAtIndex(cfArray.get(), i)); in onGetTableTags()
1106 if (!SkCFDynamicCast(CFArrayGetValueAtIndex(ctAxes, i), &axisInfoDict, "Axis")) { in ctvariation_from_SkFontArguments()
1352 if (!SkCFDynamicCast(CFArrayGetValueAtIndex(ctAxes, i), &axisInfoDict, "Axis")) { in onGetVariationDesignParameters()
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/internal/macos/
Dcorefoundation.go137 func CFArrayGetValueAtIndex(array CFRef, index int) CFRef { func
215 ref := CFArrayGetValueAtIndex(array, i)
/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtrust_store_mac.cc169 const_cast<void*>(CFArrayGetValueAtIndex(trust_settings, i))); in IsTrustSettingsTrustedForPolicy()
345 const_cast<void*>(CFArrayGetValueAtIndex(cert_array.get(), i))); in Initialize()
726 CFArrayGetValueAtIndex(matching_items_array, i)); in IntializeIntermediatesCache()
903 CFArrayGetValueAtIndex(matching_items_array, i)); in MaybeInitializeCache()
1144 const_cast<void*>(CFArrayGetValueAtIndex(matching_items.get(), i))); in FindMatchingCertificatesForMacNormalizedSubject()
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc75 CFArrayGetValueAtIndex(window_array, 0))); in GetWindowRef()
112 CFArrayGetValueAtIndex(window_array, i)); in GetWindowList()
/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp259 CTRunRef run = (CTRunRef)CFArrayGetValueAtIndex(run_array, j); in shape()
292 CTRunRef run = (CTRunRef)CFArrayGetValueAtIndex(run_array, j); in shape()
/aosp_15_r20/external/cronet/net/ssl/
H A Dclient_cert_store_mac.cc116 const_cast<void*>(CFArrayGetValueAtIndex(cert_chain.get(), i))); in IsIssuedByInKeychain()
384 const_cast<void*>(CFArrayGetValueAtIndex(result.get(), i))); in GetClientCertsOnBackgroundThread()
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-coretext.c43 desc = CFArrayGetValueAtIndex (ctfaces, 0); in get_ctfont()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/
Dbindings.py398 CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex]
399 CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p
Dlow_level.py284 item = CoreFoundation.CFArrayGetValueAtIndex(result_array, index)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/
Dbindings.py398 CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex]
399 CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p
Dlow_level.py284 item = CoreFoundation.CFArrayGetValueAtIndex(result_array, index)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/
Dbindings.py398 CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex]
399 CoreFoundation.CFArrayGetValueAtIndex.restype = 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.py398 CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex]
399 CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p
/aosp_15_r20/external/curl/lib/vtls/
H A Dsectransp.c539 (SecIdentityRef) CFArrayGetValueAtIndex(keys_list, i); in CopyIdentityWithLabel()
668 CFTypeRef item = (CFTypeRef) CFArrayGetValueAtIndex(items, i); in CopyIdentityFromPKCS12File()
2095 chosenProtocol = CFArrayGetValueAtIndex(alpnArr, 0);
2242 server_cert = (SecCertificateRef)CFArrayGetValueAtIndex(server_certs,
2259 server_cert = (SecCertificateRef)CFArrayGetValueAtIndex(server_certs, i);
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-coretext-shape.cc117 CTFontTableTag tag = (CTFontTableTag)(uintptr_t) CFArrayGetValueAtIndex (arr, i); in _hb_cg_get_table_tags()
384 (CTFontDescriptorRef) CFArrayGetValueAtIndex (ct_font_desc_array, index) : nullptr; in hb_coretext_face_create_from_file_or_fail()
1006 CTRunRef run = static_cast<CTRunRef>(CFArrayGetValueAtIndex (glyph_runs, i)); in _hb_coretext_shape()
/aosp_15_r20/external/python/cpython2/Mac/Modules/
D_scproxy.c100 aString = CFArrayGetValueAtIndex(anArray, i); in get_proxy_settings()
/aosp_15_r20/external/libcups/cups/
H A Dtls-darwin.c846 cf_value = CFArrayGetValueAtIndex(cf_values, i); in httpCredentialsString()
861 cf_value = CFArrayGetValueAtIndex(cf_values, i); in httpCredentialsString()
1671 data = (CFDataRef)CFArrayGetValueAtIndex(dn_array, i); in _httpTLSStart()
H A Dtestlang.c220 locale_id = CFArrayGetValueAtIndex(locales, j); in main()
/aosp_15_r20/external/python/cpython3/Modules/
D_scproxy.c105 aString = CFArrayGetValueAtIndex(anArray, i); in get_proxy_settings()
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config_service_mac.cc131 CFArrayGetValueAtIndex(bypass_array_ref, i)); in GetCurrentProxyConfig()
H A Dproxy_resolver_apple.cc313 CFArrayGetValueAtIndex(proxy_array_ref.get(), i)); in GetProxyForURL()

123