/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/ |
LifeCycle-mbean.properties | 7 stopping: Instance is stopping
|
/external/clang/test/SemaTemplate/ |
instantiate-explicitly-after-fatal.cpp | 3 // CHECK: fatal error: too many errors emitted, stopping now
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
ServiceTest.java | 23 import static com.google.common.util.concurrent.Service.State.STOPPING; 40 assertLessThan(STARTING, STOPPING); 43 assertLessThan(RUNNING, STOPPING); 46 assertLessThan(STOPPING, FAILED); 47 assertLessThan(STOPPING, TERMINATED);
|
/system/connectivity/shill/init/ |
shill-stop-user-session.conf | 20 # Use 'start on stopping' and 'task' to hold up restarting the session 23 start on stopping ui
|
/external/avahi/initscript/gentoo/ |
avahi-daemon.in | 20 ebegin "Stopping avahi-daemon"
|
avahi-dnsconfd.in | 19 ebegin "Stopping avahi-dnsconfd"
|
/system/core/crash_reporter/init/ |
crash-sender.conf | 9 stop on stopping system-services
|
warn-collector.conf | 9 stop on stopping system-services
|
/art/test/099-vmdebug/ |
expected.txt | 11 Test stopping when already stopped
|
/external/clang/test/Misc/ |
error-limit.c | 13 // CHECK: fatal error: too many errors emitted, stopping now
|
/external/iputils/ninfod/ |
ninfod.sh.in | 18 echo -n "Stopping node infomation daemon:"
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
StoppingCondition.java | 27 * Determine whether or not the given population satisfies the stopping 31 * @return <code>true</code> if this stopping condition is met by the
|
/cts/tests/app/app/src/android/app/stubs/ |
LocalForegroundService.java | 60 Log.d(TAG, "Stopping foreground removing notification"); 64 Log.d(TAG, "Stopping foreground without removing notification"); 68 Log.d(TAG, "Stopping foreground removing notification using flags");
|
/external/avahi/initscript/freebsd/ |
avahi-daemon.sh.in | 31 checkyesno avahi_daemon_enable && echo "Stopping avahi-daemon." && \
|
/external/avahi/initscript/lfs/ |
avahi.in | 25 boot_mesg "Stopping the Avahi daemon..."
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
testserver.py | 27 self.stopping = [] 45 while not self.stopping or self.pending: 57 self.stopping.append(True) 60 assert not self.stopping
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
kill_instance | 16 print("Stopping instance: %s" % instance_id)
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractService.java | 26 import static com.google.common.util.concurrent.Service.State.STOPPING; 79 terminatedCallback(STOPPING); 90 return new Callback<Listener>("stopping({from = " + from + "})") { 92 listener.stopping(from); 199 stopping(STARTING); 202 snapshot = new StateSnapshot(STOPPING); 203 stopping(RUNNING); 206 case STOPPING: 312 snapshot = new StateSnapshot(STOPPING); 328 * the service to transition from {@link State#STOPPING} to {@link State#TERMINATED} [all...] |
/external/toybox/toys/other/ |
reboot.c | 18 -n Don't sync before stopping the system.
|
/external/webrtc/webrtc/base/objc/ |
RTCDispatcher.h | 16 // Used for starting/stopping AVCaptureSession, and assigning
|
/frameworks/base/core/java/android/app/ |
IStopUserCallback.aidl | 20 * Callback to find out when we have finished stopping a user.
|
/system/firewalld/ |
firewalld.conf | 21 stop on stopping system-services
|
/system/tpm/trunks/ |
trunksd.conf | 21 stop on stopping system-services
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
AbstractLifeCycle.java | 38 public static final String STOPPING="STOPPING"; 154 case __STOPPING: return STOPPING; 164 if (lc.isStopping()) return STOPPING; 187 LOG.debug("stopping {}",this);
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
GlowPadWrapper.java | 78 public void stopPing() { 79 Log.d(this, "stopPing"); 98 stopPing();
|