Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DGTestApiReport.java75 String testCasePath = ""; in main() local
122 public static GTestApiReport parseTestcasesFolder(String testCasePath, String bits) in parseTestcasesFolder()
H A DApkNdkApiReport.java77 String testCasePath = ""; in main() local
124 public static ApkNdkApiReport parseTestcasesFolder(String testCasePath, String bits) in parseTestcasesFolder()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp44 std::string testCasePath; member
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp131 void TestLogListener::beginTestCase(const char *testCasePath) in beginTestCase()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestLog.cpp532 void TestLog::startCase(const char *testCasePath, qpTestCaseType testCaseType) in startCase()
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.c426 bool qpTestLog_startCase(qpTestLog *log, const char *testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()