HomeSort by relevance Sort by last modified time
    Searched defs:testCaseName (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/egl/
teglThreadCleanUpTests.cpp 149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType)
168 : TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context clean up test")
  /external/junit-params/src/main/java/junitparams/naming/
MacroSubstitutionNamingStrategy.java 28 TestCaseName testCaseName = method.getAnnotation(TestCaseName.class);
30 String template = getTemplate(testCaseName);
40 private String getTemplate(TestCaseName testCaseName) {
41 if (testCaseName != null) {
46 "@TestCaseName not currently supported as it breaks running tests in CTS");
47 // return testCaseName.value();
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainInteractionService.java 107 String testCaseName = intent.getStringExtra(Utils.TESTCASE_TYPE);
108 Log.i(MainInteractionService.TAG, "trying to start 3p activity: " + testCaseName);
113 if (testCaseName.equals(Utils.SCREENSHOT)) {
120 intent3p.setAction("android.intent.action.TEST_APP_" + testCaseName);
121 intent3p.setComponent(Utils.getTestAppComponent(testCaseName));
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp     [all...]

Completed in 583 milliseconds