Home
last modified time | relevance | path

Searched refs:pageId (Results 1 – 14 of 14) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java341 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/
DFindWidths.java54 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()
DShowPathHeaderDescriptions.java106 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()
DShowStarredCoverage.java138 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()
DGenerateChangeChart.java131 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/
DREADME.txt6 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/
DTestPathHeader.java599 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/
DDvbParser.java246 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/
Dcert-err52-cpp.rst10 <https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=1834>`_.
Dcert-env33-c.rst13 <https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132>`_.
/external/antlr/
DREADME.txt101 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/
DPythonBootstrapperApplication.cpp270 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/
DCHANGES.txt1024 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/
Dcheckers.rst2061 …POSIX C coding rules <https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=87152405>`_.