Home
last modified time | relevance | path

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

12

/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DAdaptivePlaybackTest.java198 MediaTest[] allTests = { field in AdaptivePlaybackTest
223 public void runAll() { ex(AllCodecs(), allTests); } in runAll() local
224 public void runSW() { ex(SWCodecs(), allTests); } in runSW() local
225 public void runHW() { ex(HWCodecs(), allTests); } in runHW() local
231 public void runH264() { ex(H264(), allTests); } in runH264() local
232 public void runHEVC() { ex(HEVC(), allTests); } in runHEVC() local
233 public void runVP8() { ex(VP8(), allTests); } in runVP8() local
234 public void runVP9() { ex(VP9(), allTests); } in runVP9() local
235 public void runAV1() { ex(AV1(), allTests); } in runAV1() local
236 public void runMpeg2() { ex(Mpeg2(), allTests); } in runMpeg2() local
[all …]
/aosp_15_r20/external/deqp/android/openglcts/runner/tests/src/org/khronos/cts/runner/
H A 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
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/
DProcessLifeguardRule.java49 List<String> allTests, in ignoreUncaughtBackgroundException()
62 List<String> allTests, in newUncaughtBackgroundException()
75 List<String> allTests, in newUncaughtBackgroundException()
87 List<String> allTests, in writeToTestStorage()
/aosp_15_r20/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java814 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialIncludeFilter() local
842 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialExcludeFilter() local
870 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAndExcludeFilter() local
904 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_includeAll() local
928 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_excludeAll() local
959 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_incrementalDeqpAttributeSet() local
2608 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testIncludeFilterFile() local
2635 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testMissingIncludeFilterFile() local
2663 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testExcludeFilterFile() local
2694 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testFilterComboWithFiles() local
[all …]
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/
DAbstractProcessLifeguardRule.java75 List<String> allTests, in ignoreUncaughtBackgroundException()
89 List<String> allTests, in newUncaughtBackgroundException()
111 List<String> allTests, in newUncaughtBackgroundException()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java583 Map<String, Set<TestInfo>> allTests = new HashMap<String, Set<TestInfo>>(); in getAllTests() local
610 Map<String, Set<TestInfo>> allTests, Path path, Path testMappingsRootPath) { in getAllTests()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForQueuesInJavaUtil.java49 public Test allTests() { in allTests() method in TestsForQueuesInJavaUtil
H A DTestsForListsInJavaUtil.java55 public Test allTests() { in allTests() method in TestsForListsInJavaUtil
H A DTestsForSetsInJavaUtil.java53 public Test allTests() { in allTests() method in TestsForSetsInJavaUtil
H A DTestsForMapsInJavaUtil.java57 public Test allTests() { in allTests() method in TestsForMapsInJavaUtil
H A DFeatureSpecificTestSuiteBuilder.java280 Enumeration<?> allTests = suite.tests(); in makeSuiteForTesterClass() local
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForQueuesInJavaUtil.java50 public Test allTests() { in allTests() method in TestsForQueuesInJavaUtil
H A DTestsForListsInJavaUtil.java58 public Test allTests() { in allTests() method in TestsForListsInJavaUtil
H A DTestsForMapsInJavaUtil.java58 public Test allTests() { in allTests() method in TestsForMapsInJavaUtil
H A DTestsForSetsInJavaUtil.java58 public Test allTests() { in allTests() method in TestsForSetsInJavaUtil
H A DFeatureSpecificTestSuiteBuilder.java280 Enumeration<?> allTests = suite.tests(); in makeSuiteForTesterClass() local
/aosp_15_r20/external/testng/src/main/java/org/testng/remote/
H A DSuiteDispatcher.java147 Collection<ITestResult> allTests[] = new Collection[] { in dispatch() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGTestFuncTest.java87 String[][] allTests = { in testRun() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DDynamicShardHelper.java226 List<ITestSuite> allTests = new ArrayList<>(); in getAllModules() local
DStrictShardHelper.java172 List<IRemoteTest> allTests = new ArrayList<>(); in getAllTests() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java608 Map<String, Set<TestInfo>> allTests = mTestMapping.getAllTests(tempDir); in testGetAllTests() local
648 Map<String, Set<TestInfo>> allTests = mTestMapping.getAllTests(tempDir); in testExtractTestMappingsZip() local
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DFailedReporter.java111 Collection[] allTests = new Collection[] { in generateXmlTest() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java269 List<IRemoteTest> allTests = new ArrayList<>(); in loadTests() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DTestMappingsValidation.java123 private Map<String, Set<TestInfo>> allTests = null; field in TestMappingsValidation
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java418 List<String> allTests = filteredTests.get().first; in runSingleParFile() local

12