Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/scripts/
H A Dconvert_case_list_to_xml.py26 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 DxeBatchResult.cpp50 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 DxeTestLogParser.cpp116 const char *casePath = m_containerParser.getTestCasePath(); in parse() local
H A DxeBatchExecutor.cpp138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult(const char *casePath) in startTestCaseResult()
H A DxeTestResultParser.cpp256 static TestCaseType getTestCaseTypeFromPath(const char *casePath) in getTestCaseTypeFromPath()
H A DxeTestCaseResult.hpp131 std::string casePath; //!< Full test case path. member in xe::TestCaseResultHeader
/aosp_15_r20/external/deqp/executor/tools/
H A 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()
H A DxeExtractShaderPrograms.cpp91 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 DxeBatchResultToXml.cpp146 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 DxeExtractValues.cpp57 string casePath; member
145 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
H A DxeTestLogCompare.cpp123 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
224 const vector<ShortBatchResult> &batchResults, const char *casePath) in getTestResultHeaders()
H A DxeCommandLineExecutor.cpp207 bool checkCasePathPatternMatch(const char *pattern, const char *casePath, bool isTestGroup) in checkCasePathPatternMatch()
361 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
H A DxeBatchResultToJUnit.cpp94 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
H A DxeMergeTestLogs.cpp107 xe::TestCaseResultPtr startTestCaseResult(const char *casePath) in startTestCaseResult()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestSessionExecutor.cpp202 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 DtcuCommandLine.cpp1448 static bool checkTestCaseName(const CaseTreeNode *root, const char *casePath) in checkTestCaseName()
/aosp_15_r20/external/angle/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp180 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 DvktTestPackage.cpp409 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 DvktBuildPrograms.cpp434 const string casePath = iterator.getNodePath(); in buildPrograms() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.hpp342 vk::ProgramBinary *ResourceInterface::buildProgram(const std::string &casePath, IteratorType iter, in buildProgram()
H A DvkResourceInterface.cpp63 void ResourceInterface::initTestCase(const std::string &casePath) in initTestCase()