HomeSort by relevance Sort by last modified time
    Searched defs:STOPPED (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.cc 20 // with state_ = STOPPED, so it is safe to read / compare in this case.
21 CHECK_NE(ANNOTATE_UNPROTECTED_READ(state_), STOPPED);
58 DCHECK_EQ(state_, STOPPED);
66 // on where we timeslice the UI thread in Stop; but we can't be STOPPED,
68 DCHECK_NE(state_, STOPPED);
94 state_ = STOPPED;
ui_model_worker.h 97 STOPPED,
data_type_manager.h 23 STOPPED, // No data types are currently running.
33 STOPPING // Data types are being stopped.
77 // stopped. Any stopped data types that are in the desired_types
92 // stopped.
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.h 70 // We start off in the STOPPED state. When we get our initial
75 STOPPED,
  /external/chromium_org/content/browser/geolocation/
mock_location_provider.h 35 enum State { STOPPED, LOW_ACCURACY, HIGH_ACCURACY } state_;
  /external/chromium_org/content/renderer/device_orientation/
device_sensor_event_pump.h 34 // STOPPED -> PENDING_START
36 // PENDING_START -> STOPPED
37 // RUNNING -> STOPPED
39 STOPPED,
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 128 STOPPED
  /external/chromium/webkit/glue/media/
simple_data_source.h 132 STOPPED,
  /external/chromium_org/chrome_frame/
metrics_service.h 47 STOPPED, // Service has stopped
  /external/chromium_org/sync/notifier/
invalidation_notifier.h 72 // We start off in the STOPPED state. When we get our initial
77 STOPPED,
  /external/chromium_org/base/android/java/src/org/chromium/base/
ActivityStatus.java 25 public static final int STOPPED = ActivityState.STOPPED;
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager.h 24 STOPPED, // No data types are currently running.
33 STOPPING // Data types are being stopped.
84 // stopped. Any stopped data types that are in the desired_types
103 // stopped.
  /external/oprofile/libop/
op_interface.h 42 STOPPED = 0,
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 50 STOPPED,
  /frameworks/base/core/java/android/os/
SystemService.java 41 STOPPED("stopped"),
86 return State.STOPPED;
91 * Check if given service is {@link State#STOPPED}.
94 return State.STOPPED.equals(getState(service));
131 * Wait until any of given services enters {@link State#STOPPED}.
137 if (State.STOPPED.equals(getState(service))) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 30 STOPPED,
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 41 private static final int STOPPED = 0;
46 private int mDirection = STOPPED;
57 mDirection = STOPPED;
68 // Make sure it's stopped before we modify any values
86 mDirection = STOPPED;
91 mDirection = STOPPED;
98 return mDirection == STOPPED;
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 41 private static final int STOPPED = 0;
46 private int mDirection = STOPPED;
57 mDirection = STOPPED;
68 // Make sure it's stopped before we modify any values
86 mDirection = STOPPED;
91 mDirection = STOPPED;
98 return mDirection == STOPPED;
  /external/chromium_org/chrome/browser/predictors/
resource_prefetcher.h 30 // - When stopped, will wait for the pending requests to finish.
144 STOPPED = 2, // Prefetching started, not allowed to add more requests.
  /external/chromium_org/v8/src/
incremental-marking.h 43 STOPPED,
61 ASSERT(state_ == STOPPED || FLAG_incremental_marking);
68 inline bool IsStopped() { return state() == STOPPED; }
  /external/ppp/pppd/
fsm.h 126 #define STOPPED 3 /* Open, waiting for down event */
  /external/v8/src/
incremental-marking.h 43 STOPPED,
59 ASSERT(state_ == STOPPED || FLAG_incremental_marking);
66 inline bool IsStopped() { return state() == STOPPED; }
  /frameworks/av/services/audioflinger/
TrackBase.h 29 STOPPED,
89 return (mState == STOPPED || mState == FLUSHED);
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 70 STOPPED,
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 174 STOPPED = 0,

Completed in 681 milliseconds

1 2 3