Home
last modified time | relevance | path

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

123

/external/deqp/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()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelsTest.kt15 private val testList = listOf(1, 2, 3) constant in kotlinx.coroutines.channels.ChannelsTest
19 assertEquals(testList, testList.asReceiveChannel().toList()) in <lambda>()
60 assertEquals(testList, testList.asReceiveChannel().toList()) in <lambda>()
/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp64 test_definition testList[], int forceNoContextCreation, in runTestHarness() argument
67 return runTestHarnessWithCheck(argc, argv, testNum, testList, in runTestHarness()
93 test_definition testList[], in runTestHarnessWithCheck() argument
203 log_info("\t%s\n", testList[i].name); in runTestHarnessWithCheck()
519 testList, forceNoContextCreation, in runTestHarnessWithCheck()
530 static int find_matching_tests(test_definition testList[], in find_matching_tests() argument
539 if ((!isWildcard && strcmp(testList[i].name, argument) == 0) in find_matching_tests()
541 && strncmp(testList[i].name, argument, wildcard_length) == 0)) in find_matching_tests()
546 testList[i].name); in find_matching_tests()
549 else if (testList[i].func == NULL) in find_matching_tests()
[all …]
DtestHarness.h96 test_definition testList[],
108 test_definition testList[],
117 test_definition testList[],
134 extern void callTestFunctions(test_definition testList[],
/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/
Dfixunstfti_test.c29 ldInput.d[0] = testList[i].hiInput; in main()
30 ldInput.d[1] = testList[i].loInput; in main()
31 expectedResult = testList[i].result128; in main()
Dfixtfti_test.c29 ldInput.d[0] = testList[i].hiInput; in main()
30 ldInput.d[1] = testList[i].loInput; in main()
31 expectedResult = testList[i].result128; in main()
Dfixunstfti_test.h25 struct testCase testList[] = { variable
1347 static const int numTests = sizeof(testList) / sizeof(struct testCase);
Dfixtfti_test.h21 struct testCase testList[] = { variable
1555 static const int numTests = sizeof(testList) / sizeof(struct testCase);
/external/deqp/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 :
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
DAnnotationProcessingUtilsTest.java220 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_UnknownAnnotations() local
222 testList.sort(comparator); in testAnnotationExtractorSortOrder_UnknownAnnotations()
224 testList, in testAnnotationExtractorSortOrder_UnknownAnnotations()
235 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_KnownAnnotations() local
237 testList.sort(comparator); in testAnnotationExtractorSortOrder_KnownAnnotations()
240 testList, in testAnnotationExtractorSortOrder_KnownAnnotations()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java382 Set testList = parseOptions(args); in run() local
385 for (Iterator iter = testList.iterator(); iter.hasNext();) { in run()
529 Set testList = new HashSet(); in parseOptions() local
534 testList.add(args[i]); in parseOptions()
544 if (testList.size() == 0) { in parseOptions()
548 testList.add((String)iter.next()); in parseOptions()
561 return testList; in parseOptions()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmNonSemanticInfoTests.cpp343 std::vector<TestData> testList = in createNonSemanticInfoGroup() local
355 for (const auto& item : testList) in createNonSemanticInfoGroup()
/external/snakeyaml/src/test/java/examples/
DCustomListExampleTest.java28 public void testList() { in testList() method in CustomListExampleTest
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcamel_case_unittest.py19 def testList(self): member in CamelCaseTest
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/
DXmlPrinterTest.java32 void testList() { in testList() method in XmlPrinterTest
/external/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,
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLFileReader.java462 String[] testList = { in createXMLReader() local
470 for (int i = 0; i < testList.length; ++i) { in createXMLReader()
472 result = (testList[i].length() != 0) in createXMLReader()
473 ? XMLReaderFactory.createXMLReader(testList[i]) in createXMLReader()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
DDirectiveTokenTest.java55 public void testList() { in testList() method in DirectiveTokenTest
/external/libxml2/xstc/
Dxstc.py472 self.testList = []
486 self.testList.append(test)
627 for test in self.testList:
636 for test in self.testList:
/external/ltp/testcases/kernel/io/disktest/
Dmain.c446 test_ll_t *getNewTest(test_ll_t * testList) in getNewTest() argument
478 pNewTest->next = testList; in getNewTest()
479 testList = pNewTest; in getNewTest()
/external/antlr/runtime/Python/tests/
Dt055templates.py119 def testList(self): member in T
/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java73 public void testList() { in testList() method in PyRecursiveTest
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/
DTestDefaultForMaps.java125 public void testList() throws Exception in testList() method in TestDefaultForMaps
/external/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));
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp834 UnicodeSet* testList[] = { in TestStrings() local
854 for (int32_t i = 0; testList[i] != NULL; i+=2) { in TestStrings()
857 testList[i]->toPattern(pat0, TRUE); in TestStrings()
858 testList[i+1]->toPattern(pat1, TRUE); in TestStrings()
859 if (*testList[i] == *testList[i+1]) { in TestStrings()
865 delete testList[i]; in TestStrings()
866 delete testList[i+1]; in TestStrings()

123