HomeSort by relevance Sort by last modified time
    Searched full:stopped (Results 1 - 25 of 2578) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/device_sensors/
device_sensor_event_pump.cc 23 state_(STOPPED) {
28 state_(STOPPED) {
38 if (state_ != STOPPED)
53 if (state_ == STOPPED)
62 state_ = STOPPED;
device_sensor_event_pump.h 34 // STOPPED -> PENDING_START
36 // PENDING_START -> STOPPED
37 // RUNNING -> STOPPED
39 STOPPED,
  /external/clang/test/CodeGenObjC/
illegal-UTF8.m 6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}}
  /external/lldb/test/expression_command/call-function/
main.cpp 13 return 0; // Please test these expressions while stopped at this line:
  /external/lldb/test/lang/c/stepping/
TestThreadStepping.py 34 self.line2 = line_number('main.c', '// frame select 2, thread step-out while stopped at "c(1)"')
35 self.line3 = line_number('main.c', '// thread step-out while stopped at "c(2)"')
36 self.line4 = line_number('main.c', '// frame select 1, thread step-out while stopped at "c(3)"')
49 # The process should be stopped at this point.
51 patterns = ['Process .* stopped'])
71 # The process should be stopped at this point.
73 patterns = ['Process .* stopped'])
82 # The process should be stopped at this point.
84 patterns = ['Process .* stopped'])
  /external/lldb/test/lang/cpp/class_types/
TestClassTypesDisassembly.py 2 Test the lldb disassemble command on each call frame when stopped on C's ctor.
19 """Disassemble each call frame when stopped on C's constructor."""
27 """Disassemble each call frame when stopped on C's constructor."""
35 """Disassemble each call frame when stopped on C's constructor."""
44 """Disassemble each call frame when stopped on C's constructor."""
66 substrs = ['stopped',
69 # We should be stopped on the ctor function of class C.
74 """Disassemble each call frame when stopped on C's constructor."""
94 """Disassemble each call frame when stopped on C's constructor."""
  /external/chromium_org/ppapi/api/dev/
pp_video_capture_dev.idl 28 * Initial state, capture is stopped.
44 * StopCapture has been called, but capture hasn't stopped yet.
  /frameworks/base/core/java/android/speech/tts/
PlaybackQueueItem.java 33 * {@link android.speech.tts.TextToSpeech#STOPPED}
34 * if stopped on a client request.
  /art/test/099-vmdebug/
expected.txt 11 Test stopping when already stopped
  /external/lldb/test/lang/c/forward/
README.txt 4 real definition of "struct bar" when we are stopped in foo in foo.c such that
  /external/strace/tests/
detach-stopped.test 3 # Ensure that strace can detach from stopped processes.
41 while ! grep -F -e '--- stopped by ' $LOG > /dev/null; do
57 grep '^State:.*T (stopped)' < /proc/$tracee_pid/status > /dev/null || {
61 fail_ 'tracee is not group-stopped after detach'
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSException.java 17 * processing is stopped. The processing can be stopped due to a
38 * <code>LSParser</code> and the processing has been stopped.
43 * <code>LSSerializer</code> and the processing has been stopped.
  /system/core/toolbox/
start.c 13 /* defaults to starting the common services stopped by stop.c */
  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 28 public boolean stopped; field in class:PackageUserState
48 stopped = o.stopped;
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /frameworks/base/core/java/android/os/
SystemService.java 39 STOPPED("stopped"),
84 return State.STOPPED;
89 * Check if given service is {@link State#STOPPED}.
92 return State.STOPPED.equals(getState(service));
129 * Wait until any of given services enters {@link State#STOPPED}.
135 if (State.STOPPED.equals(getState(service))) {
  /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;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")

Completed in 7400 milliseconds

1 2 3 4 5 6 7 8 91011>>