OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestRunnable
(Results
1 - 4
of
4
) sorted by null
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/
Test_monitor_exit.java
30
//@uses dot.junit.opcodes.monitor_exit.
TestRunnable
34
Runnable r = new
TestRunnable
(t, o);
98
class
TestRunnable
implements Runnable {
102
public
TestRunnable
(T_monitor_exit_1 t, Object o) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java
33
//@uses dot.junit.opcodes.monitor_enter.
TestRunnable
35
Runnable r1 = new
TestRunnable
(t1);
36
Runnable r2 = new
TestRunnable
(t1);
123
class
TestRunnable
implements Runnable {
125
TestRunnable
(T_monitor_enter_1 t1) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java
219
TestRunnable
testRunnable
= new
TestRunnable
(junitTest, junitResult);
221
CommandStatus status = RunUtil.getDefault().runTimed(mTimeoutMs,
testRunnable
, true);
226
if (
testRunnable
.getException() != null) {
227
throw
testRunnable
.getException();
231
private static class
TestRunnable
implements IRunnableResult {
237
TestRunnable
(Test junitTest, TestResult junitResult) {
/external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp
250
SkTDArray<class
TestRunnable
*> fRunnables;
253
class
TestRunnable
: public SkRunnable {
265
class TestRunnableDir : public
TestRunnable
{
274
class TestRunnableFile : public
TestRunnable
{
[
all
...]
Completed in 70 milliseconds