HomeSort by relevance Sort by last modified time
    Searched refs:STOP (Results 1 - 25 of 402) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 18 # Linux /etc/init.d script to start/stop the mdnsd daemon.
33 # Some systems have start-stop-daemon, some don't.
34 if [ -r /sbin/start-stop-daemon ]; then
35 START="start-stop-daemon --start --quiet --exec"
37 # to specify "-s TERM" since SIGTERM (15) is the default stop signal anway
38 # STOP="start-stop-daemon --stop -s TERM --quiet --oknodo --exec"
39 STOP="start-stop-daemon --stop --quiet --oknodo --exec
    [all...]
  /external/deqp/modules/internal/
ditTestCase.hpp 47 return STOP;
  /external/deqp/modules/gles2/
tes2TestCaseWrapper.cpp 80 tcu::TestCase::IterateResult result = tcu::TestNode::STOP;
98 return tcu::TestNode::STOP;
104 return tcu::TestNode::STOP;
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp 77 tcu::TestCase::IterateResult result = tcu::TestNode::STOP;
98 return tcu::TestNode::STOP;
104 return tcu::TestNode::STOP;
  /external/lldb/source/Plugins/Process/Linux/
LinuxSignals.cpp 29 #define ADDSIGNAL(S, SUPPRESS, STOP, NOTIFY, DESCRIPTION) \
30 AddSignal(SIG ## S, "SIG" #S, #S, SUPPRESS, STOP, NOTIFY, DESCRIPTION)
51 ADDSIGNAL(STOP, false, true, true, "process stop");
52 ADDSIGNAL(TSTP, false, true, true, "tty stop");
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 34 STOP
60 virtual void stop() function in class:android::BpAudioRecord
64 remote()->transact(STOP, data, &reply);
84 case STOP: {
86 stop();
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 33 private static final int STOP = 2;
97 case STOP:
98 if (mDebug) Log.d(mTag, "STOP");
102 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
104 mPlayer.stop();
108 Log.w(mTag, "STOP command without a player");
135 private int mState = STOP;
153 * Calling this before another audio file is done playing will stop
178 * Stop a previously played sound. It can't be played again or unpaused
181 public void stop() { method in class:AsyncPlayer
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 22 public static final int STOP = 0;
65 currentState = ShadowVideoView.STOP;
94 currentState != ShadowVideoView.STOP &&
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /external/deqp/modules/gles31/
tes31TestCaseWrapper.cpp 89 return tcu::TestNode::STOP;
95 return tcu::TestNode::STOP;
  /frameworks/base/drm/java/android/drm/
DrmStore.java 130 public static final int STOP = 0x01;
145 case STOP:
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c 136 #define STOP 1
205 d=Time_F(STOP);
229 d=Time_F(STOP);
249 d=Time_F(STOP);
265 d=Time_F(STOP);
  /external/openssl/crypto/rc2/
rc2speed.c 136 #define STOP 1
205 d=Time_F(STOP);
229 d=Time_F(STOP);
249 d=Time_F(STOP);
265 d=Time_F(STOP);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 141 #define STOP 1
212 d=Time_F(STOP);
233 d=Time_F(STOP);
250 d=Time_F(STOP);
266 d=Time_F(STOP);
287 d=Time_F(STOP);
301 e=Time_F(STOP);

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>