/external/deqp/scripts/ |
D | convert_case_list_to_xml.py | 26 def __init__(self, casePath, description, caseType): argument 42 def createAncestors(casePath): argument 79 casePath = m.group(1) variable
|
D | mustpass.py | 228 def appendToHierarchy (root, casePath): argument
|
/external/deqp/executor/ |
D | xeBatchResult.cpp | 50 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()
|
D | xeTestLogParser.cpp | 116 const char* casePath = m_containerParser.getTestCasePath(); in parse() local
|
D | xeBatchExecutor.cpp | 138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeTestResultParser.cpp | 257 static TestCaseType getTestCaseTypeFromPath (const char* casePath) in getTestCaseTypeFromPath()
|
D | xeTestCaseResult.hpp | 118 std::string casePath; //!< Full test case path. member in xe::TestCaseResultHeader
|
/external/deqp/executor/tools/ |
D | xeExtractSampleLists.cpp | 43 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()
|
D | xeExtractShaderPrograms.cpp | 68 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()
|
D | xeBatchResultToXml.cpp | 154 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
|
D | xeExtractValues.cpp | 58 string casePath; member 139 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeTestLogCompare.cpp | 138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult() 236 …TestCaseResultHeader>& headers, const vector<ShortBatchResult>& batchResults, const char* casePath) in getTestResultHeaders()
|
D | xeBatchResultToJUnit.cpp | 95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeMergeTestLogs.cpp | 96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
|
D | xeCommandLineExecutor.cpp | 211 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/ |
D | tcuTestSessionExecutor.cpp | 182 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()
|
D | tcuCommandLine.cpp | 874 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 115 vk::ProgramBinary* buildProgram (const std::string& casePath, in buildProgram() 234 void TestCaseExecutor::init (tcu::TestCase* testCase, const std::string& casePath) in init()
|
D | vktBuildPrograms.cpp | 427 const string casePath = iterator.getNodePath(); in buildPrograms() local
|