| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | TrustedCertificateIndex.java | 45 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex() 49 private void index(Set<TrustAnchor> anchors) { in index() 71 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local 95 public void reset(Set<TrustAnchor> anchors) { in reset() 105 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findByIssuerAndSignature() local 132 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in findBySubjectAndPublicKey() local 141 Collection<TrustAnchor> anchors) { in findBySubjectAndPublicKey() 178 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findAllByIssuerAndSignature() local
|
| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | TrustedCertificateIndex.java | 48 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex() 52 private void index(Set<TrustAnchor> anchors) { in index() 75 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local 99 public void reset(Set<TrustAnchor> anchors) { in reset() 110 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findByIssuerAndSignature() local 138 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in findBySubjectAndPublicKey() local 147 Collection<TrustAnchor> anchors) { in findBySubjectAndPublicKey() 185 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findAllByIssuerAndSignature() local
|
| /external/rust/crates/webpki/tests/ |
| D | integration.rs | 43 let anchors = vec![webpki::TrustAnchor::try_from_cert_der(ca).unwrap()]; in netflix() localVariable 44 let anchors = webpki::TlsServerTrustAnchors(&anchors); in netflix() localVariable 61 let anchors = vec![webpki::TrustAnchor::try_from_cert_der(ca).unwrap()]; in ed25519() localVariable 62 let anchors = webpki::TlsServerTrustAnchors(&anchors); in ed25519() localVariable
|
| /external/ComputeLibrary/src/core/CL/kernels/ |
| D | CLGenerateProposalsLayerKernel.cpp | 42 Status validate_arguments(const ITensorInfo *anchors, const ITensorInfo *all_anchors, const Compute… in validate_arguments() 74 void CLComputeAllAnchorsKernel::configure(const ICLTensor *anchors, ICLTensor *all_anchors, const C… in configure() 79 …chorsKernel::configure(const CLCompileContext &compile_context, const ICLTensor *anchors, ICLTenso… in configure() 129 Status CLComputeAllAnchorsKernel::validate(const ITensorInfo *anchors, const ITensorInfo *all_ancho… in validate()
|
| /external/armnn/src/backends/backendsCommon/test/ |
| D | DetectionPostProcessEndToEndTestImpl.hpp | 21 const std::vector<T>& anchors, in CreateDetectionPostProcessNetwork() 67 const std::vector<T>& anchors, in DetectionPostProcessEndToEnd() 113 const std::vector<T>& anchors, in DetectionPostProcessRegularNmsEndToEnd() 143 const std::vector<T>& anchors, in DetectionPostProcessFastNmsEndToEnd()
|
| /external/ComputeLibrary/src/core/NEON/kernels/ |
| D | NEGenerateProposalsLayerKernel.cpp | 97 Status validate_arguments(const ITensorInfo *anchors, const ITensorInfo *all_anchors, const Compute… in validate_arguments() 129 void NEComputeAllAnchorsKernel::configure(const ITensor *anchors, ITensor *all_anchors, const Compu… in configure() 154 Status NEComputeAllAnchorsKernel::validate(const ITensorInfo *anchors, const ITensorInfo *all_ancho… in validate()
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | ComputeAllAnchors.cpp | 40 SimpleTensor<T> compute_all_anchors(const SimpleTensor<T> &anchors, const ComputeAnchorsInfo &info) in compute_all_anchors() 81 SimpleTensor<int16_t> compute_all_anchors(const SimpleTensor<int16_t> &anchors, const ComputeAnchor… in compute_all_anchors()
|
| /external/armnn/src/backends/reference/test/ |
| D | RefEndToEndTests.cpp | 864 std::vector<float> anchors({ variable 912 std::vector<float> anchors({ variable 950 std::vector<float> anchors({ variable 990 std::vector<float> anchors({ variable
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLGenerateProposalsLayer.cpp | 74 …er::configure(const ICLTensor *scores, const ICLTensor *deltas, const ICLTensor *anchors, ICLTenso… in configure() 80 …pile_context, const ICLTensor *scores, const ICLTensor *deltas, const ICLTensor *anchors, ICLTenso… in configure() 210 …validate(const ITensorInfo *scores, const ITensorInfo *deltas, const ITensorInfo *anchors, const I… in validate()
|
| /external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/ |
| D | impl.cpp | 32 void compute_all_anchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo anchors_i… in compute_all_anchors() 65 void compute_all_anchors_qasymm16(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo … in compute_all_anchors_qasymm16()
|
| D | fp32.cpp | 29 void neon_fp32_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_fp32_computeallanchors()
|
| D | fp16.cpp | 30 void neon_fp16_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_fp16_computeallanchors()
|
| D | qsymm16.cpp | 29 void neon_qu16_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_qu16_computeallanchors()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | Chart.java | 130 public final void writeChart(Anchors anchors) { in writeChart() 132 …tedFileWriter x = new FormattedFileWriter(getFileName(), getTitle(), getExplanation(), anchors);) { in writeChart() argument
|
| D | ChartSubdivisionNames.java | 69 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 75 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
| D | FormattedFileWriter.java | 31 private Set<String[]> anchors = new TreeSet<String[]>(PC); field in FormattedFileWriter.Anchors 107 … public FormattedFileWriter(String baseFileName, String title, String explanation, Anchors anchors) in FormattedFileWriter()
|
| D | ChartAnnotations.java | 83 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 107 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
| D | ChartCollation.java | 99 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 110 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | GenerateProposalsLayer.cpp | 207 CLTensor anchors = create_tensor<CLTensor>(TensorShape(4, num_anchors), data_type); local 332 …CLTensor anchors = create_tensor<CLTensor>(TensorShape(values_per_roi, num_anchors), data_type… variable
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEGenerateProposalsLayer.cpp | 71 …lsLayer::configure(const ITensor *scores, const ITensor *deltas, const ITensor *anchors, ITensor *… in configure() 212 …validate(const ITensorInfo *scores, const ITensorInfo *deltas, const ITensorInfo *anchors, const I… in validate()
|
| /external/ComputeLibrary/tests/validation/NEON/ |
| D | GenerateProposalsLayer.cpp | 207 Tensor anchors = create_tensor<Tensor>(TensorShape(4, num_anchors), data_type); local 331 Tensor anchors = create_tensor<Tensor>(TensorShape(values_per_roi, num_anchors), data_type); variable
|
| /external/cronet/net/cert/internal/ |
| D | trust_store_chrome.h | 37 const ParsedCertificateList anchors() const { return anchors_; } in anchors() function
|
| /external/armnn/src/backends/reference/workloads/ |
| D | RefDetectionPostProcessWorkload.cpp | 48 auto anchors = MakeDecoder<float>(anchorsInfo, m_Anchors->Map(false)); in Execute() local
|
| /external/harfbuzz_ng/src/ |
| D | hb-aat-layout-ankr-table.hh | 70 const GlyphAnchors &anchors = &(this+anchorData) + *offset; in get_anchor() local
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | ComputeAllAnchorsFixture.h | 65 TensorType anchors = create_tensor<TensorType>(anchors_shape, data_type, 1, qinfo); in compute_target() local
|