Home
last modified time | relevance | path

Searched refs:testList (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeAppendList.cpp60 AppendList<TestElem> testList; member
65 , testList (numElementsHint) in SharedState()
86 m_shared->testList.append(TestElem(m_threadNdx, elemNdx)); in run()
111 DE_TEST_ASSERT(sharedState.testList.size() == (size_t)numElements*(size_t)numThreads); in runAppendListTest()
118 for (AppendList<TestElem>::const_iterator elemIter = sharedState.testList.begin(); in runAppendListTest()
119 elemIter != sharedState.testList.end(); in runAppendListTest()
171 de::AppendList<ObjCountElem> testList (numElementsHint); in runClearTest() local
174 testList.append(ObjCountElem(&liveCount)); in runClearTest()
178 testList.clear(); in runClearTest()
183 testList.append(ObjCountElem(&liveCount)); in runClearTest()
/third_party/vk-gl-cts/scripts/log/
Dbottleneck_report.py77 def __init__ (self, testList) : argument
79 self.testList = testList
89 self.element.numberOfTests = len(self.testList)
91 for test in self.testList :
/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts30 const testList = this.tests && this.tests.length ? this.tests : this.getTestFiles(); constant
36 for (const test of testList) {
132 const testList = this.tests && this.tests.length ? this.tests : this.getTestFiles(); constant
141 for (const test of testList) {
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java388 Set testList = parseOptions(args); in run() local
391 for (Iterator iter = testList.iterator(); iter.hasNext();) { in run()
556 Set testList = new HashSet(); in parseOptions() local
561 testList.add(args[i]); in parseOptions()
571 if (testList.size() == 0) { in parseOptions()
575 testList.add((String)iter.next()); in parseOptions()
588 return testList; in parseOptions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmNonSemanticInfoTests.cpp345 std::vector<TestData> testList = in createNonSemanticInfoGroup() local
357 for (const auto& item : testList) in createNonSemanticInfoGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmNonSemanticInfoTests.cpp345 std::vector<TestData> testList = in createNonSemanticInfoGroup() local
357 for (const auto& item : testList) in createNonSemanticInfoGroup()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go57 testList = flag.String("test-list", "vk-master-PASS.txt", "path to a test list file") var
74 File: *testList,
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp868 UnicodeSet* testList[] = { in TestStrings() local
887 assertFalse("[a-c].hasStrings()", testList[0]->hasStrings()); in TestStrings()
888 assertTrue("[{ll}{ch}a-z].hasStrings()", testList[2]->hasStrings()); in TestStrings()
890 for (int32_t i = 0; testList[i] != NULL; i+=2) { in TestStrings()
893 testList[i]->toPattern(pat0, true); in TestStrings()
894 testList[i+1]->toPattern(pat1, true); in TestStrings()
895 if (*testList[i] == *testList[i+1]) { in TestStrings()
901 delete testList[i]; in TestStrings()
902 delete testList[i+1]; in TestStrings()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java1091 …String[] testList = {"u\u0308", "u\u0316\u0308", "u\u0308\u0316", "u\u0301\u0308", "u\u0308\u0301"…
1092 for (int i = 0; i < testList.length; ++i) {
1093 String yy = y.transliterate(testList[i]);
1094 System.out.println(hex.transliterate(testList[i]) + " => " + hex.transliterate(yy));
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java819 UnicodeSet[][] testList = { in TestStrings() local
832 assertFalse("[a-c].hasStrings()", testList[0][0].hasStrings()); in TestStrings()
833 assertTrue("[{ll}{ch}a-z].hasStrings()", testList[1][0].hasStrings()); in TestStrings()
835 for (int i = 0; i < testList.length; ++i) { in TestStrings()
836 if (!testList[i][0].equals(testList[i][1])) { in TestStrings()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetTest.java807 UnicodeSet[][] testList = { in TestStrings() local
821 for (int i = 0; i < testList.length; ++i) { in TestStrings()
822 if (!testList[i][0].equals(testList[i][1])) { in TestStrings()
/third_party/python/Lib/test/
Dtest_marshal.py428 def testList(self): member in InstancingTestCase
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2052 List<TestDescription> testList = new ArrayList<>(tests.keySet()); in filterTests() local
2053 for (TestDescription test : testList) { in filterTests()
/third_party/json/
DChangeLog.md388 - Why can't I have std::vector\<json&\> testList? [\#2900](https://github.com/nlohmann/json/issues/…