/tools/dexter/dexter/ |
D | dexter_tests.py | 62 tests = 0 variable 77 tests = tests + 1 variable
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | UnexecutedTestReporterThread.java | 30 UnexecutedTestReporterThread(ITestInvocationListener listener, List<IRemoteTest> tests) { in UnexecutedTestReporterThread()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | TestDescriptionsFileTest.java | 90 List<TestDescription> tests = tdfFromFile.getTests(); in fromFile_empty() local 105 List<TestDescription> tests = tdfFromFile.getTests(); in fromFile() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 69 Set<TestInfo> tests = in testparseTestMapping() local 133 Set<TestInfo> tests = in testparseTestMapping_BadJson() local 171 Set<TestInfo> tests = TestMapping.getTests(mockBuildInfo, "presubmit", false, null); in testGetTests() local 223 Set<TestInfo> tests = in testGetTests_matchKeywords() local 511 Set<TestInfo> tests = allTests.get("presubmit"); in testGetAllTests() local 551 Set<TestInfo> tests = allTests.get("presubmit"); in testExtractTestMappingsZip() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | TestDescriptionsFile.java | 120 private static void readTestsFromFile(Collection<TestDescription> tests, File testFile) { in readTestsFromFile() 134 private static void populateTestFile(List<TestDescription> tests, File testFile) { in populateTestFile()
|
/tools/test/connectivity/acts_tests/tests/google/bt/test_tools/ |
D | ToolsTest.py | 25 tests = None variable in ToolsTest
|
D | BtReconnectTest.py | 24 tests = None variable in BtReconnectTest
|
/tools/tradefederation/core/src/com/android/tradefed/config/yaml/ |
D | YamlTestRunners.java | 37 public YamlTestRunners(List<Map<String, Object>> tests) throws ConfigurationException { in YamlTestRunners()
|
D | ConfigurationYamlParser.java | 188 private void convertTestsToObjects(ConfigurationDef def, YamlTestRunners tests) { in convertTestsToObjects()
|
/tools/test/connectivity/acts_tests/tests/google/bt/hid/ |
D | HidDeviceTest.py | 34 tests = None variable in HidDeviceTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | InvocationExecutionTest.java | 208 List<IRemoteTest> tests = new ArrayList<>(); in testRun_autoRetry() local 238 List<IRemoteTest> tests = new ArrayList<>(); in testRun_autoRetry_throughForwarder() local 268 List<IRemoteTest> tests = new ArrayList<>(); in testRun_metricCollectors() local 291 List<IRemoteTest> tests = new ArrayList<>(); in testRun_metricCollectors_auto() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationFileTest.java | 120 Collection<TestDescription> tests, in writeTestsToFileAndRun() 238 private Collection<TestDescription> createRerunSet(Collection<TestDescription> tests) { in createRerunSet()
|
/tools/test/connectivity/acts_tests/tests/google/native/bt/ |
D | BtNativeTest.py | 8 tests = None variable in BtNativeTest
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestMapping.java | 196 Set<TestInfo> tests = new HashSet<TestInfo>(); in getTests() local 236 private static Set<TestInfo> mergeTests(Set<TestInfo> tests) { in mergeTests() 302 Set<TestInfo> tests = new HashSet<TestInfo>(); in getTests() local
|
/tools/test/connectivity/acts_tests/tests/google/native/ |
D | NativeTest.py | 23 tests = None variable in NativeTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/ |
D | GeneralTestsConfigValidation.java | 141 public static void checkRunners(List<IRemoteTest> tests, String name) in checkRunners()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | TestsPoolPoller.java | 96 public TestsPoolPoller(Collection<IRemoteTest> tests, CountDownLatch tracker) { in TestsPoolPoller() 102 Collection<IRemoteTest> tests, in TestsPoolPoller()
|
/tools/repohooks/rh/ |
D | shell_unittest.py | 50 def _testData(self, functor, tests, check_type=True): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | AtestRunnerTest.java | 124 List<IRemoteTest> tests = config.getTests(); in testLoadTests_filter() local 193 List<IRemoteTest> tests = config.getTests(); in testLoadTests_ignoreFilter() local
|
D | ITestSuiteTest.java | 839 Collection<IRemoteTest> tests = mTestSuite.split(3, mTestInfo); in testShardModules_notShardable() local 849 Collection<IRemoteTest> tests = mTestSuite.split(2, mTestInfo); in testGetTestShard_onlyOneTest() local 863 Collection<IRemoteTest> tests = mTestSuite.split(3, mTestInfo); in testGetRuntimeHint() local 1386 List<IRemoteTest> tests = new ArrayList<>(); in testWhiteListFiltering() local 1398 List<IRemoteTest> tests = new ArrayList<>(); in testWhiteListFiltering_empty() local 1412 List<IRemoteTest> tests = new ArrayList<>(); in testWhiteListFiltering_disallow() local 1428 List<IRemoteTest> tests = new ArrayList<>(); in testWhiteListFiltering_partialModule() local
|
D | ITestSuiteIntegrationTest.java | 195 public TestSuiteFolderImpl(File configFolder, List<TestDescription> tests) { in TestSuiteFolderImpl() 673 List<TestDescription> tests = new ArrayList<>(); in helperTestShardIndex() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTestTest.java | 365 Set<String> tests = new LinkedHashSet<>(Arrays.asList("test1", "test2")); in testGetFilterFlagForTests() local 376 Set<String> tests = new LinkedHashSet<>(); in testGetFilterFlagForTests_noFilters() local
|
D | GTestListTestParserTest.java | 182 private void verifyTestDescriptions(List<TestDescription> tests, int classesExpected) in verifyTestDescriptions()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleSplitter.java | 113 List<IRemoteTest> tests = config.getTests(); in createAndAddModule() local
|
D | TfSuiteRunner.java | 220 List<IRemoteTest> tests = new ArrayList<>(config.getTests()); in expandTestSuites() local
|