/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() 40 CLDRFile whichFile, String xpath, String attribute) { in getBasicAttributeValue() 48 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 | 35 public String getStringValue(String xpath) { in getStringValue() 41 public String getWinningValue(String xpath) { in getWinningValue() 47 public String getConstructedValue(String xpath) { in getConstructedValue() 52 private void recordPath(String xpath) { in recordPath()
|
D | XPathTokenizer.java | 14 char[] xpath; field in XPathTokenizer 65 public static StringBuffer deleteToken(StringBuffer xpath) { in deleteToken() 90 public static StringBuilder deleteToken(StringBuilder xpath) { in deleteToken() 125 public static StringBuffer relativeToAbsolute(String xpath, StringBuffer fullPath) { in relativeToAbsolute() 147 public static StringBuilder relativeToAbsolute(String xpath, StringBuilder fullPath) { in relativeToAbsolute()
|
D | GlossonymConstructor.java | 49 public static boolean pathIsEligible(String xpath) { in pathIsEligible() 84 String xpath, Output<String> pathWhereFound, Output<String> localeWhereFound) { in getValueAndTrack() 104 public String getValue(String xpath) { in getValue() 111 private synchronized String reallyGetValue(String xpath) { in reallyGetValue() 126 public Set<String> getPathsWhereFound(String xpath, Set<String> paths) { in getPathsWhereFound()
|
D | CoverageInfo.java | 14 private final String xpath; field in CoverageInfo.XPathWithLocation 18 public XPathWithLocation(String xpath, String location) { in XPathWithLocation() 81 public Level getCoverageLevel(String xpath, String loc) { in getCoverageLevel() 123 public int getCoverageValue(String xpath, String loc) { in getCoverageValue()
|
D | LDMLUtilities.java | 169 StringBuffer xpath = new StringBuffer(); in getFullyResolvedLDML() local 334 String xpath = getAttributeValue(alias, LDMLConstants.PATH); in convertXPath2ICU() local 382 String source, String xpath, String basePath, String fullPath) in convertXPath2ICU() 643 StringBuffer xpath, in mergeLDMLDocuments() 682 StringBuilder xpath, in mergeLDMLDocuments() 817 StringBuffer xpath = new StringBuffer(); in getAbsoluteXPath() local 1039 public boolean isParentDraft(Document fullyResolved, String xpath) { in isParentDraft() 1072 public static boolean isDraft(Node fullyResolved, StringBuffer xpath) { in isDraft() 1110 public static void appendAllAttributes(Node node, StringBuffer xpath) { in appendAllAttributes() 1226 public static final void appendXPathAttribute(Node node, StringBuffer xpath) { in appendXPathAttribute() [all …]
|
D | LocaleStringProvider.java | 6 public String getStringValue(String xpath); in getStringValue() 10 public String getSourceLocaleID(String xpath, Status status); in getSourceLocaleID()
|
D | TranslationHints.java | 12 public static String get(String xpath) { in get() 27 final String xpath = line.substring(5).trim(); in initXpathToHint() local
|
D | SimpleXPathParts.java | 33 private final String xpath; field in SimpleXPathParts 104 SimpleXPathParts(String xpath) { in SimpleXPathParts() 120 static XPathValue getFrozenInstance(String xpath) { in getFrozenInstance()
|
D | XMLSource.java | 263 public String putValueAtPath(String xpath, String value) { in putValueAtPath() 290 public void valueChanged(String xpath, XMLSource source); in valueChanged() 598 public void removeValueAtPath(String xpath) { in removeValueAtPath() 610 public String getValueAtPath(String xpath) { in getValueAtPath() 621 public String getFullPath(String xpath) { in getFullPath() 805 public String getValueAtDPath(String xpath) { in getValueAtDPath() 834 public SourceLocation getSourceLocation(String xpath) { in getSourceLocation() 856 public String getFullPathAtDPath(String xpath) { in getFullPathAtDPath() 881 public Date getChangeDateAtDPath(String xpath) { in getChangeDateAtDPath() 895 String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath() [all …]
|
D | CLDRFile.java | 234 public static DraftStatus forXpath(String xpath) { in forXpath() 552 String xpath = it2.next(); in show() local 587 public String getStringValue(String xpath) { in getStringValue() 618 String xpath, Output<String> pathWhereFound, Output<String> localeWhereFound) { in getBaileyValue() 665 public List<LocaleInheritanceInfo> getPathsWhereFound(String xpath) { in getPathsWhereFound() 723 private String getFallbackPath(String xpath, boolean winning, boolean checkExtraPaths) { in getFallbackPath() 746 public String getFullXPath(String xpath) { in getFullXPath() 769 public Date getLastModifiedDate(String xpath) { in getLastModifiedDate() 883 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment() 1051 public CLDRFile remove(String xpath) { in remove() [all …]
|
D | SimpleXMLSource.java | 43 public String getValueAtDPath(String xpath) { in getValueAtDPath() 47 public String getValueAtDPathSkippingInheritanceMarker(String xpath) { in getValueAtDPathSkippingInheritanceMarker() 53 public String getFullPathAtDPath(String xpath) { in getFullPathAtDPath()
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/ |
D | TestCLDRFile.java | 155 final String xpath = i.next(); in TestReadAllDTDs() local 163 final String xpath = it.next(); in TestReadAllDTDs() local 189 final String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"az\"]"; in testSourceLocale() local 191 assertNull(hyFile.getSourceLocation(xpath), "expected null location for " + xpath); in testSourceLocale() local 195 final String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"aa\"]"; in testSourceLocale() local 198 assertEquals(testfile.toPath().toString(), location.getSystem(), "system for " + xpath); in testSourceLocale() local 204 final String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"ab\"]"; in testSourceLocale() local 207 assertEquals(testfile.toPath().toString(), location.getSystem(), "system for " + xpath); in testSourceLocale() local 213 final String xpath = in testSourceLocale() local 217 assertEquals(rootfile.toPath().toString(), location.getSystem(), "system for " + xpath); in testSourceLocale() local
|
/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 | 227 String xpath = in TestCompactNumberFormats() local 239 String xpath = in TestPatternCanonicalization() local 247 String xpath = in TestCurrencyFormatSpaces() local 302 String xpath = "//ldml/units/unitLength[@type=\"narrow\"]/unitPattern[@count=\"one\"]"; in TestQuoteNormalization() local 333 final String xpath = TEST_DATA[i + 0]; in TestAdlamNasalization() local 496 String xpath = "//ldml/localeDisplayNames/languages/language[@type=\"fr\"]"; in TestBackspaceFilter() local 520 private String xpath; field in TestDisplayAndInputProcessor.PathSpaceData 524 public PathSpaceData(String xpath, String rawValue, String normValue, PathSpaceType pst) { in PathSpaceData() 643 String xpath; in TestWhitespaceAdjustments() field in TestDisplayAndInputProcessor.PathSpaceAdjustData 749 String xpath = "//ldml/annotations/annotation[@cp=\"\"]"; in TestSplitBar() local [all …]
|
D | TestDTDAttributes.java | 595 putIfNew(nodeData.branchNodes, element, locale, xpath); in putIfNew() argument 598 putIfNew(nodeData.valueNodes, element, value, locale, xpath); in putIfNew() argument 600 putIfNew(nodeData.valuelessNodes, element, locale, xpath); in putIfNew() argument 609 Map<String, R2<String, String>> map, String key, String locale, String xpath) { in putIfNew() argument 620 String xpath) { in putIfNew()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | ExampleCache.java | 40 private String xpath; field in ExampleCache.ExampleCacheItem 63 ExampleCacheItem(String xpath, String value) { in ExampleCacheItem() 185 void update(String xpath) { in update()
|
D | TestCache.java | 193 public void valueChanged(String xpath, XMLSource source) { in valueChanged() 207 private void valueChangedInvalidateRecursively(String xpath, final CLDRLocale locale) { in valueChangedInvalidateRecursively() 232 private void updateTestResultCache( in updateTestResultCache() 319 private static void updateExampleGeneratorCache(String xpath, CLDRLocale locale) { in updateExampleGeneratorCache()
|
/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/tool/ |
D | ConvertXTB.java | 132 public String xpath; field in ConvertXTB.XtbEntry 135 public XtbEntry(String messageId, String xpath, String value) { in XtbEntry() 199 private void addValue(String xpath, String value) { in addValue() 217 private void addPluralValue(String xpath, String value) { in addPluralValue() 288 private void addValueToOutput(String xpath, String value) { in addValueToOutput() 352 private String getPlaceholderForName(String xpath, String name) { in getPlaceholderForName() 372 private Map<String, PlaceholderInfo> getTagMap(String xpath) { in getTagMap() 479 String xpath = CLDRFile.getDistinguishingXPath(info.xpath, null); in check() local 501 String xpath, in displayErrors()
|
D | FindFlipFlops.java | 205 private static void recordFlipFlop(ArrayList<String> history, String xpath, String fileName) { in recordFlipFlop() 258 private static void printEvents(ArrayList<Event> events, String fileName, String xpath) { in printEvents() 277 String xpath, CLDRFile file, DisplayAndInputProcessor processor) { in getProcessedStringValue()
|
/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() 45 public String get(String xpath) { in get()
|
/external/fhir/spec/r4/json_definitions/ |
D | profiles-others.json | 81 "xpath" : "not(parent::f:contained and f:contained)", string 89 …"xpath" : "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descend… string 97 …"xpath" : "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:las… string 105 "xpath" : "not(exists(f:contained/*/f:meta/f:security))", string 121 "xpath" : "exists(f:text/h:div)", string 129 … "xpath" : "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", string 137 "xpath" : "exists(f:group/stratifier/code) or exists(f:group/stratifier/component)", string 194 "xpath" : "@value|f:*|h:div", string 221 "xpath" : "@value|f:*|h:div", string 249 "xpath" : "@value|f:*|h:div", string [all …]
|
/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
|