Home
last modified time | relevance | path

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

1234

/external/cldr/tools/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/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.java377 String xpath = it2.next(); in show() local
493 String xpath = it2.next(); in write() local
592 public String getStringValue(String xpath) { in getStringValue()
612 …public String getBaileyValue(String xpath, Output<String> pathWhereFound, Output<String> localeWhe… in getBaileyValue()
654 …public String getConstructedBaileyValue(String xpath, Output<String> pathWhereFound, Output<String… in getConstructedBaileyValue()
679 private String getFallbackPath(String xpath, boolean winning, boolean checkExtraPaths) { in getFallbackPath()
703 public String getFullXPath(String xpath) { in getFullXPath()
723 public Date getLastModifiedDate(String xpath) { in getLastModifiedDate()
793 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment()
944 public CLDRFile remove(String xpath) { in remove()
[all …]
DXMLSource.java166 public String putValueAtPath(String xpath, String value) { in putValueAtPath()
198 public void valueChanged(String xpath, XMLSource source); in valueChanged()
527 public void removeValueAtPath(String xpath) { in removeValueAtPath()
540 public String getValueAtPath(String xpath) { in getValueAtPath()
551 public String getFullPath(String xpath) { in getFullPath()
744 public String getValueAtDPath(String xpath) { in getValueAtDPath()
800 public String getFullPathAtDPath(String xpath) { in getFullPathAtDPath()
831 public Date getChangeDateAtDPath(String xpath) { in getChangeDateAtDPath()
843 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath()
889 …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.java81 public String forXpath(String locale, String xpath) { in forXpath()
90 public final String forXpath(CLDRLocale locale, String xpath) { in forXpath()
216 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/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/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()
DXPathImpl.java195 org.apache.xpath.XPath xpath = new org.apache.xpath.XPath( expression, in eval() local
400 org.apache.xpath.XPath xpath = new XPath (expression, null, in compile() local
/external/cldr/tools/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDisplayAndInputProcessor.java197 …String xpath = "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"… in TestCompactNumberFormats() local
209 …String xpath = "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength/decimalF… in TestPatternCanonicalization() local
217 …String xpath = "//ldml/numbers/currencyFormats[@numberSystem=\"latn\"]/currencyFormat[@type=\"stan… in TestCurrencyFormatSpaces() local
271 String xpath = "//ldml/units/unitLength[@type=\"narrow\"]/unitPattern[@count=\"one\"]"; in TestQuoteNormalization() local
301 final String xpath = TEST_DATA[i+0]; in TestAdlamNasalization() local
391 String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"fr\"]"; in TestBackspaceFilter() 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.java443 final String xpath = test[1]; in TestCompoundUnit3() local
627 String xpath = testPair[0]; in Test4528() local
650 String xpath = testPair[0]; in Test4607() local
681 String xpath, String value, String expected) { in checkPathValue()
/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.java41 private XPath xpath; field in XMLSupport
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/
DXmlDocumentationTest.java47 private XPath xpath; field in XmlDocumentationTest

1234