Searched defs:DO_NOTHING (Results 1 – 8 of 8) sorted by relevance
43 public static final Handler<Object> DO_NOTHING = new Handler<Object>() { field
32 private static final Runnable DO_NOTHING = field in AsyncService
40 DO_NOTHING = 3; enumerator
35 private static final Runnable DO_NOTHING = field in JimfsFileSystems
52 …public static final MethodHandle DO_NOTHING = constant(Void.class, null).asType(methodType(void.cl… field in ShadowWrangler
39 private static final Runnable DO_NOTHING = field in WrappingScheduledExecutorServiceTest
431 #define DO_NOTHING(str) str macro