| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/ |
| D | TestCLDRFile.java | 127 final String xpath = i.next(); in TestReadAllDTDs() local 134 final String xpath = it.next(); in TestReadAllDTDs() local 150 final String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"az\"]"; in testSourceLocale() local 152 assertNull(hyFile.getSourceLocation(xpath), "expected null location for " + xpath); in testSourceLocale() local 156 final String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"aa\"]"; in testSourceLocale() local 159 assertEquals(testfile.toPath().toString(), location.getSystem(), "system for " + xpath); in testSourceLocale() local 165 final String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"ab\"]"; in testSourceLocale() local 168 assertEquals(testfile.toPath().toString(), location.getSystem(), "system for " + xpath); in testSourceLocale() local 174 …final String xpath = "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dayPeriods/dayPeriodCon… in testSourceLocale() local 177 assertEquals(rootfile.toPath().toString(), location.getSystem(), "system for " + xpath); in testSourceLocale() local
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
| D | XPPUtil.java | 15 public static String getXpathName(String xpath) { in getXpathName() 20 public static String getXpathName(String xpath, int pos) { in getXpathName() 25 public static String getAttributeValue(String xpath, String element, String attribute) { in getAttributeValue() 34 public static String getAttributeValue(String xpath, String attribute) { in getAttributeValue() 39 … public static String getBasicAttributeValue(CLDRFile whichFile, String xpath, String attribute) { in getBasicAttributeValue() 47 public static String findAttributeValue(CLDRFile file, String xpath, String attribute) { in findAttributeValue()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | RecordingCLDRFile.java | 34 public String getStringValue(String xpath) { in getStringValue() 40 public String getWinningValue(String xpath) { in getWinningValue() 46 public String getConstructedValue(String xpath) { in getConstructedValue() 51 private void recordPath(String xpath) { in recordPath()
|
| D | XPathTokenizer.java | 15 char[] xpath; field in XPathTokenizer 66 public static StringBuffer deleteToken(StringBuffer xpath) { in deleteToken() 91 public static StringBuilder deleteToken(StringBuilder xpath) { in deleteToken() 128 public static StringBuffer relativeToAbsolute(String xpath, StringBuffer fullPath) { in relativeToAbsolute() 150 public static StringBuilder relativeToAbsolute(String xpath, StringBuilder fullPath) { in relativeToAbsolute()
|
| D | GlossonymConstructor.java | 58 public static boolean pathIsEligible(String xpath) { in pathIsEligible() 93 …public String getValueAndTrack(String xpath, Output<String> pathWhereFound, Output<String> localeW… in getValueAndTrack() 113 public String getValue(String xpath) { in getValue() 120 private synchronized String reallyGetValue(String xpath) { in reallyGetValue()
|
| D | CoverageInfo.java | 16 private final String xpath; field in CoverageInfo.XPathWithLocation 20 public XPathWithLocation(String xpath, String location) { in XPathWithLocation() 84 public Level getCoverageLevel(String xpath, String loc) { in getCoverageLevel() 118 public int getCoverageValue(String xpath, String loc) { in getCoverageValue()
|
| D | LDMLUtilities.java | 154 StringBuffer xpath = new StringBuffer(); in getFullyResolvedLDML() local 306 String xpath = getAttributeValue(alias, LDMLConstants.PATH); in convertXPath2ICU() local 352 …public static String convertXPath2ICU(String source, String xpath, String basePath, String fullPat… in convertXPath2ICU() 611 public static Node mergeLDMLDocuments(Document source, Node override, StringBuffer xpath, in mergeLDMLDocuments() 649 public static Node mergeLDMLDocuments(Document source, Node override, StringBuilder xpath, in mergeLDMLDocuments() 778 StringBuffer xpath = new StringBuffer(); in getAbsoluteXPath() local 986 public boolean isParentDraft(Document fullyResolved, String xpath) { in isParentDraft() 1015 public static boolean isDraft(Node fullyResolved, StringBuffer xpath) { in isDraft() 1049 public static void appendAllAttributes(Node node, StringBuffer xpath) { in appendAllAttributes() 1166 public static final void appendXPathAttribute(Node node, StringBuffer xpath) { in appendXPathAttribute() [all …]
|
| D | LocaleStringProvider.java | 6 public String getStringValue(String xpath); in getStringValue() 8 public String getSourceLocaleID(String xpath, Status status); in getSourceLocaleID()
|
| D | CLDRFile.java | 155 public static DraftStatus forXpath(String xpath) { in forXpath() 395 String xpath = it2.next(); in show() local 433 public String getStringValue(String xpath) { in getStringValue() 460 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue() 515 private String getFallbackPath(String xpath, boolean winning, boolean checkExtraPaths) { in getFallbackPath() 539 public String getFullXPath(String xpath) { in getFullXPath() 559 public Date getLastModifiedDate(String xpath) { in getLastModifiedDate() 652 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment() 802 public CLDRFile remove(String xpath) { in remove() 810 public CLDRFile remove(String xpath, boolean butComment) { in remove() [all …]
|
| D | XMLSource.java | 267 public String putValueAtPath(String xpath, String value) { in putValueAtPath() 299 public void valueChanged(String xpath, XMLSource source); in valueChanged() 600 public void removeValueAtPath(String xpath) { in removeValueAtPath() 613 public String getValueAtPath(String xpath) { in getValueAtPath() 624 public String getFullPath(String xpath) { in getFullPath() 816 public String getValueAtDPath(String xpath) { in getValueAtDPath() 837 public SourceLocation getSourceLocation(String xpath) { in getSourceLocation() 856 public String getFullPathAtDPath(String xpath) { in getFullPathAtDPath() 879 public Date getChangeDateAtDPath(String xpath) { in getChangeDateAtDPath() 891 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath() [all …]
|
| D | SimpleXMLSource.java | 45 public String getValueAtDPath(String xpath) { in getValueAtDPath() 49 public String getValueAtDPathSkippingInheritanceMarker(String xpath) { in getValueAtDPathSkippingInheritanceMarker() 55 public String getFullPathAtDPath(String xpath) { in getFullPathAtDPath()
|
| D | CLDRURLS.java | 152 public String forXpath(String locale, String xpath) { in forXpath() 161 public final String forXpath(CLDRLocale locale, String xpath) { in forXpath() 287 final public void assertIsXpath(String xpath) throws IllegalArgumentException { in assertIsXpath()
|
| /external/autotest/server/cros/ap_configurators/ |
| D | web_driver_core_helpers.py | 39 def _handle_alert(self, xpath, alert_handler): argument 153 def click_button_by_xpath(self, xpath, alert_handler=None): argument 204 def wait_for_object_by_xpath_to_vanish(self, xpath, wait_time=5): argument 249 def object_by_xpath_exist(self, xpath): argument 264 def wait_for_object_by_xpath(self, xpath, wait_time=5): argument 299 def item_in_popup_by_xpath_exist(self, item, xpath): argument 332 def number_of_items_in_popup_by_xpath(self, xpath, alert_handler=None): argument 368 def select_item_from_popup_by_xpath(self, item, xpath, wait_for_xpath=None, argument 414 def set_content_of_text_field_by_xpath(self, content, xpath, argument 457 def set_check_box_selected_by_xpath(self, xpath, selected=True, argument
|
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | TestDisplayAndInputProcessor.java | 198 …String xpath = "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"… in TestCompactNumberFormats() local 210 …String xpath = "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength/decimalF… in TestPatternCanonicalization() local 218 …String xpath = "//ldml/numbers/currencyFormats[@numberSystem=\"latn\"]/currencyFormat[@type=\"stan… in TestCurrencyFormatSpaces() local 272 String xpath = "//ldml/units/unitLength[@type=\"narrow\"]/unitPattern[@count=\"one\"]"; in TestQuoteNormalization() local 302 final String xpath = TEST_DATA[i+0]; in TestAdlamNasalization() local 395 String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"fr\"]"; in TestBackspaceFilter() local 424 private String xpath; field in TestDisplayAndInputProcessor.PathSpaceData 428 public PathSpaceData(String xpath, String rawValue, String normValue, PathSpaceType pst) { in PathSpaceData() 486 String xpath; in TestWhitespaceAdjustments() field in TestDisplayAndInputProcessor.PathSpaceAdjustData 553 String xpath = "//ldml/annotations/annotation[@cp=\"\"]"; in TestSplitBar() local
|
| D | TestDTDAttributes.java | 554 xpath); in putIfNew() argument 558 value, locale, xpath); in putIfNew() argument 561 locale, xpath); in putIfNew() argument 570 String locale, String xpath) { in putIfNew() 577 String key, String value, String locale, String xpath) { in putIfNew()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | ConvertXTB.java | 139 public String xpath; field in ConvertXTB.XtbEntry 142 public XtbEntry(String messageId, String xpath, String value) { in XtbEntry() 209 private void addValue(String xpath, String value) { in addValue() 227 private void addPluralValue(String xpath, String value) { in addPluralValue() 297 private void addValueToOutput(String xpath, String value) { in addValueToOutput() 373 private String getPlaceholderForName(String xpath, String name) { in getPlaceholderForName() 395 private Map<String, PlaceholderInfo> getTagMap(String xpath) { in getTagMap() 506 String xpath = CLDRFile.getDistinguishingXPath(info.xpath, null); in check() local 530 private int displayErrors(String locale, String id, String xpath, in displayErrors()
|
| D | FindFlipFlops.java | 205 private static void recordFlipFlop(ArrayList<String> history, String xpath, String fileName) { in recordFlipFlop() 257 private static void printEvents(ArrayList<Event> events, String fileName, String xpath) { in printEvents() 266 …private static String getProcessedStringValue(String xpath, CLDRFile file, DisplayAndInputProcesso… in getProcessedStringValue()
|
| D | CompareStockDatetime.java | 45 String xpath = "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/" + in main() local
|
| /external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
| D | XPathExpressionImpl.java | 58 private org.apache.xpath.XPath xpath; field in XPathExpressionImpl 70 protected XPathExpressionImpl(org.apache.xpath.XPath xpath, in XPathExpressionImpl() 81 protected XPathExpressionImpl(org.apache.xpath.XPath xpath, in XPathExpressionImpl() 93 public void setXPath (org.apache.xpath.XPath xpath ) { in setXPath()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
| D | ExampleCache.java | 42 private String xpath; field in ExampleCache.ExampleCacheItem 67 ExampleCacheItem(String xpath, String value) { in ExampleCacheItem() 209 void update(String xpath) { in update()
|
| D | TestCache.java | 167 public void valueChanged(String xpath, XMLSource source) { in valueChanged() 181 private void valueChangedInvalidateRecursively(String xpath, final CLDRLocale locale) { in valueChangedInvalidateRecursively() 209 … private void updateTestResultCache(@SuppressWarnings("unused") String xpath, CLDRLocale locale) { in updateTestResultCache() 298 private static void updateExampleGeneratorCache(String xpath, CLDRLocale locale) { in updateExampleGeneratorCache()
|
| /external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/rdf/ |
| D | AbstractCache.java | 35 public boolean add(String xpath, String uri) { in add() 44 public String get(String xpath) { in get()
|
| /external/apache-xml/src/main/java/org/apache/xpath/ |
| D | XPathAPI.java | 236 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local 277 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local
|
| D | CachedXPathAPI.java | 288 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local 329 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local
|
| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
| D | XMLSupport.java | 42 private XPath xpath; field in XMLSupport
|