/external/deqp/executor/ |
D | xeTestCase.hpp | 69 void getFullPath (std::string& path) const; 70 std::string getFullPath (void) const { std::string str; getFullPath(str); return str; } in getFullPath() function in xe::TestNode
|
D | xeTestCase.cpp | 97 throw Error(std::string("Duplicate node '") + name + "' in '" + parent->getFullPath()); in TestNode() 104 void TestNode::getFullPath (std::string& dst) const in getFullPath() function in xe::TestNode 267 childGroup->getFullPath(fullPath); in addChildGroupsToMap()
|
D | xeBatchExecutor.cpp | 47 testCase->getFullPath(fullPath); in isExecutedInBatch()
|
/external/cldr/tools/java/org/unicode/cldr/api/ |
D | CldrValue.java | 202 public String getFullPath() { in getFullPath() method in CldrValue 203 return getPath().getFullPath(this); in getFullPath()
|
D | CldrPath.java | 374 String getFullPath(CldrValue value) { in getFullPath() method
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | DelegatedData.java | 87 public String getFullPath() { in getFullPath() method in DelegatedData 88 return getDelegate().getFullPath(); in getFullPath()
|
D | NestedMapData.java | 180 public String getFullPath() { in getFullPath() method in NestedMapData 402 + "multiple valid Data nodes for the path: " + symLink.getFullPath(); in setSymlink() 468 out.append(" : ").append(symLink.getFullPath()).append('\n'); in write()
|
D | Data.java | 73 String getFullPath(); in getFullPath() method
|
D | DefaultDataContext.java | 276 public String getFullPath() { in getFullPath() method in DefaultDataContext.LocalVariable
|
/external/cldr/tools/java/org/unicode/cldr/json/ |
D | Ldml2JsonConverter.java | 554 if (item.getFullPath().contains("@value")) { in convertCldrItems() 555 int indexStart = item.getFullPath().indexOf("@value") + 8; in convertCldrItems() 556 int indexEnd = item.getFullPath().indexOf("]", indexStart) - 1; in convertCldrItems() 558 String sub = item.getFullPath().substring(indexStart, indexEnd); in convertCldrItems() 562 … item.setFullPath(item.getFullPath().replace(sub, item.getValue())); in convertCldrItems() 563 … item.setFullPath(item.getFullPath().replaceAll("@value", "@" + sub)); in convertCldrItems() 572 String fullpath = item.getFullPath(); in convertCldrItems() 890 if (arrayItems.get(0).getFullPath().contains("rbnfrule")) { in resolveArrayItems() 968 if (!item.getFullPath().contains("rbnfrule")) { in outputStartArray()
|
D | CldrItem.java | 124 public String getFullPath() { in getFullPath() method in CldrItem
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 311 const string fullPath = child->getFullPath(); in addMatchingCases() 335 const string fullPath = child->getFullPath(); in removeMatchingCases() 422 testCase->getFullPath(fullPath); in printBatchResultSummary()
|
D | xeBatchResultToXml.cpp | 289 testNode->getFullPath(fullPath); in writeTestCaseListNode()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 144 String fullpath = getFullPath(path); in isDraft() 551 public String getFullPath(String xpath) { in getFullPath() method in XMLSource 816 result = getFullPath(xpath, fullStatus, fullPathWhereFound); in getFullPathAtDPath() 843 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath() method in XMLSource.ResolvingSource 1802 String result = this.getFullPath(xpath); in getFullXPath()
|
D | CLDRFile.java | 707 String result = dataSource.getFullPath(xpath); in getFullXPath() 955 …appendFinalComment(dataSource.getFullPath(xpath) + "::<" + dataSource.getValueAtPath(xpath) + ">"); in remove() 1073 String currentFullXPath = dataSource.getFullPath(xpath); in removeDuplicates() 1074 String otherFullXPath = other.dataSource.getFullPath(otherXpath); in removeDuplicates() 2739 …XPathParts parts = XPathParts.getFrozenInstance(dataSource.getFullPath(path)).cloneAsThawed(); // …
|
D | LDMLUtilities.java | 2047 public static String getFullPath(int fileType, String fName, String dir) { in getFullPath() method in LDMLUtilities
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | RegexTransformer.java | 123 String fullPath = v.getFullPath(); in getFullXPathWithoutSortIndices()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | PseudoLocales.java | 283 String fullPath = value.getFullPath(); in filter()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 210 String xmlfileName = getFullPath(false,args[i]); in processArgs() 234 private String getFullPath(boolean fileType, String fName){ in getFullPath() method in XLIFF2ICUConverter
|