HomeSort by relevance Sort by last modified time
    Searched refs:stopped (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 656 bool stopped,
674 EXPECT_EQ(stopped, stopped_) << msg;
710 true /* stopped */,
711 "Start / Stopped");
723 false /* stopped */,
736 true /* stopped */,
737 "Stopped");
  /external/lldb/test/
lldbutil.py 150 return "stopped"
263 # Get stopped threads due to each stop reason.
273 """ Fills array *_threads with threads stopped for the corresponding stop
514 1. Get the stopped thread due to a breakpoint condition
519 self.assertTrue(thread.IsValid(), "There should be a thread stopped due to breakpoint condition")
522 2. Get the thread stopped due to a breakpoint
527 self.assertTrue(thread.IsValid(), "There should be a thread stopped due to breakpoint")
537 """ For a stopped process returns the thread stopped at the breakpoint passed in bkpt"""
555 """ Continues the process, if it stops, returns the threads stopped at bkpt; otherwise, returns None""
    [all...]
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 295 * Set whether the given package should be considered stopped, making
296 * it not visible to implicit intents that filter out stopped packages.
298 void setPackageStoppedState(String packageName, boolean stopped, int userId);
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 156 private static final String ATTR_STOPPED = "stopped";
277 mStoppedPackagesFilename = new File(mSystemDir, "packages-stopped.xml");
278 mBackupStoppedPackagesFilename = new File(mSystemDir, "packages-stopped-backup.xml");
545 // If this is not a system app, it starts out stopped.
568 true, // stopped,
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 823 int value, boolean stopped, android.hardware.Camera camera) {
824 Log.v(TAG, "Zoom changed: value=" + value + ". stopped=" + stopped);
    [all...]
VideoCamera.java 133 * and return as soon as recording is stopped.
159 // recording is stopped in capture intent.
670 // mode and recording is stopped. It'll be re-enabled when
    [all...]
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 160 mState = STOPPED;
181 mState = STOPPED;
186 if (mState != STOPPED) {
216 mState = STOPPED;
235 mState = STOPPED;
238 if (mState == STOPPED) {
381 CHECK_EQ(mState, STOPPED);
401 CHECK_EQ(mState, STOPPED);
606 if (state->mAudioTrack->stopped()) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 408 } else if (request.eventValue == "stopped") {
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 108 // How long we wait for the activity to tell us it has stopped before
141 STOPPED,
649 r.stopped = false;
730 // Make sure any stopped but visible activities are now sleeping.
736 if (r.state == ActivityState.STOPPING || r.state == ActivityState.STOPPED) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /device/asus/deb/
init.deb.rc 275 on property:init.svc.wpa_supplicant=stopped
  /device/asus/flo/
init.flo.rc 281 on property:init.svc.wpa_supplicant=stopped
  /device/lge/hammerhead/
init.hammerhead.rc 254 on property:init.svc.wpa_supplicant=stopped
  /device/lge/mako/
init.mako.rc 264 on property:init.svc.wpa_supplicant=stopped
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 291 m_frontend->stopped(&fromConsole);
422 m_frontend->stopped(&fromConsole);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /external/chromium_org/net/socket/
socket_test_util.h 462 // by calling Read() or Write() while stopped is permitted if the operation is
463 // asynchronous. It is an error to perform synchronous I/O while stopped.
547 bool stopped() const { return stopped_; } function in class:net::DeterministicSocketData
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 331 bool AudioRecord::stopped() const function in class:android::AudioRecord
656 // Non-blocking if track is stopped
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 183 stopped = 1;
    [all...]
  /external/chromium_org/remoting/webapp/
host_list.js 299 // The local host cannot be stopped or started if the host controller is not
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /frameworks/base/core/java/android/hardware/
Camera.java 90 * <li>After taking a picture, preview display will have stopped. To take more
    [all...]

Completed in 769 milliseconds

1 23 4 5 6