/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
H A D | AdaptivePlaybackTest.java | 198 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 D | KhronosCTSRunnerTests.java | 372 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/ |
D | ProcessLifeguardRule.java | 49 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 D | DeqpTestRunnerTest.java | 814 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/ |
D | AbstractProcessLifeguardRule.java | 75 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/ |
D | TestMapping.java | 583 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 D | TestsForQueuesInJavaUtil.java | 49 public Test allTests() { in allTests() method in TestsForQueuesInJavaUtil
|
H A D | TestsForListsInJavaUtil.java | 55 public Test allTests() { in allTests() method in TestsForListsInJavaUtil
|
H A D | TestsForSetsInJavaUtil.java | 53 public Test allTests() { in allTests() method in TestsForSetsInJavaUtil
|
H A D | TestsForMapsInJavaUtil.java | 57 public Test allTests() { in allTests() method in TestsForMapsInJavaUtil
|
H A D | FeatureSpecificTestSuiteBuilder.java | 280 Enumeration<?> allTests = suite.tests(); in makeSuiteForTesterClass() local
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | TestsForQueuesInJavaUtil.java | 50 public Test allTests() { in allTests() method in TestsForQueuesInJavaUtil
|
H A D | TestsForListsInJavaUtil.java | 58 public Test allTests() { in allTests() method in TestsForListsInJavaUtil
|
H A D | TestsForMapsInJavaUtil.java | 58 public Test allTests() { in allTests() method in TestsForMapsInJavaUtil
|
H A D | TestsForSetsInJavaUtil.java | 58 public Test allTests() { in allTests() method in TestsForSetsInJavaUtil
|
H A D | FeatureSpecificTestSuiteBuilder.java | 280 Enumeration<?> allTests = suite.tests(); in makeSuiteForTesterClass() local
|
/aosp_15_r20/external/testng/src/main/java/org/testng/remote/ |
H A D | SuiteDispatcher.java | 147 Collection<ITestResult> allTests[] = new Collection[] { in dispatch() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | GTestFuncTest.java | 87 String[][] allTests = { in testRun() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | DynamicShardHelper.java | 226 List<ITestSuite> allTests = new ArrayList<>(); in getAllModules() local
|
D | StrictShardHelper.java | 172 List<IRemoteTest> allTests = new ArrayList<>(); in getAllTests() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 608 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 D | FailedReporter.java | 111 Collection[] allTests = new Collection[] { in generateXmlTest() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | TestMappingSuiteRunner.java | 269 List<IRemoteTest> allTests = new ArrayList<>(); in loadTests() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/ |
D | TestMappingsValidation.java | 123 private Map<String, Set<TestInfo>> allTests = null; field in TestMappingsValidation
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/ |
D | MoblyBinaryHostTest.java | 418 List<String> allTests = filteredTests.get().first; in runSingleParFile() local
|