Searched refs:doNothing (Results 1 – 4 of 4) sorted by relevance
19 public static void doNothing(boolean b) { in doNothing() method in Main33 doNothing(b == 42); in foo1()44 doNothing(b == 41); in foo2()
48 doNothing(localObj); in twoPath()51 private static void doNothing(Object o) { in doNothing() method in TwoPath
190 private void doNothing(Object obj) {} in doNothing() method in Main211 doNothing(localObj); in triplet()
23 doNothing(); in run()27 private void doNothing() {} in doNothing() method in Main.ThreadRunnable