/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/ |
D | TestsPoolPollerTest.java | 93 int numTests = 5; in testMultiPolling() local 126 int numTests = 5; in testPollingRun() local 165 int numTests = 5; in testRun_runtimeException() local 197 int numTests = 5; in testRun_deviceUnresponsive() local 229 int numTests = 5; in testRun_dnae() local 273 int numTests = 5; in testRun_dnae_reportNotExecuted() local 332 int numTests = 5; in testRun_dnae_NotLastDevice() local 372 int numTests = 5; in testRun_dnae_NotLastDevice_offline() local 415 int numTests = 5; in testPolling_tokens_notExecuted() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ModuleListenerTest.java | 56 final int numTests = 5; in testRegularExecution() local 71 final int numTests = 5; in testRun_missingTests() local 91 final int numTests = 5; in testInternalRerun() local 117 final int numTests = 5; in testMultiTestRun() local
|
D | ITestSuiteMultiTest.java | 85 public TestSuiteMultiDeviceImpl(int numTests, ITargetPreparer targetPrep) { in TestSuiteMultiDeviceImpl()
|
D | ITestSuiteTest.java | 155 public TestSuiteImpl(int numTests) { in TestSuiteImpl() 159 public TestSuiteImpl(int numTests, ITargetPreparer preparer) { in TestSuiteImpl()
|
/tools/tradefederation/core/test_framework/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 42 int numTests = 0; in run() local 50 listener.testRunStarted(getClass().getName(), numTests); in run() local 80 public void testRunStarted(String name, int numTests) { in testRunStarted()
|
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/ |
D | BazelXmlResultReporter.java | 89 public void testRunStarted(String name, int numTests) { in testRunStarted() 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | Metrics.java | 57 public void setNumTests(int numTests) { in setNumTests()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/ |
D | RetryReschedulerTest.java | 453 int numTests, in populateFakeResults() 464 int numTests, in populateFakeResults()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleListener.java | 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
|
D | ModuleDefinition.java | 364 public int numTests() { in numTests() method in ModuleDefinition
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | CollectingTestListener.java | 179 public void testRunStarted(String name, int numTests) { in testRunStarted() 185 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() 191 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandScheduler.java | 262 public void testRunStarted(String name, int numTests) { in testRunStarted() 267 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() 273 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/ |
D | RustBinaryHostTestTest.java | 112 static String runListOutput(int numTests) { in runListOutput() 130 static String runListBenchmarksOutput(int numTests) { in runListBenchmarksOutput()
|
D | RustBinaryTestTest.java | 90 private String runListOutput(int numTests) { in runListOutput() 98 private String runListBenchmarksOutput(int numTests) { in runListBenchmarksOutput()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardListener.java | 168 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | InstrumentationProtoResultParser.java | 212 final int numTests = in updateState() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTest.java | 208 int numTests = filteredTests.size(); in doRunAllTestsInSubdirectory() local
|
D | GTestResultParser.java | 579 Matcher numTests = numTestsPattern.matcher(identifier); in processRunStartedTag() local
|