/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ModuleListenerTest.java | 55 TestDescription tid = new TestDescription("class", "test" + i); in testRegularExecution() local 69 TestDescription tid = new TestDescription("class", "test" + numTests); in testRun_missingTests() local 89 TestDescription tid = new TestDescription("class", "test" + numTests); in testInternalRerun() local 116 TestDescription tid = new TestDescription("class", "test" + i); in testMultiTestRun() local 124 TestDescription tid = new TestDescription("class2", "test" + i); in testMultiTestRun() local
|
D | TestSuiteStub.java | 95 TestDescription tid = new TestDescription("TestStub", "test1"); in testAttempt() local 172 TestDescription tid = mShardedTestToRun.get(0); in run() local 178 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex); in run() local
|
D | MultiDeviceStubTest.java | 54 TestDescription tid = new TestDescription(getClass().getSimpleName(), "test" + i); in run() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 66 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay() local 88 TestDescription tid = new TestDescription("class1", "name1"); in testPlayRuns() local 128 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay_withModule() local 181 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay_withModule_attempts() local 271 TestDescription tid = new TestDescription("class1", "name1"); in testLogOrderingForSharding() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4TestTest.java | 80 TestDescription tid = new TestDescription("class", "test1"); in createListener() local 160 TestDescription tid = new TestDescription(CLASSNAME, "testPass"); in testSimpleRun() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | TfTestLauncher.java | 334 TestDescription tid = new TestDescription("elapsed-time", "run-elapsed-time"); in reportMetrics() local 353 TestDescription tid = new TestDescription("temporary-files", "testIfClean"); in testTmpDirClean() local 420 TestDescription tid = new TestDescription("hprof", "allocationSites"); in logHprofResults() local
|
D | SubprocessTfLauncher.java | 483 TestDescription tid = new TestDescription("stderr-test", "checkIsEmpty"); in testCleanStdErr() local
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | LogcatParser.java | 108 public LogcatData(Integer pid, Integer tid, Date time, String level, String tag, in LogcatData() 224 Integer tid = null; in parseLine() local 412 private static String encodeLine(Integer pid, Integer tid, String level, String tag) { in encodeLine()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | MiscLogcatItem.java | 103 public void setTid(Integer tid) { in setTid()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | JarHostTestTest.java | 302 TestDescription tid = new TestDescription(Junit4TestClass2.class.getName(), "testPass2"); in testJarHostMetrics() local
|
D | InstrumentationTestTest.java | 1075 TestDescription tid = new TestDescription("fakeclass", "fakemethod0"); in testRun_noMoreTests() local
|
D | HostTestTest.java | 2230 TestDescription tid = new TestDescription(JUnit4FailedBefore.class.getName(), "test1"); in testRun_junit4ExceptionBefore() local
|