Home
last modified time | relevance | path

Searched refs:getFullPath (Results 1 – 19 of 19) sorted by relevance

/external/deqp/executor/
DxeTestCase.hpp69 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
DxeTestCase.cpp97 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()
DxeBatchExecutor.cpp47 testCase->getFullPath(fullPath); in isExecutedInBatch()
/external/cldr/tools/java/org/unicode/cldr/api/
DCldrValue.java202 public String getFullPath() { in getFullPath() method in CldrValue
203 return getPath().getFullPath(this); in getFullPath()
DCldrPath.java374 String getFullPath(CldrValue value) { in getFullPath() method
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java87 public String getFullPath() { in getFullPath() method in DelegatedData
88 return getDelegate().getFullPath(); in getFullPath()
DNestedMapData.java180 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()
DData.java73 String getFullPath(); in getFullPath() method
DDefaultDataContext.java276 public String getFullPath() { in getFullPath() method in DefaultDataContext.LocalVariable
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java554 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()
DCldrItem.java124 public String getFullPath() { in getFullPath() method in CldrItem
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp311 const string fullPath = child->getFullPath(); in addMatchingCases()
335 const string fullPath = child->getFullPath(); in removeMatchingCases()
422 testCase->getFullPath(fullPath); in printBatchResultSummary()
DxeBatchResultToXml.cpp289 testNode->getFullPath(fullPath); in writeTestCaseListNode()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java144 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()
DCLDRFile.java707 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(); // …
DLDMLUtilities.java2047 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/
DRegexTransformer.java123 String fullPath = v.getFullPath(); in getFullXPathWithoutSortIndices()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocales.java283 String fullPath = value.getFullPath(); in filter()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java210 String xmlfileName = getFullPath(false,args[i]); in processArgs()
234 private String getFullPath(boolean fileType, String fName){ in getFullPath() method in XLIFF2ICUConverter