Home
last modified time | relevance | path

Searched defs:allTests (Results 1 – 16 of 16) sorted by relevance

/external/deqp/android/openglcts/runner/tests/src/org/khronos/cts/runner/
DKhronosCTSRunnerTests.java372 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_multipleTests() local
401 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialIncludeFilter() local
432 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialExcludeFilter() local
463 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAndExcludeFilter() local
500 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAll() local
527 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_excludeAll() local
550 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testDotToHashConversionInFilters() local
608 Collection<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_unexecutableTests() local
717 Collection<TestDescription> allTests = new ArrayList<TestDescription>(); in testResultCode() local
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java835 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialIncludeFilter() local
863 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialExcludeFilter() local
891 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAndExcludeFilter() local
925 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAll() local
949 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_excludeAll() local
980 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_incrementalDeqpAttributeSet() local
1075 List<TestDescription> allTests = new ArrayList<>(); in testRun_incrementalDeqpEnabled() local
2776 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testIncludeFilterFile() local
2803 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testMissingIncludeFilterFile() local
2831 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testExcludeFilterFile() local
[all …]
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DTestsForQueuesInJavaUtil.java49 public Test allTests() { in allTests() method in TestsForQueuesInJavaUtil
DTestsForListsInJavaUtil.java55 public Test allTests() { in allTests() method in TestsForListsInJavaUtil
DTestsForSetsInJavaUtil.java53 public Test allTests() { in allTests() method in TestsForSetsInJavaUtil
DTestsForMapsInJavaUtil.java57 public Test allTests() { in allTests() method in TestsForMapsInJavaUtil
DFeatureSpecificTestSuiteBuilder.java280 Enumeration<?> allTests = suite.tests(); in makeSuiteForTesterClass() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DTestsForQueuesInJavaUtil.java50 public Test allTests() { in allTests() method in TestsForQueuesInJavaUtil
DTestsForListsInJavaUtil.java58 public Test allTests() { in allTests() method in TestsForListsInJavaUtil
DTestsForSetsInJavaUtil.java58 public Test allTests() { in allTests() method in TestsForSetsInJavaUtil
DTestsForMapsInJavaUtil.java58 public Test allTests() { in allTests() method in TestsForMapsInJavaUtil
DFeatureSpecificTestSuiteBuilder.java280 Enumeration<?> allTests = suite.tests(); in makeSuiteForTesterClass() local
/external/testng/src/main/java/org/testng/remote/
DSuiteDispatcher.java147 Collection<ITestResult> allTests[] = new Collection[] { in dispatch() local
/external/testng/src/main/java/org/testng/reporters/
DFailedReporter.java111 Collection[] allTests = new Collection[] { in generateXmlTest() local
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp387 std::vector<TestIdentifier> GetShardTests(const std::vector<TestIdentifier> &allTests, in GetShardTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp2443 de::MovePtr<tcu::TestCaseGroup> allTests(new tcu::TestCaseGroup(testCtx, "spec_constant")); in createSpecConstantTests() local