Home
last modified time | relevance | path

Searched refs:doNothing (Results 1 – 19 of 19) sorted by relevance

/art/test/997-single-step/src/art/
DTest997.java37 public static void doNothing() {} in doNothing() method in Test997
41 doNothing(); in doMultiPath()
43 doNothing(); in doMultiPath()
45 doNothing(); in doMultiPath()
47 doNothing(); in doMultiPath()
/art/test/994-breakpoint-line/src/art/
DTest994.java25 public static void doNothing() {} in doNothing() method in Test994
29 doNothing(); in doMultiPath()
35 doNothing(); in doMultiPath()
/art/test/088-monitor-verification/src/
DTwoPath.java48 doNothing(localObj); in twoPath()
51 private static void doNothing(Object o) { in doNothing() method in TwoPath
DMain.java201 private void doNothing(Object obj) {} in doNothing() method in Main
222 doNothing(localObj); in triplet()
/art/test/304-method-tracing/src/
DMain.java23 doNothing(); in run()
27 private void doNothing() {} in doNothing() method in Main.ThreadRunnable
/art/test/203-multi-checkpoint/src/
DMain.java47 public static void doNothing() {} in doNothing() method in Main
53 doNothing(); in runTargetThread()
/art/test/995-breakpoints-throw/src/art/
DTest995.java27 public static void doNothing() { } in doNothing() method in Test995
38 doNothing(); in breakpointCatchLate()
40 doNothing(); in breakpointCatchLate()
48 doNothing(); in breakpointCatch()
/art/test/409-materialized-condition/src/
DMain.java19 public static void doNothing(boolean b) { in doNothing() method in Main
33 doNothing(b == 42); in foo1()
44 doNothing(b == 41); in foo2()
/art/test/960-default-smali/src/
DFoo3.java21 default void doNothing() {} in doNothing() method
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java217 doNothing(); in run()
218 doNothing(); in run()
219 doNothing(); in run()
220 doNothing(); in run()
224 private static void doNothing() {} in doNothing() method in Test1940
/art/test/996-breakpoint-obsolete/src/art/
DTest996.java33 public static void doNothing() {} in doNothing() method in Test996
42 doNothing(); in run()
/art/test/1949-short-dex-file/src/art/
DTest1949.java116 public static void doNothing() {} in doNothing() method in Test1949
/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
48 ThrowEnter: Entering public static void art.Test989.doNothing()
49 ThrowEnter: Leaving public static void art.Test989.doNothing() returned <exception>
50 …ass] - art.Test989$ErrorB: Throwing error while entering public static void art.Test989.doNothing()
87 ThrowExit: Entering public static void art.Test989.doNothing()
88 ThrowExit: Leaving public static void art.Test989.doNothing() returned null
89 ….Test989$ErrorB: Throwing error while exit public static void art.Test989.doNothing() returned null
128 ThrowBoth: Entering public static void art.Test989.doNothing()
129 ThrowBoth: Leaving public static void art.Test989.doNothing() returned <exception>
[all …]
/art/test/667-jit-jni-stub/src/
DMain.java169 public static void doNothing() { } in doNothing() method in Main
/art/test/1934-jvmti-signal-thread/src/art/
DTest1934.java148 public static void doNothing() {} in doNothing() method in Test1934
161 doNothing(); in testStopInNative()
/art/test/1949-short-dex-file/
Dinfo.txt14 (0) Lart/Test1949;->doNothing()V
/art/test/989-method-trace-throw/src/art/
DTest989.java308 doNothing(); in run()
388 public static void doNothing() { } in doNothing() method in Test989
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java37 public default void doNothing() {} in doNothing() method
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java30 public static void doNothing() {}; in doNothing() method in Test1929