Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java693 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialIncludeFilter() local
720 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialExcludeFilter() local
747 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAndExcludeFilter() local
780 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAll() local
802 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_excludeAll() local
2234 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testIncludeFilterFile() local
2260 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testMissingIncludeFilterFile() local
2287 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testExcludeFilterFile() local
2317 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testFilterComboWithFiles() local
2356 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testDotToHashConversionInFilters() local
/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.java274 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.java274 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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp2323 …de::MovePtr<tcu::TestCaseGroup> allTests (new tcu::TestCaseGroup(testCtx, "spec_constant", "Specia… in createSpecConstantTests() local
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp556 std::vector<TestIdentifier> GetShardTests(const std::vector<TestIdentifier> &allTests, in GetShardTests()