Searched refs:Anchors (Results 1 – 12 of 12) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartSubdivisionNames.java | 14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors; 69 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() 75 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
D | FormattedFileWriter.java | 29 public static class Anchors { class in FormattedFileWriter 92 private Anchors localeAnchors; 107 … public FormattedFileWriter(String baseFileName, String title, String explanation, Anchors anchors) in FormattedFileWriter()
|
D | ChartAnnotations.java | 14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors; 83 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() 107 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
D | Chart.java | 7 import org.unicode.cldr.tool.FormattedFileWriter.Anchors; 129 public final void writeChart(Anchors anchors) { in writeChart()
|
D | ChartCollation.java | 17 import org.unicode.cldr.tool.FormattedFileWriter.Anchors; 99 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() 110 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
D | ChartDelta.java | 23 import org.unicode.cldr.tool.FormattedFileWriter.Anchors; 199 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() 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 | 18 import org.unicode.cldr.tool.FormattedFileWriter.Anchors; 99 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents() 194 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
|
D | ShowLocaleCoverage.java | 29 import org.unicode.cldr.tool.FormattedFileWriter.Anchors; 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()
|
D | ShowLanguages.java | 114 …public static FormattedFileWriter.Anchors SUPPLEMENTAL_INDEX_ANCHORS = new FormattedFileWriter.Anc…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GenerateBoundingBoxProposals.pbtxt | 74 …`scores`: A 4D tensor of shape [Batch, Height, Width, Num Anchors] containing the scores per ancho… 75 …`bbox_deltas`: is a tensor of shape [Batch, Height, Width, 4 x Num Anchors] boxes encoded to each … 76 `anchors`: A 1D tensor of shape [4 x Num Anchors], representing the anchors.
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 1798 table.Anchors = {glyph: table.Anchors[glyph] for glyph in s.glyphs 1799 if glyph in table.Anchors} 1800 return len(table.Anchors) > 0
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|