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

1 2 3 4 5 6 7 8 91011>>

  /external/avahi/avahi-autoipd/
avahi-autoipd.action.bsd 27 # STOP: The daemon is terminating
38 CONFLICT|STOP|UNBIND)
dhclient-enter-hook.in 24 PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
dhclient-exit-hook.in 24 PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
avahi-autoipd.action.linux 27 # STOP: The daemon is terminating
48 CONFLICT|UNBIND|STOP)
69 CONFLICT|STOP|UNBIND)
  /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/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventHandler.java 25 * should be stopped as some state is reached (G-stop facility) when the
52 /** Stop indicator.
57 int STOP = 0;
110 * case of discontinuity), or to direct the integrator to either stop
114 * <li>if {@link #STOP} is returned, the step handler will be called
137 * returns {@link #STOP}. As the interpolator may be used to navigate back
159 * value must be one of {@link #STOP}, {@link #RESET_STATE},
  /external/deqp/modules/internal/
ditTestCase.hpp 47 return STOP;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
EventHandlerWithJacobians.java 27 * should be stopped as some state is reached (G-stop facility) when the
77 /** Stop indicator.
82 int STOP = 0;
140 * case of discontinuity), or to direct the integrator to either stop
144 * <li>if {@link #STOP} is returned, the step handler will be called
168 * will be the last one if this method returns {@link #STOP}. As the
194 * value must be one of {@link #STOP}, {@link #RESET_STATE},
  /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 34 private static final int STOP = 2;
98 case STOP:
99 if (mDebug) Log.d(mTag, "STOP");
103 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
105 mPlayer.stop();
109 Log.w(mTag, "STOP command without a player");
136 private int mState = STOP;
154 * Calling this before another audio file is done playing will stop
180 * Calling this before another audio file is done playing will stop
210 * Stop a previously played sound. It can't be played again or unpause
213 public void stop() { method in class:AsyncPlayer
    [all...]
  /external/robolectric/v1/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)")
  /frameworks/base/drm/java/android/drm/
DrmStore.java 130 public static final int STOP = 0x01;
145 case STOP:
  /prebuilts/ndk/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/deqp/modules/gles2/
tes2InfoTests.cpp 64 return STOP;
88 return STOP;
117 return STOP;
  /external/deqp/modules/gles3/
tes3InfoTests.cpp 64 return STOP;
88 return STOP;
117 return STOP;
  /external/deqp/modules/gles31/
tes31InfoTests.cpp 64 return STOP;
88 return STOP;
117 return STOP;

Completed in 2005 milliseconds

1 2 3 4 5 6 7 8 91011>>