HomeSort by relevance Sort by last modified time
    Searched refs:tid3 (Results 1 - 4 of 4) sorted by null

  /external/valgrind/none/tests/
threadederrno.c 33 pthread_t tid2, tid3; local
35 pthread_create(&tid3, NULL, &thr3, NULL);
40 pthread_join(tid3, NULL);
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
TestStub.java 75 TestDescription tid3 = new TestDescription("TestStub", "test3"); local
76 listener.testStarted(tid3);
78 listener.testFailed(tid3, "ouch this is bad.");
80 listener.testEnded(tid3, new HashMap<String, Metric>());
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TestSuiteStub.java 108 TestDescription tid3 = new TestDescription("TestStub", "test3"); local
109 listener.testStarted(tid3);
111 listener.testFailed(tid3, "ouch this is bad.");
115 tid3.toString() + "-file",
119 listener.testEnded(tid3, new HashMap<String, Metric>());
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java 1876 TestDescription tid3 = local
1973 TestDescription tid3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3"); local
1988 TestDescription tid3 = new TestDescription(AnotherTestCase.class.getName(), "testPass3"); local
2051 TestDescription tid3 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); local
2095 TestDescription tid3 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); local
    [all...]

Completed in 200 milliseconds