Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 5 of 5) sorted by relevance

/art/test/952-invoke-custom/generator/
Dbuild-test.sh67 …sses.jack:$jack_annotations_lib -D sched.runner=multi-threaded -D sched.runner.thread.kind=fixed -…
69 …tdex_intermediates/classes.jack -D sched.runner=multi-threaded -D sched.runner.thread.kind=fixed -…
/art/test/146-bad-interface/src/
DMain.java33 Class<?> runner = Class.forName("InvokeInf", true, p); in main() local
35 Method r = runner.getDeclaredMethod("doInvoke", arg); in main()
/art/tools/ahat/test/
DTests.java19 import org.junit.runner.JUnitCore;
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1092 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() argument
1141 runner(self, shadow_frame, name_string, &result); in RunTest()
1209 auto runner = [](Thread* self, ShadowFrame* shadow_frame, mirror::String* name, JValue* result) in TEST_F()
1214 RunTest(runner, false, true); in TEST_F()
1218 auto runner = [](Thread* self, ShadowFrame* shadow_frame, mirror::String* name, JValue* result) in TEST_F()
1225 RunTest(runner, false, true); in TEST_F()
1235 auto runner = [&](Thread* th, ShadowFrame* shadow_frame, mirror::String* name, JValue* result) in TEST_F()
1242 RunTest(runner, false, true); in TEST_F()
1252 auto runner = [&](Thread* th, ShadowFrame* shadow_frame, mirror::String* name, JValue* result) in TEST_F()
1259 RunTest(runner, true, true); in TEST_F()
[all …]
/art/test/954-invoke-polymorphic-verifier/smali/
DMain.smali16 # This is the test suite runner. It is written in smali rather than