Home
last modified time | relevance | path

Searched defs:TestRunnable (Results 1 – 3 of 3) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/
DTest_monitor_exit.java98 class TestRunnable implements Runnable { class
102 public TestRunnable(T_monitor_exit_1 t, Object o) { in TestRunnable() method in TestRunnable
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
DTest_monitor_enter.java123 class TestRunnable implements Runnable { class
125 TestRunnable(T_monitor_enter_1 t1) { in TestRunnable() method in TestRunnable
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJarHostTest.java231 private static class TestRunnable implements IRunnableResult { class in JarHostTest
237 TestRunnable(Test junitTest, TestResult junitResult) { in TestRunnable() method in JarHostTest.TestRunnable