Home
last modified time | relevance | path

Searched defs:numTests (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DTestsPoolPollerTest.java93 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/
DModuleListenerTest.java56 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
DITestSuiteMultiTest.java85 public TestSuiteMultiDeviceImpl(int numTests, ITargetPreparer targetPrep) { in TestSuiteMultiDeviceImpl()
DITestSuiteTest.java155 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/
DJarHostTest.java42 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/
DBazelXmlResultReporter.java89 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/
DMetrics.java57 public void setNumTests(int numTests) { in setNumTests()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/
DRetryReschedulerTest.java453 int numTests, in populateFakeResults()
464 int numTests, in populateFakeResults()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java94 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()
DModuleDefinition.java364 public int numTests() { in numTests() method in ModuleDefinition
/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java179 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/
DClusterCommandScheduler.java262 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/
DRustBinaryHostTestTest.java112 static String runListOutput(int numTests) { in runListOutput()
130 static String runListBenchmarksOutput(int numTests) { in runListBenchmarksOutput()
DRustBinaryTestTest.java90 private String runListOutput(int numTests) { in runListOutput()
98 private String runListBenchmarksOutput(int numTests) { in runListBenchmarksOutput()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java168 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DInstrumentationProtoResultParser.java212 final int numTests = in updateState() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java208 int numTests = filteredTests.size(); in doRunAllTestsInSubdirectory() local
DGTestResultParser.java579 Matcher numTests = numTestsPattern.matcher(identifier); in processRunStartedTag() local