Searched defs:anchors (Results 1 – 10 of 10) sorted by relevance
84 Set<TrustAnchor> anchors = ref.getTrustAnchors(); in getTrustAnchors() local92 ArraySet<TrustAnchor> anchors = new ArraySet<TrustAnchor>(anchorMap.size()); in getTrustAnchors() local
39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local
98 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
108 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local
206 List<CertificatesEntryRef> anchors = new ArrayList<>(); in parseTrustAnchors() local
317 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesDisabled() local330 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testBasicDebugOverrides() local346 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesWithDomain() local366 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugInherit() local
22 anchors = Input("anchors", "TENSOR_FLOAT32", "{1, 4}") variable
3501 ANeuralNetworksOperandType anchors = getOpType(inputOperandCode, 2, anchorsDims); in detectionPostprocessingOpTest() local