Home
last modified time | relevance | path

Searched refs:testNames (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js117 let testNames = Object.keys(json);
119 expect(testNames.length > 0).toBeTruthy();
120 testNames.sort();
121 for (testName of testNames) {
176 let testNames = Object.keys(json);
178 expect(testNames.length > 0).toBeTruthy();
179 testNames.sort();
180 for (testName of testNames) {
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgenerate_gles_conformance_tests.py32 def GenerateTests(outFile, testNames): argument
34 testNames = list(set(testNames))
39 for test in testNames:
/third_party/python/Lib/unittest/
Dmain.py136 self.testNames = _convert_names(self.tests)
142 self.testNames = None
144 self.testNames = (self.defaultTest,)
146 self.testNames = list(self.defaultTest)
155 elif self.testNames is None:
158 self.test = self.testLoader.loadTestsFromNames(self.testNames,
/third_party/python/Lib/unittest/test/
Dtest_program.py88 self.assertEqual(('unittest.test',), program.testNames)
105 program.testNames)
364 self.assertEqual(program.testNames, expected)
376 self.assertEqual(program.testNames, expected)
387 self.assertEqual(program.testNames, argv[1:])
401 self.assertEqual(program.testNames, expected)
412 self.assertEqual(program.testNames, argv[1:])
/third_party/icu/icu4c/source/test/cintltst/
Dcucdapi.c53 const char* testNames[]={ in TestUScriptCodeAPI() local
105 for( ; testNames[i]!=NULL; i++){ in TestUScriptCodeAPI()
107 uscript_getCode(testNames[i],script,capacity, &err); in TestUScriptCodeAPI()
110 script[0],expected[i],testNames[i]); in TestUScriptCodeAPI()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java490 Set testNames = testProvider.getAllTestCmdNames(); in parseOptions() local
491 for (Iterator iter = testNames.iterator(); iter.hasNext();) { in parseOptions()
572 Set testNames = testProvider.getAllTestCmdNames(); in parseOptions() local
573 Iterator iter = testNames.iterator(); in parseOptions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1412 std::string testNames[] = in AddSharedMemoryTests() local
1425 for (const auto& testName : testNames) in AddSharedMemoryTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1412 std::string testNames[] = in AddSharedMemoryTests() local
1425 for (const auto& testName : testNames) in AddSharedMemoryTests()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp954 const std::vector<std::string> &testNames = testSuiteIt.second; in GTestListTests() local
956 for (const std::string &testName : testNames) in GTestListTests()