Home
last modified time | relevance | path

Searched defs:xpath (Results 1 – 25 of 82) sorted by relevance

1234

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DXPPUtil.java15 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/
DRecordingCLDRFile.java34 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()
DXPathTokenizer.java15 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()
DCoverageInfo.java16 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()
DLDMLUtilities.java154 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 …]
DLocaleStringProvider.java6 public String getStringValue(String xpath); in getStringValue()
8 public String getSourceLocaleID(String xpath, Status status); in getSourceLocaleID()
DCLDRFile.java156 public static DraftStatus forXpath(String xpath) { in forXpath()
396 String xpath = it2.next(); in show() local
512 String xpath = it2.next(); in write() local
611 public String getStringValue(String xpath) { in getStringValue()
631 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue()
673 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue()
698 private String getFallbackPath(String xpath, boolean winning, boolean checkExtraPaths) { in getFallbackPath()
722 public String getFullXPath(String xpath) { in getFullXPath()
742 public Date getLastModifiedDate(String xpath) { in getLastModifiedDate()
812 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment()
[all …]
DXMLSource.java166 public String putValueAtPath(String xpath, String value) { in putValueAtPath()
198 public void valueChanged(String xpath, XMLSource source); in valueChanged()
499 public void removeValueAtPath(String xpath) { in removeValueAtPath()
512 public String getValueAtPath(String xpath) { in getValueAtPath()
523 public String getFullPath(String xpath) { in getFullPath()
715 public String getValueAtDPath(String xpath) { in getValueAtDPath()
743 public String getFullPathAtDPath(String xpath) { in getFullPathAtDPath()
766 public Date getChangeDateAtDPath(String xpath) { in getChangeDateAtDPath()
778 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath()
823 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue()
[all …]
DSimpleXMLSource.java44 public String getValueAtDPath(String xpath) { in getValueAtDPath()
48 public String getValueAtDPathSkippingInheritanceMarker(String xpath) { in getValueAtDPathSkippingInheritanceMarker()
54 public String getFullPathAtDPath(String xpath) { in getFullPathAtDPath()
DCLDRURLS.java104 public String forXpath(String locale, String xpath) { in forXpath()
113 public final String forXpath(CLDRLocale locale, String xpath) { in forXpath()
239 final public void assertIsXpath(String xpath) throws IllegalArgumentException { in assertIsXpath()
/external/autotest/server/cros/ap_configurators/
Dweb_driver_core_helpers.py39 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/
DTestDisplayAndInputProcessor.java198 …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
392 String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"fr\"]"; in TestBackspaceFilter() local
421 private String xpath; field in TestDisplayAndInputProcessor.PathSpaceData
425 public PathSpaceData(String xpath, String rawValue, String normValue, PathSpaceType pst) { in PathSpaceData()
483 String xpath = "//ldml/annotations/annotation[@cp=\"��\"]"; in TestSplitBar() local
DTestDTDAttributes.java554 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()
DTestExampleGenerator.java480 final String xpath = test[1]; in TestCompoundUnit3() local
664 String xpath = testPair[0]; in Test4528() local
687 String xpath = testPair[0]; in Test4607() local
718 String xpath, String value, String expected) { in checkPathValue()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DExampleCache.java39 private String xpath; field in ExampleCache.ExampleCacheItem
64 ExampleCacheItem(String xpath, String value) { in ExampleCacheItem()
177 void update(String xpath) { in update()
DTestCache.java167 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-code/src/main/java/org/unicode/cldr/tool/
DConvertXTB.java139 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()
DCompareStockDatetime.java45 String xpath = "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/" + in main() local
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathExpressionImpl.java58 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/test/java/org/unicode/cldr/util/
DTestCLDRFile.java130 final String xpath = i.next(); in TestReadAllDTDs() local
137 final String xpath = it.next(); in TestReadAllDTDs() local
/external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/rdf/
DAbstractCache.java35 public boolean add(String xpath, String uri) { in add()
44 public String get(String xpath) { in get()
/external/libxml2/
DtestC14N.c66 xmlXPathObjectPtr xpath = NULL; in test_c14n() local
243 xmlXPathObjectPtr xpath; in load_xpath_expr() local
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathAPI.java236 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
DCachedXPathAPI.java288 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/
DXMLSupport.java42 private XPath xpath; field in XMLSupport

1234