Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleListenerTest.java55 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
DTestSuiteStub.java95 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
DMultiDeviceStubTest.java54 TestDescription tid = new TestDescription(getClass().getSimpleName(), "test" + i); in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java66 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/
DBaseHostJUnit4TestTest.java80 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/
DTfTestLauncher.java334 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
DSubprocessTfLauncher.java483 TestDescription tid = new TestDescription("stderr-test", "checkIsEmpty"); in testCleanStdErr() local
/tools/loganalysis/src/com/android/loganalysis/parser/
DLogcatParser.java108 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/
DMiscLogcatItem.java103 public void setTid(Integer tid) { in setTid()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DJarHostTestTest.java302 TestDescription tid = new TestDescription(Junit4TestClass2.class.getName(), "testPass2"); in testJarHostMetrics() local
DInstrumentationTestTest.java1075 TestDescription tid = new TestDescription("fakeclass", "fakemethod0"); in testRun_noMoreTests() local
DHostTestTest.java2230 TestDescription tid = new TestDescription(JUnit4FailedBefore.class.getName(), "test1"); in testRun_junit4ExceptionBefore() local