/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
|
D | TrustManagerImpl.java | 558 Set<TrustAnchor> anchors = findAllTrustAnchorsByIssuerAndSignature(current); in checkTrustedRecursive() local 798 private static Collection<TrustAnchor> sortPotentialAnchors(Set<TrustAnchor> anchors) { in sortPotentialAnchors()
|
/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
|
D | TrustManagerImpl.java | 544 Set<TrustAnchor> anchors = findAllTrustAnchorsByIssuerAndSignature(current); in checkTrustedRecursive() local 784 private static Collection<TrustAnchor> sortPotentialAnchors(Set<TrustAnchor> anchors) { in sortPotentialAnchors()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Chart.java | 129 public final void writeChart(Anchors anchors) { in writeChart() 131 …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()
|
D | ChartDelta.java | 199 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 295 private void writeLdml(Anchors anchors) throws IOException { in writeLdml() 691 …private void writeDiffs(Anchors anchors, String file, String title, Multimap<PathHeader, String> b… in writeDiffs() 747 …private void writeDiffs(Anchors anchors, String file, Set<PathDiff> diff, PrintWriter tsvFile, Cou… in writeDiffs() 849 …private void writeTable(Anchors anchors, String file, TablePrinter tablePrinter, String title, Pri… in writeTable() 854 private void writeNonLdmlPlain(Anchors anchors) throws IOException { in writeNonLdmlPlain()
|
D | ChartGrammaticalForms.java | 99 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 194 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
D | GenerateChangeChart.java | 314 …leWriter(PrintWriter indexFile, String dir, String title, String explanation, List<String> anchors) in FormattedFileWriter()
|
D | ShowLocaleCoverage.java | 569 public static void showCoverage(Anchors anchors, Matcher matcher) throws IOException { in showCoverage() 573 …public static void showCoverage(Anchors anchors, Matcher matcher, Set<String> locales, boolean use… in showCoverage()
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-ankr-table.hh | 70 const GlyphAnchors &anchors = &(this+anchorData) + *offset; in get_anchor() local
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | hello_ar_application.cc | 548 std::vector<ArAnchor*> anchors = planeAnchors->second; in OnTouchedFirst() local 644 std::vector<ArAnchor*> anchors = planeAnchors->second; in AddAnchor() local 650 std::vector<ArAnchor*> anchors; in AddAnchor() local 806 std::vector<ArAnchor*> anchors = planeAnchors->second; in RemoveAnchor() local
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/ |
D | Serializer.java | 59 private Map<Node, String> anchors; field in Serializer
|
/external/curl/lib/vtls/ |
D | bearssl.c | 50 br_x509_trust_anchor *anchors; member 64 br_x509_trust_anchor *anchors; member 93 static CURLcode load_cafile(const char *path, br_x509_trust_anchor **anchors, in load_cafile()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/ |
D | Composer.java | 51 private final Map<String, Node> anchors; field in Composer
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 114 private final ArrayList<Anchor> anchors = new ArrayList<>(); field in HelloCanvasAR
|
/external/scapy/scapy/layers/tls/ |
D | cert.py | 823 def verify(self, anchors): argument 882 def verifyChain(self, anchors, untrusted=None): argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | tester.cc | 641 static Prog::Anchor anchors[] = { variable
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test_base.py | 452 def _randomUniformAvoidAnchors(self, low, high, anchors, radius, num_samples): argument
|
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/ |
D | conv_emitter.cc | 396 InitialMlirConvAnchors anchors) { in TransformMlirConv()
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 1645 def buildBaseRecord(anchors): argument 1652 def buildComponentRecord(anchors): argument 2013 def buildMark2Record(anchors): argument
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | generate_box_proposals_op.cu.cc | 314 const auto anchors = context->input(3); in Compute() local
|