/aosp_15_r20/external/cronet/net/cert/ |
H A D | x509_util_apple_unittest.cc | 55 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 D | cert_verify_proc_ios.cc | 240 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 D | CFContainers.mm | 86 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 D | SkFontMgr_mac_ct.cpp | 277 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 D | SkTypeface_mac_ct.cpp | 768 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/ |
D | corefoundation.go | 137 func CFArrayGetValueAtIndex(array CFRef, index int) CFRef { func 215 ref := CFArrayGetValueAtIndex(array, i)
|
/aosp_15_r20/external/cronet/net/cert/internal/ |
H A D | trust_store_mac.cc | 169 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 D | window_list_utils.cc | 75 CFArrayGetValueAtIndex(window_array, 0))); in GetWindowRef() 112 CFArrayGetValueAtIndex(window_array, i)); in GetWindowList()
|
/aosp_15_r20/external/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 259 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 D | client_cert_store_mac.cc | 116 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 D | test-coretext.c | 43 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/ |
D | bindings.py | 398 CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex] 399 CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p
|
D | low_level.py | 284 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/ |
D | bindings.py | 398 CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex] 399 CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p
|
D | low_level.py | 284 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/ |
D | bindings.py | 398 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/ |
D | bindings.py | 398 CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex] 399 CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | sectransp.c | 539 (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 D | hb-coretext-shape.cc | 117 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.c | 100 aString = CFArrayGetValueAtIndex(anArray, i); in get_proxy_settings()
|
/aosp_15_r20/external/libcups/cups/ |
H A D | tls-darwin.c | 846 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 D | testlang.c | 220 locale_id = CFArrayGetValueAtIndex(locales, j); in main()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _scproxy.c | 105 aString = CFArrayGetValueAtIndex(anArray, i); in get_proxy_settings()
|
/aosp_15_r20/external/cronet/net/proxy_resolution/ |
H A D | proxy_config_service_mac.cc | 131 CFArrayGetValueAtIndex(bypass_array_ref, i)); in GetCurrentProxyConfig()
|
H A D | proxy_resolver_apple.cc | 313 CFArrayGetValueAtIndex(proxy_array_ref.get(), i)); in GetProxyForURL()
|