Searched refs:testNames (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/modules/pathkit/tests/ |
D | pathops.spec.js | 117 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/ |
D | generate_gles_conformance_tests.py | 32 def GenerateTests(outFile, testNames): argument 34 testNames = list(set(testNames)) 39 for test in testNames:
|
/third_party/python/Lib/unittest/ |
D | main.py | 136 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/ |
D | test_program.py | 88 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/ |
D | cucdapi.c | 53 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/ |
D | PerfTest.java | 490 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/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1412 std::string testNames[] = in AddSharedMemoryTests() local 1425 for (const auto& testName : testNames) in AddSharedMemoryTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1412 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/ |
D | TestSuite.cpp | 954 const std::vector<std::string> &testNames = testSuiteIt.second; in GTestListTests() local 956 for (const std::string &testName : testNames) in GTestListTests()
|