Home
last modified time | relevance | path

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

1234

/external/deqp/framework/delibs/decpp/
DdeAppendList.cpp58 AppendList<TestElem> testList; member
63 , testList(numElementsHint) in SharedState()
84 m_shared->testList.append(TestElem(m_threadNdx, elemNdx)); in run()
109 DE_TEST_ASSERT(sharedState.testList.size() == (size_t)numElements * (size_t)numThreads); in runAppendListTest()
116 for (AppendList<TestElem>::const_iterator elemIter = sharedState.testList.begin(); in runAppendListTest()
117 elemIter != sharedState.testList.end(); ++elemIter) in runAppendListTest()
166 de::AppendList<ObjCountElem> testList(numElementsHint); in runClearTest() local
169 testList.append(ObjCountElem(&liveCount)); in runClearTest()
173 testList.clear(); in runClearTest()
178 testList.append(ObjCountElem(&liveCount)); in runClearTest()
/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp65 static int saveResultsToJson(const char *suiteName, test_definition testList[], in saveResultsToJson() argument
97 testList[i].name, result_map[(int)resultTestList[i]]); in saveResultsToJson()
114 test_definition testList[], int forceNoContextCreation, in runTestHarness() argument
117 return runTestHarnessWithCheck(argc, argv, testNum, testList, in runTestHarness()
122 int testNum, test_definition testList[]) in suite_did_not_pass_init() argument
127 int ret = saveResultsToJson(suiteName, testList, selectedTestList.data(), in suite_did_not_pass_init()
152 test_definition testList[], in runTestHarnessWithCheck() argument
262 log_info("\t%s\n", testList[i].name); in runTestHarnessWithCheck()
543 testNum, testList); in runTestHarnessWithCheck()
546 testNum, testList); in runTestHarnessWithCheck()
[all …]
DtestHarness.h106 test_definition testList[],
118 test_definition testList[],
127 test_definition testList[],
142 extern void callTestFunctions(test_definition testList[],
/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/
DCertificateProviderStoreTest.java145 List<X509Certificate> testList = ImmutableList.of(cert); in onePluginSameConfig_sameInstance() local
146 testCertificateProvider.getWatcher().updateCertificate(testKey, testList); in onePluginSameConfig_sameInstance()
147 verify(mockWatcher1, times(1)).updateCertificate(eq(testKey), eq(testList)); in onePluginSameConfig_sameInstance()
148 verify(mockWatcher2, times(1)).updateCertificate(eq(testKey), eq(testList)); in onePluginSameConfig_sameInstance()
151 testCertificateProvider.getWatcher().updateTrustedRoots(testList); in onePluginSameConfig_sameInstance()
152 verify(mockWatcher1, times(1)).updateTrustedRoots(eq(testList)); in onePluginSameConfig_sameInstance()
153 verify(mockWatcher2, times(1)).updateTrustedRoots(eq(testList)); in onePluginSameConfig_sameInstance()
159 testCertificateProvider.getWatcher().updateCertificate(testKey, testList); in onePluginSameConfig_sameInstance()
162 verify(mockWatcher2, times(1)).updateCertificate(eq(testKey), eq(testList)); in onePluginSameConfig_sameInstance()
163 testCertificateProvider.getWatcher().updateTrustedRoots(testList); in onePluginSameConfig_sameInstance()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelsTest.kt12 private val testList = listOf(1, 2, 3) constant in kotlinx.coroutines.channels.ChannelsTest
16 assertEquals(testList, testList.asReceiveChannel().toList()) in <lambda>()
94 assertEquals(testList, testList.asReceiveChannel().toList()) in <lambda>()
/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/armnn/src/armnn/test/
DObservableTest.cpp65 std::list<std::string> testList({"output"}); variable
68 testList.begin(), testList.end()));
/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/cronet/stable/base/test/android/junit/src/org/chromium/base/test/util/
DAnnotationProcessingUtilsTest.java244 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_UnknownAnnotations() local
246 testList.sort(comparator); in testAnnotationExtractorSortOrder_UnknownAnnotations()
249 testList, in testAnnotationExtractorSortOrder_UnknownAnnotations()
260 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_KnownAnnotations() local
262 testList.sort(comparator); in testAnnotationExtractorSortOrder_KnownAnnotations()
265 testList, in testAnnotationExtractorSortOrder_KnownAnnotations()
/external/cronet/tot/base/test/android/junit/src/org/chromium/base/test/util/
DAnnotationProcessingUtilsTest.java244 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_UnknownAnnotations() local
246 testList.sort(comparator); in testAnnotationExtractorSortOrder_UnknownAnnotations()
249 testList, in testAnnotationExtractorSortOrder_UnknownAnnotations()
260 List<Class<? extends Annotation>> testList = in testAnnotationExtractorSortOrder_KnownAnnotations() local
262 testList.sort(comparator); in testAnnotationExtractorSortOrder_KnownAnnotations()
265 testList, in testAnnotationExtractorSortOrder_KnownAnnotations()
/external/apache-xml/test/java/src/org/apache/qetest/xsl/
DXSLTestHarness.java294 protected boolean runHarness(String testList[]) in runHarness() argument
300 reporter.testFileInit("Harness", "Harness executing " + testList.length + " tests"); in runHarness()
309 for (int testIdx = 0; testIdx < testList.length; testIdx++) in runHarness()
316 testStat = runOneTest(testList[testIdx], harnessProps); in runHarness()
321 reporter.checkErr("Test " + testList[testIdx] + " threw: " + t.toString()); in runHarness()
323 + testList[testIdx] + " threw: " + t.toString()); in runHarness()
/external/angle/src/tests/cl_support/
Dangle_oclcts_gtest.cpp308 const OpenCLCaseList &testList = GetTestList(); in RegisterCLCTSTests() local
309 for (size_t caseIndex = 0; caseIndex < testList.numCases(); caseIndex++) in RegisterCLCTSTests()
319 const std::string &testSuiteName = testList.getCaseInfo(caseIndex).testSuiteName; in RegisterCLCTSTests()
320 const std::string &testName = testList.getCaseInfo(caseIndex).testNameWithArgs; in RegisterCLCTSTests()
/external/icu/icu4j/perf-tests/src/main/java/com/ibm/icu/dev/test/perf/
DPerfTest.java473 Set<String> testList = parseOptions(args); in run() local
476 for (String meth : testList) { in run()
626 Set<String> testList = new LinkedHashSet<>(); in parseOptions() local
631 testList.add(remainingArgv[i]); in parseOptions()
641 if (testList.isEmpty()) { in parseOptions()
642 testList.addAll(testProvider.getAllTestCmdNames()); in parseOptions()
655 return testList; in parseOptions()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmRelaxedWithForwardReferenceTests.cpp289 std::vector<TestData> testList = {{"static_method_shader", kStaticMethodShader}}; in createRelaxedWithForwardReferenceGraphicsGroup() local
291 for (const auto &item : testList) in createRelaxedWithForwardReferenceGraphicsGroup()
DvktSpvAsmNonSemanticInfoTests.cpp329 std::vector<TestData> testList = { in createNonSemanticInfoGroup() local
340 for (const auto &item : testList) in createNonSemanticInfoGroup()
/external/golang-protobuf/testing/prototest/
Dmessage.go474 var want protoreflect.List = &testList{}
531 type testList struct { struct
535 func (l *testList) Append(v protoreflect.Value) { l.a = append(l.a, v) } argument
536 func (l *testList) AppendMutable() protoreflect.Value { panic("unimplemented") } argument
537 func (l *testList) Get(n int) protoreflect.Value { return l.a[n] } argument
538 func (l *testList) Len() int { return len(l.a) } argument
539 func (l *testList) Set(n int, v protoreflect.Value) { l.a[n] = v } argument
540 func (l *testList) Truncate(n int) { l.a = l.a[:n] } argument
541 func (l *testList) NewElement() protoreflect.Value { panic("unimplemented") } argument
542 func (l *testList) IsValid() bool { return true } argument
/external/snakeyaml/src/test/java/examples/
DCustomListExampleTest.java25 public void testList() { in testList() method in CustomListExampleTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue512/
DListWithCommentTest.java24 public void testList() { in testList() method in ListWithCommentTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue397/
DColonInFlowContextInListTest.java24 public void testList() { in testList() method in ColonInFlowContextInListTest
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcamel_case_unittest.py19 def testList(self): member in CamelCaseTest
/external/google-cloud-java/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/it/
DITAccessApprovalTest.java35 public void testList() throws IOException { in testList() method in ITAccessApprovalTest
/external/aws-sdk-java-v2/services/servicecatalog/src/it/java/software/amazon/awssdk/services/servicecatalog/
DServiceCatalogIntegrationTest.java36 public void testList() { in testList() method in ServiceCatalogIntegrationTest
/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.go56 testList = flag.String("test-list", "vk-master-PASS.txt", "path to a test list file") var
74 File: *testList,
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLFileReader.java508 String[] testList = { in createXMLReader() local
516 for (int i = 0; i < testList.length; ++i) { in createXMLReader()
519 (testList[i].length() != 0) in createXMLReader()
520 ? XMLReaderFactory.createXMLReader(testList[i]) in createXMLReader()

1234