/aosp_15_r20/external/deqp/scripts/ |
H A 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
|
/aosp_15_r20/external/deqp/executor/ |
H A D | xeBatchResult.cpp | 50 TestCaseResultData::TestCaseResultData(const char *casePath) : m_casePath(casePath), m_statusCode(T… in TestCaseResultData() 94 TestCaseResultPtr BatchResult::getTestCaseResult(const char *casePath) in getTestCaseResult() 101 TestCaseResultPtr BatchResult::createTestCaseResult(const char *casePath) in createTestCaseResult()
|
H A D | xeTestLogParser.cpp | 116 const char *casePath = m_containerParser.getTestCasePath(); in parse() local
|
H A D | xeBatchExecutor.cpp | 138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult(const char *casePath) in startTestCaseResult()
|
H A D | xeTestResultParser.cpp | 256 static TestCaseType getTestCaseTypeFromPath(const char *casePath) in getTestCaseTypeFromPath()
|
H A D | xeTestCaseResult.hpp | 131 std::string casePath; //!< Full test case path. member in xe::TestCaseResultHeader
|
/aosp_15_r20/external/deqp/executor/tools/ |
H A 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()
|
H A D | xeExtractShaderPrograms.cpp | 91 static void writeShaderProgram(const CommandLine &cmdLine, const std::string &casePath, in writeShaderProgram() 126 static void extractShaderPrograms(const CommandLine &cmdLine, const std::string &casePath, in extractShaderPrograms() 171 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
|
H A D | xeBatchResultToXml.cpp | 146 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult() 234 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult() 251 … de::FilePath casePath = de::FilePath::join(m_dstPath, (result.casePath + ".xml").c_str()); in testCaseResultComplete() local
|
H A D | xeExtractValues.cpp | 57 string casePath; member 145 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
|
H A D | xeTestLogCompare.cpp | 123 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult() 224 const vector<ShortBatchResult> &batchResults, const char *casePath) in getTestResultHeaders()
|
H A D | xeCommandLineExecutor.cpp | 207 bool checkCasePathPatternMatch(const char *pattern, const char *casePath, bool isTestGroup) in checkCasePathPatternMatch() 361 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
|
H A D | xeBatchResultToJUnit.cpp | 94 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
|
H A D | xeMergeTestLogs.cpp | 107 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTestSessionExecutor.cpp | 202 void TestSessionExecutor::enterTestGroup(const std::string &casePath) in enterTestGroup() 207 void TestSessionExecutor::leaveTestGroup(const std::string &casePath) in leaveTestGroup() 212 bool TestSessionExecutor::enterTestCase(TestCase *testCase, const std::string &casePath) in enterTestCase()
|
H A D | tcuCommandLine.cpp | 1448 static bool checkTestCaseName(const CaseTreeNode *root, const char *casePath) in checkTestCaseName()
|
/aosp_15_r20/external/angle/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 180 TestStatus RandomOrderExecutor::execute(const std::string &casePath) in execute() 196 tcu::TestStatus RandomOrderExecutor::executeInner(TestCase *testCase, const std::string &casePath) in executeInner()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 409 void TestCaseExecutor::init(tcu::TestCase *testCase, const std::string &casePath) in init() 790 int TestCaseExecutor::getCurrentSubprocessCount(const std::string &casePath, int defaultSubprocessC… in getCurrentSubprocessCount()
|
H A D | vktBuildPrograms.cpp | 434 const string casePath = iterator.getNodePath(); in buildPrograms() local
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.hpp | 342 vk::ProgramBinary *ResourceInterface::buildProgram(const std::string &casePath, IteratorType iter, in buildProgram()
|
H A D | vkResourceInterface.cpp | 63 void ResourceInterface::initTestCase(const std::string &casePath) in initTestCase()
|