| /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 | 92 TestDescription tid = new TestDescription("TestStub", "test1"); in testAttempt() local 168 TestDescription tid = mShardedTestToRun.get(0); in run() local 174 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 104 TestDescription tid = new TestDescription("class1", "name1"); in testBufferAndReplay_withModule() local 190 TestDescription tid = new TestDescription("class1", "name1"); in testLogOrderingForSharding() local
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
| D | BaseHostJUnit4TestTest.java | 77 TestDescription tid = new TestDescription("class", "test1"); in createListener() local 152 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 403 TestDescription tid = new TestDescription("hprof", "allocationSites"); in logHprofResults() local
|
| D | SubprocessTfLauncher.java | 363 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 | 292 TestDescription tid = new TestDescription(Junit4TestClass2.class.getName(), "testPass2"); in testJarHostMetrics() local
|
| D | InstrumentationTestTest.java | 911 TestDescription tid = new TestDescription("fakeclass", "fakemethod0"); in testRun_noMoreTests() local
|