/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | bbox_graph_quant8_signed.mod.py | 22 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/ |
D | bbox_graph.mod.py | 22 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/ |
D | KeyStoreCertificateSource.java | 98 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()
|
D | CertificatesEntryRef.java | 39 Set<TrustAnchor> anchors = new ArraySet<TrustAnchor>(); in getTrustAnchors() local 41 anchors.add(new TrustAnchor(cert, mOverridesPins)); in getTrustAnchors() 43 return anchors; in getTrustAnchors()
|
D | ResourceCertificateSource.java | 108 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()
|
D | NetworkSecurityConfig.java | 84 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()
|
D | NetworkSecurityTrustManager.java | 170 Set<TrustAnchor> anchors = mNetworkSecurityConfig.getTrustAnchors(); in getAcceptedIssuers() local 171 X509Certificate[] issuers = new X509Certificate[anchors.size()]; in getAcceptedIssuers() 173 for (TrustAnchor anchor : anchors) { in getAcceptedIssuers()
|
D | XmlConfigSource.java | 206 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/ |
D | XmlConfigTests.java | 317 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/ |
D | TestValidateOperations.cpp | 3501 ANeuralNetworksOperandType anchors = getOpType(inputOperandCode, 2, anchorsDims); in detectionPostprocessingOpTest() local 3525 {input, deltas, anchors, scaleScalar, scaleScalar, scaleScalar, in detectionPostprocessingOpTest()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 3758 * 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/ |
D | Doxyfile | 858 # or removed, the anchors will not be placed correctly.
|
D | Doxyfile.orig | 849 # or removed, the anchors will not be placed correctly.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 894 # or removed, the anchors will not be placed correctly.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 944 # or removed, the anchors will not be placed correctly.
|
D | Doxyfile | 944 # or removed, the anchors will not be placed correctly.
|