Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 6 of 6) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DTestStub.java64 TestDescription tid = new TestDescription("TestStub", "test1"); in testAttempt() local
65 listener.testStarted(tid); in testAttempt()
66 listener.testEnded(tid, new HashMap<String, Metric>()); in testAttempt()
109 for (TestDescription tid : mShardedTestToRun) { in run()
110 listener.testStarted(tid); in run()
111 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
114 TestDescription tid = mShardedTestToRun.get(0); in run() local
115 listener.testStarted(tid); in run()
116 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
120 TestDescription tid = new TestDescription("TestStub", "failed" + mShardIndex); in run() local
[all …]
DSimpleTestStub.java56 TestDescription tid = new TestDescription("TestStub", "test1"); in run() local
57 listener.testStarted(tid); in run()
58 listener.testEnded(tid, new HashMap<String, Metric>()); in run()
DJarHostTestTest.java233 TestDescription tid = new TestDescription("com.android.compatibility.common.tradefed." in testJarHostMetrics() local
235 mListener.testStarted(EasyMock.eq(tid), EasyMock.anyLong()); in testJarHostMetrics()
238 mListener.testEnded(EasyMock.eq(tid), EasyMock.anyLong(), in testJarHostMetrics()
/test/suite_harness/common/util/tests/assets/
Dlogcat.txt4 …1189 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xe9380000 in tid 11189 (AudioOut_D)
5 …8:05.707 359 359 W : debuggerd: handling request: pid=11071 uid=1041 gid=1005 tid=11189
10 09-03 17:48:05.796 7072 7072 F DEBUG : pid: 11071, tid: 11189, name: AudioOut_D >>> /system/bi…
33 06-15 19:57:33.607 12736 12761 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid
34 …7:33.608 379 379 W : debuggerd: handling request: pid=12736 uid=1041 gid=1005 tid=12761
39 06-15 19:57:33.670 26192 26192 F DEBUG : pid: 12736, tid: 12761, name: Binder:12736_2 >>> /syste…
64 06-15 19:57:35.130 26201 26227 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid
66 …7:35.130 379 379 W : debuggerd: handling request: pid=26201 uid=1041 gid=1005 tid=26227
72 06-15 19:57:35.191 26230 26230 F DEBUG : pid: 26201, tid: 26227, name: Binder:26201_3 >>> /syste…
103 06-15 19:57:40.674 26283 26283 F DEBUG : pid: 26246, tid: 26282, name: Binder:26246_5 >>> /syste…
[all …]
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DCrashUtils.java159 int tid = 0; in addAllCrashes() local
172 tid = Integer.parseInt(pidtidNameMatcher.group(2)); in addAllCrashes()
192 crash.put(TID, tid); in addAllCrashes()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java79 int pid, int tid, String name, String process, String faultaddress, String signal) { in createCrashJson() argument
83 json.put(CrashUtils.TID, tid); in createCrashJson()