HomeSort by relevance Sort by last modified time
    Searched refs:STOP (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 40 private static final int STOP = 2;
181 case STOP:
182 if (mDebug) Log.d(mTag, "STOP");
186 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
188 mPlayer.stop();
202 Log.w(mTag, "STOP command without a player");
256 private int mState = STOP;
274 * Calling this before another audio file is done playing will stop
299 * Stop a previously played sound. It can't be played again or unpaused
302 public void stop() { method in class:NotificationPlayer
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 45 private static final int STOP = 2;
177 case STOP:
178 if (mDebug) Log.d(mTag, "STOP");
182 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
184 mPlayer.stop();
194 Log.w(mTag, "STOP command without a player");
242 private int mState = STOP;
260 * Calling this before another audio file is done playing will stop
289 * Stop a previously played sound. It can't be played again or unpaused
292 public void stop() { method in class:NotificationPlayer
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
rollbot.js 52 // Ignore the first message as it always contains "STOP"
53 return issue.messages.slice(1).some(function(message) { return message.text.match(/STOP/); });
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-ia64.pl 206 sub STOP {
254 &STOP(\$c);
268 &STOP(\$c);
282 &STOP(\$c);
  /external/chromium_org/v8/src/
optimizing-compiler-thread.h 62 void Stop();
95 enum StopFlag { CONTINUE, STOP, FLUSH };
optimizing-compiler-thread.cc 66 case STOP:
73 // The main thread is blocked, waiting for the stop semaphore.
160 void OptimizingCompilerThread::Stop() {
162 Release_Store(&stop_thread_, static_cast<AtomicWord>(STOP));
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 206 sub STOP {
254 &STOP(\$c);
268 &STOP(\$c);
282 &STOP(\$c);
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 297 #define STOP 1
    [all...]
  /external/openssl/apps/
speed.c 297 #define STOP 1
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 116 public void stop() { method in class:AudioModel
117 appendAction(MediaAction.STOP);
134 action = MediaAction.STOP;

Completed in 1292 milliseconds

12 3 4 5 6