Home
last modified time | relevance | path

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

/art/test/989-method-trace-throw/
Dexpected.txt1 Normal: Entering public static void art.Test989.doNothing()
2 Normal: Leaving public static void art.Test989.doNothing() returned null
3 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth…
4 Normal: Entering public static native void art.Test989.doNothingNative()
5 Normal: Leaving public static native void art.Test989.doNothingNative() returned null
6 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth…
7 Normal: Entering public static void art.Test989.throwA()
8 Normal: Leaving public static void art.Test989.throwA() returned <exception>
9 Received expected error for test[class art.Test989$NormalTracer, class art.Test989$throwAClass] - a…
10 Normal: Entering public static native void art.Test989.throwANative()
[all …]
/art/test/989-method-trace-throw/src/art/
DTest989.java23 public class Test989 { class
36 testMethods.add(Test989.class.getDeclaredMethod("doNothing"));
37 testMethods.add(Test989.class.getDeclaredMethod("doNothingNative"));
38 testMethods.add(Test989.class.getDeclaredMethod("throwA"));
39 testMethods.add(Test989.class.getDeclaredMethod("throwANative"));
40 testMethods.add(Test989.class.getDeclaredMethod("returnFloat"));
41 testMethods.add(Test989.class.getDeclaredMethod("returnFloatNative"));
42 testMethods.add(Test989.class.getDeclaredMethod("returnDouble"));
43 testMethods.add(Test989.class.getDeclaredMethod("returnDoubleNative"));
44 testMethods.add(Test989.class.getDeclaredMethod("returnValue"));
[all …]
/art/test/989-method-trace-throw/src/
DMain.java19 art.Test989.run(); in main()
/art/test/
DAndroid.bp729 "989-method-trace-throw/src/art/Test989.java",