Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformer.java123 String fullPath = v.getFullPath(); in getFullXPathWithoutSortIndices()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocales.java283 String fullPath = value.getFullPath(); in filter()
/third_party/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