Home
last modified time | relevance | path

Searched defs:casePath (Results 1 – 19 of 19) sorted by relevance

/external/deqp/scripts/
Dconvert_case_list_to_xml.py26 def __init__(self, casePath, description, caseType): argument
42 def createAncestors(casePath): argument
79 casePath = m.group(1) variable
Dmustpass.py228 def appendToHierarchy (root, casePath): argument
/external/deqp/executor/
DxeBatchResult.cpp50 TestCaseResultData::TestCaseResultData (const char* casePath) in TestCaseResultData()
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult()
103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath) in createTestCaseResult()
DxeTestLogParser.cpp116 const char* casePath = m_containerParser.getTestCasePath(); in parse() local
DxeBatchExecutor.cpp138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath) in startTestCaseResult()
DxeTestResultParser.cpp257 static TestCaseType getTestCaseTypeFromPath (const char* casePath) in getTestCaseTypeFromPath()
DxeTestCaseResult.hpp118 std::string casePath; //!< Full test case path. member in xe::TestCaseResultHeader
/external/deqp/executor/tools/
DxeExtractSampleLists.cpp43 void writeSampleList (const char* casePath, int listNdx, const xe::ri::SampleList& sampleList) in writeSampleList()
78 void extractSampleLists (const char* casePath, int* listNdx, const xe::ri::List& items) in extractSampleLists()
112 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
DxeExtractShaderPrograms.cpp68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::… in writeShaderProgram()
99 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const x… in extractShaderPrograms()
144 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
DxeBatchResultToXml.cpp154 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
242 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
259 de::FilePath casePath = de::FilePath::join(m_dstPath, (result.casePath + ".xml").c_str()); in testCaseResultComplete() local
DxeExtractValues.cpp58 string casePath; member
139 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
DxeTestLogCompare.cpp138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
236 …TestCaseResultHeader>& headers, const vector<ShortBatchResult>& batchResults, const char* casePath) in getTestResultHeaders()
DxeBatchResultToJUnit.cpp95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
DxeMergeTestLogs.cpp96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
DxeCommandLineExecutor.cpp211 bool checkCasePathPatternMatch (const char* pattern, const char* casePath, bool isTestGroup) in checkCasePathPatternMatch()
366 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp182 void TestSessionExecutor::enterTestGroup (const std::string& casePath) in enterTestGroup()
187 void TestSessionExecutor::leaveTestGroup (const std::string& casePath) in leaveTestGroup()
192 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase()
DtcuCommandLine.cpp874 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp115 vk::ProgramBinary* buildProgram (const std::string& casePath, in buildProgram()
234 void TestCaseExecutor::init (tcu::TestCase* testCase, const std::string& casePath) in init()
DvktBuildPrograms.cpp427 const string casePath = iterator.getNodePath(); in buildPrograms() local