HomeSort by relevance Sort by last modified time
    Searched defs:DO_NOTHING (Results 1 - 9 of 9) sorted by null

  /external/owasp/sanitizer/src/main/org/owasp/html/
Handler.java 43 public static final Handler<Object> DO_NOTHING = new Handler<Object>() {
  /external/guice/extensions/service/src/com/google/inject/service/
AsyncService.java 33 private static final Runnable DO_NOTHING = new Runnable() {
51 return new FutureTask<State>(DO_NOTHING, State.STARTED);
76 return new FutureTask<State>(DO_NOTHING, State.STOPPED);
  /external/v8/src/heap/
gc-idle-time-handler.h 15 DO_NOTHING,
32 result.type = DO_NOTHING;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 33 TO_DISCONNECTION, TO_CONNECTION, DO_NOTHING
43 mTransitionDirection = StateTransitionDirection.DO_NOTHING;
50 mTransitionDirection = StateTransitionDirection.DO_NOTHING;
59 mTransitionDirection = StateTransitionDirection.DO_NOTHING;
95 case DO_NOTHING:
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
WrappingScheduledExecutorServiceTest.java 38 private static final Runnable DO_NOTHING = new Runnable() {
48 testExecutor.schedule(DO_NOTHING, 10, TimeUnit.MINUTES);
51 testExecutor.schedule(Executors.callable(DO_NOTHING), 5, TimeUnit.SECONDS);
58 testExecutor.scheduleWithFixedDelay(DO_NOTHING, 100, 10, TimeUnit.MINUTES);
61 testExecutor.scheduleAtFixedRate(DO_NOTHING, 3, 7, TimeUnit.SECONDS);
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 337 case DO_NOTHING: {
338 if (DBG) log("initializeSubscriptions: DO_NOTHING");
351 NO_TABS, UPDATE, DO_NOTHING
354 TabState state = TabState.DO_NOTHING;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 

Completed in 266 milliseconds