/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ModuleListenerTest.java | 51 TestDescription tid = new TestDescription("class", "test" + i); in testRegularExecution() local 65 TestDescription tid = new TestDescription("class", "test" + numTests); in testRun_missingTests() local 83 TestDescription tid = new TestDescription("class", "test" + numTests); in testInternalRerun() local 108 TestDescription tid = new TestDescription("class", "test" + i); in testMultiTestRun() local 116 TestDescription tid = new TestDescription("class2", "test" + i); in testMultiTestRun() local
|
D | TestSuiteStub.java | 82 TestDescription tid = new TestDescription("TestStub", "test1"); in testAttempt() local 158 TestDescription tid = mShardedTestToRun.get(0); in run() local 164 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex); in run() local
|
D | MultiDeviceStubTest.java | 68 TestDescription tid = new TestDescription(getClass().getSimpleName(), "test" + i); in run() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 65 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay() local 89 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay_withModule() local 174 TestDescription tid = new TestDescription("class1", "name1"); in testLogOrderingForSharding() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4TestTest.java | 73 TestDescription tid = new TestDescription("class", "test1"); in createListener() local 136 TestDescription tid = new TestDescription(CLASSNAME, "testPass"); in testSimpleRun() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | TfTestLauncher.java | 317 TestDescription tid = new TestDescription("elapsed-time", "run-elapsed-time"); in reportMetrics() local 336 TestDescription tid = new TestDescription("temporary-files", "testIfClean"); in testTmpDirClean() local 401 TestDescription tid = new TestDescription("hprof", "allocationSites"); in logHprofResults() 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 | 249 TestDescription tid = new TestDescription(Junit4TestClass2.class.getName(), "testPass2"); in testJarHostMetrics() local
|
D | HostTestTest.java | 2084 TestDescription tid = new TestDescription(JUnit4FailedBefore.class.getName(), "test1"); in testRun_junit4ExceptionBefore() local
|