/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 341 private final PageId pageId; 414 private PathHeader(SectionId sectionId, PageId pageId, String header, 418 this.pageId = pageId; 472 return pageId.toString(); 476 return pageId; 502 + "\t" + pageId 517 if (0 != (result = pageId.compareTo(other.pageId))) { 599 return sectionId == other.sectionId && pageId == other.pageId 605 return sectionId.hashCode() ^ pageId.hashCode() ^ header.hashCode() ^ code.hashCode(); 754 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/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 | 599 public void verifyContains(PageId pageId, Set<String> filePaths, in verifyContains() argument 602 path = findOneContaining(allPaths(pageId, filePaths), substring); in verifyContains() 624 public Set<String> allPaths(PageId pageId, Set<String> filePaths) { in allPaths() argument 626 pageId.getSectionId(), pageId); in allPaths() 894 final PageId pageId = pathHeader.getPageId(); in check() local 895 if (badZonePages.contains(pageId) in check() 897 String msg = "Bad page ID:\t" + pageId + "\t" + pathHeader + "\t" + path; in check() 899 errln("Bad page ID:\t" + pageId + "\t" + pathHeader in check() 1393 PageId pageId = sizeAndPageId.get1(); in testPathHeaderSize() local 1394 if (!assertTrue(pageId.getSectionId() + "/" + pageId + " size (" + size in testPathHeaderSize() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/dvb/ |
D | DvbParser.java | 246 int pageId = data.readBits(16); in parseSubtitlingSegment() local 259 if (pageId == service.subtitlePageId) { in parseSubtitlingSegment() 264 if (pageId == service.subtitlePageId) { in parseSubtitlingSegment() 279 if (pageId == service.subtitlePageId && pageComposition != null) { in parseSubtitlingSegment() 292 if (pageId == service.subtitlePageId) { in parseSubtitlingSegment() 295 } else if (pageId == service.ancillaryPageId) { in parseSubtitlingSegment() 301 if (pageId == service.subtitlePageId) { in parseSubtitlingSegment() 304 } else if (pageId == service.ancillaryPageId) { in parseSubtitlingSegment()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cert-err52-cpp.rst | 10 <https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=1834>`_.
|
D | cert-env33-c.rst | 13 <https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132>`_.
|
/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 2775 DWORD pageId = 0; in SavePageSettings() local 2778 DeterminePageId(_state, &pageId); in SavePageSettings() 2779 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
|
/external/llvm-project/clang/docs/analyzer/ |
D | checkers.rst | 2061 …POSIX C coding rules <https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=87152405>`_.
|