/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassSampleReadTests.cpp | [all...] |
vktRenderPassSparseRenderTargetTests.cpp | 722 string testName (formatToName(format)); 724 group->addChild(new InstanceFactory1<SparseRenderTargetTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig));
|
/external/skia/tests/ |
ClipStackTest.cpp | [all...] |
PathOpsChalkboardTest.cpp | 87 SkString testName; 88 testName.printf("chalkboard%d", ++gTestNo); 89 testSimplify(reporter, path, testName.c_str());
|
PathOpsTigerTest.cpp | 180 SkString testName; 181 testName.printf("tiger8a_x%d", ++gTigerTests); 182 testSimplify(reporter, path, testName.c_str()); 233 SkString testName; 234 testName.printf("tiger8b_x%d", ++gTigerTests); 235 testSimplify(reporter, path, testName.c_str()); [all...] |
/external/skqp/tests/ |
ClipStackTest.cpp | [all...] |
PathOpsChalkboardTest.cpp | 87 SkString testName; 88 testName.printf("chalkboard%d", ++gTestNo); 89 testSimplify(reporter, path, testName.c_str());
|
PathOpsTigerTest.cpp | 180 SkString testName; 181 testName.printf("tiger8a_x%d", ++gTigerTests); 182 testSimplify(reporter, path, testName.c_str()); 233 SkString testName; 234 testName.printf("tiger8b_x%d", ++gTigerTests); 235 testSimplify(reporter, path, testName.c_str()); [all...] |
/external/bcc/tests/lua/ |
luaunit.lua | 896 local function storeAsMethod(idx, testName) 897 testFunction = _G[testName [all...] |
/external/testng/src/main/java/org/testng/ |
TestNG.java | 580 String testName = getDefaultTestName(); 584 testName = defaultIfStringEmpty(test.getTestName(), testName); 588 testName = c.getName(); 603 if (xt.getName().equals(testName)) { 611 xmlTest.setName(testName); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmTypeTests.cpp | 704 void createTests (const char* testName, 712 void createTests (const char* testName, 720 void createTests (const char* testName, 728 void createTests (const char* testName, 794 void createStageTests (const char* testName, [all...] |
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
DalvikTest.java | 463 String testName = ""; 465 testName = parts[1]; 467 return new TestDescription(className, testName);
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
TestSuiteParser.java | 294 private ApiMethod.Builder newTestBuilder(String moduleName, String className, String testName) { 296 testBuilder.setName(testName); 298 String nfFilter = getKnownFailureFilter(moduleName, className, testName);
|
/external/deqp/modules/egl/ |
teglChooseConfigTests.cpp | 540 const char* testName; 584 selectionGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection case", attributes[ndx].attribute, false)); 585 sortGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection and sort case", attributes[ndx].attribute, true));
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolOcclusionTests.cpp | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioPlaybackConfigurationTest.java | 430 private boolean isValidPlatform(String testName) { 434 + "audio output HAL, skipping test " + testName);
|
/external/cldr/tools/java/com/ibm/icu/dev/test/ |
TestFmwk.java | 239 protected TestFmwk getSubtest(String testName) throws TestFmwkException { 243 if (names[i].equalsIgnoreCase(testName)) { // allow 249 throw new TestFmwkException(testName); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
vktProtectedMemWorkgroupStorageTests.cpp | 366 std::string testName = std::string("memsize_") + de::toString(sharedMemSizes[sharedMemSizeIdx]); 367 workgroupGroup->addChild(new WorkgroupStorageTestCase(testCtx, testName, "", Params(sharedMemSizes[sharedMemSizeIdx])));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsReport.java | 125 ITestResult currentTestResult = caseResult.getOrCreateResult(item.testName);
|
/cts/tools/utils/cts/ |
tools.py | 80 Test names are given in the form "testSuiteName.testSuiteName.TestCaseName.testName".
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
InterfacesTest.java | 225 public void testName() {
|
/external/mockito/src/test/java/org/mockito/internal/verification/checkers/ |
NumberOfInvocationsCheckerTest.java | 15 import org.junit.rules.TestName; 45 public TestName testName = new TestName();
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
SmaliClassTest.java | 54 public void testName() {
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiImageClearingTests.cpp | [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
MediaUtils.java | 91 String testName = "test???"; 151 testName = methodName; 153 testName = stack[index].getClassName() + "." + testName; 158 return testName; [all...] |