Home
last modified time | relevance | path

Searched refs:anchors (Results 1 – 16 of 16) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dbbox_graph_quant8_signed.mod.py22 anchors = Input("anchors", "TENSOR_FLOAT32", "{1, 4}") variable
27 model = Model("zero_sized").Operation("GENERATE_PROPOSALS", scores, deltas, anchors, image, 1.0, 1.…
60 anchors: ("TENSOR_QUANT16_SYMM", 0.125, 0),
82 anchors: [0, 0, 10, 10],
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dbbox_graph.mod.py22 anchors = Input("anchors", "TENSOR_FLOAT32", "{1, 4}") variable
27 model = Model("zero_sized").Operation("GENERATE_PROPOSALS", scores, deltas, anchors, image, 1.0, 1.…
60 anchors: ("TENSOR_QUANT16_SYMM", 0.125, 0),
82 anchors: [0, 0, 10, 10],
/frameworks/base/core/java/android/security/net/config/
DKeyStoreCertificateSource.java98 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
99 if (anchors.isEmpty()) { in findAllByIssuerAndSignature()
102 Set<X509Certificate> certs = new ArraySet<X509Certificate>(anchors.size()); in findAllByIssuerAndSignature()
103 for (java.security.cert.TrustAnchor anchor : anchors) { in findAllByIssuerAndSignature()
DCertificatesEntryRef.java39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local
41 anchors.add(new TrustAnchor(cert, mOverridesPins)); in getTrustAnchors()
43 return anchors; in getTrustAnchors()
DResourceCertificateSource.java108 Set<java.security.cert.TrustAnchor> anchors = mIndex.findAllByIssuerAndSignature(cert); in findAllByIssuerAndSignature() local
109 if (anchors.isEmpty()) { in findAllByIssuerAndSignature()
112 Set<X509Certificate> certs = new ArraySet<X509Certificate>(anchors.size()); in findAllByIssuerAndSignature()
113 for (java.security.cert.TrustAnchor anchor : anchors) { in findAllByIssuerAndSignature()
DNetworkSecurityConfig.java84 Set<TrustAnchor> anchors = ref.getTrustAnchors(); in getTrustAnchors() local
85 for (TrustAnchor anchor : anchors) { in getTrustAnchors()
92 ArraySet<TrustAnchor> anchors = new ArraySet<TrustAnchor>(anchorMap.size()); in getTrustAnchors() local
93 anchors.addAll(anchorMap.values()); in getTrustAnchors()
94 mAnchors = anchors; in getTrustAnchors()
DNetworkSecurityTrustManager.java170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local
171 X509Certificate[] issuers = new X509Certificate[anchors.size()]; in getAcceptedIssuers()
173 for (TrustAnchor anchor : anchors) { in getAcceptedIssuers()
DXmlConfigSource.java206 List<CertificatesEntryRef> anchors = new ArrayList<>(); in parseTrustAnchors() local
210 anchors.add(parseCertificatesEntry(parser, defaultOverridePins)); in parseTrustAnchors()
215 return anchors; in parseTrustAnchors()
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DXmlConfigTests.java317 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesDisabled() local
318 MoreAsserts.assertEmpty(anchors); in testDebugOverridesDisabled()
330 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testBasicDebugOverrides() local
331 MoreAsserts.assertNotEmpty(anchors); in testBasicDebugOverrides()
332 for (TrustAnchor anchor : anchors) { in testBasicDebugOverrides()
346 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugOverridesWithDomain() local
348 for (TrustAnchor anchor : anchors) { in testDebugOverridesWithDomain()
366 Set<TrustAnchor> anchors = config.getTrustAnchors(); in testDebugInherit() local
368 for (TrustAnchor anchor : anchors) { in testDebugInherit()
375 assertTrue(anchors.size() > 1); in testDebugInherit()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3501 ANeuralNetworksOperandType anchors = getOpType(inputOperandCode, 2, anchorsDims); in detectionPostprocessingOpTest() local
3525 {input, deltas, anchors, scaleScalar, scaleScalar, scaleScalar, in detectionPostprocessingOpTest()
/frameworks/ml/nn/tools/api/
Dtypes.spec3758 * of predefined anchors with the bounding box deltas from bounding box
3970 * of predefined anchors with the bounding box deltas from bounding box
/frameworks/av/media/libaaudio/
DDoxyfile858 # or removed, the anchors will not be placed correctly.
DDoxyfile.orig849 # or removed, the anchors will not be placed correctly.
/frameworks/av/media/codec2/docs/
Ddoxygen.config894 # or removed, the anchors will not be placed correctly.
/frameworks/base/media/native/midi/include/
DDoxyfile.orig944 # or removed, the anchors will not be placed correctly.
DDoxyfile944 # or removed, the anchors will not be placed correctly.