Home
last modified time | relevance | path

Searched refs:getFullPath (Results 1 – 10 of 10) 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/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/deqp/executor/tools/
DxeCommandLineExecutor.cpp310 const string fullPath = child->getFullPath(); in addMatchingCases()
334 const string fullPath = child->getFullPath(); in removeMatchingCases()
421 testCase->getFullPath(fullPath); in printBatchResultSummary()
DxeBatchResultToXml.cpp289 testNode->getFullPath(fullPath); in writeTestCaseListNode()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java208 String xmlfileName = getFullPath(false,args[i]); in processArgs()
232 private String getFullPath(boolean fileType, String fName){ in getFullPath() method in XLIFF2ICUConverter