Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleListenerTest.java51 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
DTestSuiteStub.java82 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
DMultiDeviceStubTest.java68 TestDescription tid = new TestDescription(getClass().getSimpleName(), "test" + i); in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java65 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/
DBaseHostJUnit4TestTest.java73 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/
DTfTestLauncher.java317 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/
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.java249 TestDescription tid = new TestDescription(Junit4TestClass2.class.getName(), "testPass2"); in testJarHostMetrics() local
DHostTestTest.java2084 TestDescription tid = new TestDescription(JUnit4FailedBefore.class.getName(), "test1"); in testRun_junit4ExceptionBefore() local