Home
last modified time | relevance | path

Searched refs:Test1912 (Results 1 – 4 of 4) sorted by relevance

/art/test/1912-get-set-local-primitive/
Dexpected-stdout.txt1 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetInt" on remote threa…
2 "GetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) got value: 42
4 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetLong" on remote thre…
5 "GetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERRO…
7 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetFloat" on remote thr…
8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR…
10 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetDouble" on remote th…
11 "GetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER…
13 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetObject" on remote th…
14 "GetObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER…
[all …]
/art/test/1912-get-set-local-primitive/src/
DMain.java19 art.Test1912.run(); in main()
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java35 public class Test1912 { class
221 return Test1912.class.getDeclaredMethod(name, Runnable.class);
/art/test/
DAndroid.bp1014 "1912-get-set-local-primitive/src/art/Test1912.java",