Searched refs:pageId (Results 1 – 11 of 11) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 283 private final PageId pageId; 356 private PathHeader(SectionId sectionId, PageId pageId, String header, 360 this.pageId = pageId; 406 return pageId.toString(); 410 return pageId; 436 + "\t" + pageId 451 if (0 != (result = pageId.compareTo(other.pageId))) { 531 return sectionId == other.sectionId && pageId == other.pageId 537 return sectionId.hashCode() ^ pageId.hashCode() ^ header.hashCode() ^ code.hashCode(); 685 SectionPage sectionPage = pageToPathHeaders.get(result.pageId); [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FindWidths.java | 54 PageId pageId = ph.getPageId(); in main() local 56 if (pageId == PageId.Alphabetic_Information in main() 77 PageId pageId = ph.getPageId(); in main() local 79 if (pageId == PageId.Alphabetic_Information in main()
|
D | ShowPathHeaderDescriptions.java | 106 PageId pageId = pathHeader.getPageId(); in showDescriptions() local 116 pv.put(pageId, url); in showDescriptions() 119 spv.put(Row.of(sectionId, pageId), url); in showDescriptions() 121 phv.put(Row.of(pageId, header), url); in showDescriptions() 123 R3<SectionId, PageId, String> full = Row.of(sectionId, pageId, header); in showDescriptions()
|
D | ShowStarredCoverage.java | 138 PageId pageId = ph.getPageId(); in condense() local 139 String category = sectionId + "|" + pageId; in condense() 150 : pageId == PageId.Fields ? "relative" in condense() 152 category += MainDateTimePages.contains(pageId) ? "" : " (non-greg)"; in condense() 156 : pageId == PageId.Territories ? "Continents & Sub~" in condense() 157 : pageId.toString().startsWith("Territor") ? "Countries" in condense() 158 : pageId.toString()); in condense() 161 …category = pageId == PageId.Compact_Decimal_Formatting ? (starredPath.contains("currency") ? "Curr… in condense()
|
D | GenerateChangeChart.java | 131 PageId pageId = pathHeader.getPageId(); in main() local 204 PageId pageId = pathHeader.getPageId(); in add() local 212 .addCell(pageId) in add() 260 PageId pageId = pathHeader.getPageId(); in add() local 265 .addCell(pageId) in add()
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_nandif.h | 36 unsigned pageId, 45 unsigned pageId,
|
/external/doclava/src/com/google/doclava/parser/ |
D | README.txt | 6 http://www.antlr.org/wiki/pages/viewpage.action?pageId=729) 8 …e trees not ASTs" on the ANTLR FAQ - http://www.antlr.org/wiki/pages/viewpage.action?pageId=1760).
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 591 public void verifyContains(PageId pageId, Set<String> filePaths, in verifyContains() argument 594 path = findOneContaining(allPaths(pageId, filePaths), substring); in verifyContains() 616 public Set<String> allPaths(PageId pageId, Set<String> filePaths) { in allPaths() argument 618 pageId.getSectionId(), pageId); in allPaths() 884 final PageId pageId = pathHeader.getPageId(); in check() local 885 if (badZonePages.contains(pageId) in check() 887 String msg = "Bad page ID:\t" + pageId + "\t" + pathHeader + "\t" + path; in check() 889 errln("Bad page ID:\t" + pageId + "\t" + pathHeader in check() 1281 PageId pageId = sizeAndPageId.get1(); in testPathHeaderSize() local 1282 if (!assertTrue(pageId.getSectionId() + "/" + pageId + " size (" + size in testPathHeaderSize() [all …]
|
/external/antlr/ |
D | README.txt | 101 http://www.antlr.org/wiki/pages/viewpage.action?pageId=719 142 http://www.antlr.org/wiki/pages/viewpage.action?pageId=33947666
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 270 DWORD pageId; in OnCommand() local 2757 DWORD pageId = 0; in SavePageSettings() local 2760 DeterminePageId(_state, &pageId); in SavePageSettings() 2761 pPage = ThemeGetPage(_theme, pageId); in SavePageSettings()
|
/external/antlr/tool/ |
D | CHANGES.txt | 1024 http://www.antlr.org/wiki/pages/viewpage.action?pageId=5341230 1025 http://www.antlr.org/wiki/pages/viewpage.action?pageId=5341217 1883 http://www.antlr.org/wiki/pages/viewpage.action?pageId=1862
|