HomeSort by relevance Sort by last modified time
    Searched refs:testCasePath (Results 1 - 10 of 10) sorted by null

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
GTestApiReport.java 73 String testCasePath = "";
83 testCasePath = getExpectedArg(args, ++i);
94 apiReport = parseTestcasesFolder(testCasePath, bits);
120 public static GTestApiReport parseTestcasesFolder(String testCasePath, String bits)
125 File file = new File(testCasePath);
141 testCasePath
ApkNdkApiReport.java 75 String testCasePath = "";
85 testCasePath = getExpectedArg(args, ++i);
96 apiReport = parseTestcasesFolder(testCasePath, bits);
122 public static ApkNdkApiReport parseTestcasesFolder(String testCasePath, String bits)
127 File file = new File(testCasePath);
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp 44 std::string testCasePath;
48 : testCasePath (testCasePath_)
56 return (a.testCasePath < b.testCasePath) || ((a.testCasePath == b.testCasePath) && (a.programName < b.programName));
63 : tcu::ResourceError("Program " + id.testCasePath + " / '" + id.programName + "' not found: " + reason)
vkBinaryRegistry.cpp 170 const std::string combinedStr = id.testCasePath + '#' + id.programName;
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 53 void beginTestCase (const char* testCasePath);
128 void TestLogListener::beginTestCase (const char* testCasePath)
130 jstring jTestCasePath = m_env->NewStringUTF(testCasePath);
  /external/deqp/framework/qphelper/
qpTestLog.h 194 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
qpTestLog.c 405 * \param testCasePath Full test case path (as seen in Candy).
409 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType)
415 DE_ASSERT(log && testCasePath && (testCasePath[0] != 0));
423 fprintf(log->outputFile, "\n#beginTestCaseResult %s\n", testCasePath);
431 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath);
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 444 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType)
446 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE)
tcuTestLog.hpp 160 void startCase (const char* testCasePath, qpTestCaseType testCaseType);
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 539 progIter->id.testCasePath.c_str(),

Completed in 616 milliseconds