/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 131 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in findBySubjectAndPublicKey() local 140 Collection<TrustAnchor> anchors) { in findBySubjectAndPublicKey() 177 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findAllByIssuerAndSignature() local
|
D | TrustManagerImpl.java | 546 Set<TrustAnchor> anchors = findAllTrustAnchorsByIssuerAndSignature(current); in checkTrustedRecursive() local 786 private static Collection<TrustAnchor> sortPotentialAnchors(Set<TrustAnchor> anchors) { in sortPotentialAnchors()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | TrustedCertificateIndex.java | 49 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex() 53 private void index(Set<TrustAnchor> anchors) { in index() 76 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local 100 public void reset(Set<TrustAnchor> anchors) { in reset() 111 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 | 560 Set<TrustAnchor> anchors = findAllTrustAnchorsByIssuerAndSignature(current); in checkTrustedRecursive() local 800 private static Collection<TrustAnchor> sortPotentialAnchors(Set<TrustAnchor> anchors) { in sortPotentialAnchors()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Chart.java | 96 public final void writeChart(Anchors anchors) { in writeChart() 98 …tedFileWriter x = new FormattedFileWriter(getFileName(), getTitle(), getExplanation(), anchors);) { in writeChart() argument
|
D | FormattedFileWriter.java | 30 private Set<String[]> anchors = new TreeSet<String[]>(PC); field in FormattedFileWriter.Anchors 106 … public FormattedFileWriter(String baseFileName, String title, String explanation, Anchors anchors) in FormattedFileWriter()
|
D | ChartSubdivisionNames.java | 67 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 73 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
D | ChartDelta.java | 149 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 235 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts() 243 private void writeLdml(Anchors anchors) throws IOException { in writeLdml() 621 …private void writeDiffs(Anchors anchors, String file, String title, Multimap<PathHeader, String> b… in writeDiffs() 652 private void writeDiffs(Anchors anchors, Relation<PathHeader, String> diffAll) { in writeDiffs() 672 …private void writeDiffs(Anchors anchors, String file, Set<PathDiff> diff, PrintWriter tsvFile, Cou… in writeDiffs() 774 …private void writeTable(Anchors anchors, String file, TablePrinter tablePrinter, String title, Pri… in writeTable() 779 public void writeNonLdmlPlain(Anchors anchors) throws IOException { in writeNonLdmlPlain()
|
D | ChartAnnotations.java | 78 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 102 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
D | ChartCollation.java | 106 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() local 117 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 | 496 public static void showCoverage(Anchors anchors) throws IOException { in showCoverage() 500 …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 | 71 const GlyphAnchors &anchors = StructAtOffset<GlyphAnchors> (&(this+anchorData), *offset); in get_anchor() local
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 138 def buildBaseRecord(anchors): argument 145 def buildComponentRecord(anchors): argument 306 def buildMark2Record(anchors): argument
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/ |
D | Serializer.java | 59 private Map<Node, String> anchors; field in Serializer
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test.py | 361 def _randomUniformAvoidAnchors(self, low, high, anchors, radius, num_samples): argument
|
/external/skia/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/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/u-boot/test/py/ |
D | conftest.py | 340 anchors = {} variable
|
/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/skia/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/fonttools/Lib/fontTools/ufoLib/ |
D | glifLib.py | 750 def _writeAnchorsFormat1(pen, anchors, validate): argument
|
/external/nist-pkits/src/libcore/java/security/cert/ |
D | X509CertificateNistPkitsTest.java | 156 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); in getTestPathParams() local
|