Home
last modified time | relevance | path

Searched defs:testCasePath (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/scripts/importDefinitelyTypedTests/
DimportDefinitelyTypedTests.ts81 const testCasePath = path.join(rwcTestPath, "DefinitelyTyped_" + testCaseName + ".json"); constant
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp44 std::string testCasePath; member
/third_party/vk-gl-cts/framework/platform/android/
DtcuTestLogParserJNI.cpp128 void TestLogListener::beginTestCase (const char* testCasePath) in beginTestCase()
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp468 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.c430 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()