Home
last modified time | relevance | path

Searched refs:testList (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
H A 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()
174 testList.append(ObjCountElem(&liveCount)); in runClearTest()
178 testList.clear(); in runClearTest()
183 testList in runClearTest()
[all...]
/third_party/vk-gl-cts/scripts/log/
H A Dbottleneck_report.py77 def __init__ (self, testList) :
79 self.testList = testList
89 self.element.numberOfTests = len(self.testList)
91 for test in self.testList :
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java388 Set testList = parseOptions(args); in run()
391 for (Iterator iter = testList.iterator(); iter.hasNext();) { in run()
556 Set testList = new HashSet(); in parseOptions()
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/
H A DvktSpvAsmNonSemanticInfoTests.cpp346 std::vector<TestData> testList = in createNonSemanticInfoGroup() local
358 for (const auto& item : testList) in createNonSemanticInfoGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A 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/
H A Dmain.go57 testList = flag.String("test-list", "vk-master-PASS.txt", "path to a test list file")
74 File: *testList,
/third_party/icu/icu4c/source/test/intltest/
H A 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[ in TestStrings()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java801 // Object[][] testList = { in TestStrings()
815 // for (int i = 0; i < testList.length; ++i) { in TestStrings()
816 // expectRelation(testList[i][0], testList[i][1], testList[i][2], "(" + i + ")"); in TestStrings()
819 UnicodeSet[][] testList = { in TestStrings()
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[ in TestStrings()
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java789 // Object[][] testList = { in TestStrings()
803 // for (int i = 0; i < testList.length; ++i) { in TestStrings()
804 // expectRelation(testList[i][0], testList[i][1], testList[i][2], "(" + i + ")"); in TestStrings()
807 UnicodeSet[][] testList = { in TestStrings()
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/
H A Dtest_marshal.py484 def testList(self): member in InstancingTestCase
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java2097 List<TestDescription> testList = new ArrayList<>(tests.keySet()); in filterTests()
2098 for (TestDescription test : testList) { in filterTests()

Completed in 18 milliseconds