/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/ |
LifeCycle-mbean.properties | 7 stopping: Instance is stopping
|
/system/core/toolbox/ |
stop.c | 11 /* defaults to stopping the common services */
|
/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);
|
AbstractServiceTest.java | 71 State.STOPPING, 109 State.STOPPING, 183 assertEquals(State.STOPPING, service.state()); 194 State.STOPPING, 229 assertEquals(State.STOPPING, service.state()); 234 assertEquals(State.STOPPING, service.state()); 244 State.STOPPING, 251 * {@link State#STARTING} more than once, the {@link Listener#stopping(State)} callback would get 258 @Override public void stopping(State from) { 307 assertEquals(ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.FAILED) 849 @Override public synchronized void stopping(State from) { method in class:AbstractServiceTest.RecordingListener [all...] |
/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
|
error-limit-multiple-notes.cpp | 23 // CHECK: fatal error: too many errors emitted, stopping now
|
/external/iputils/ninfod/ |
ninfod.sh.in | 18 echo -n "Stopping node infomation daemon:"
|
/external/toybox/toys/other/ |
reboot.c | 17 -n Don't sync before stopping the system.
|
/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
|
/external/chromium-trace/trace-viewer/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
|
/frameworks/base/core/java/android/app/ |
IStopUserCallback.aidl | 20 * Callback to find out when we have finished stopping a user.
|
/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);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractService.java | 26 import static com.google.common.util.concurrent.Service.State.STOPPING; 80 terminatedCallback(STOPPING); 91 return new Callback<Listener>("stopping({from = " + from + "})") { 93 listener.stopping(from); 157 @Override public void stopping(State from) { 159 startup.set(STOPPING); 179 case STOPPING: 266 stopping(STARTING); 269 snapshot = new StateSnapshot(STOPPING); 270 stopping(RUNNING) [all...] |
Service.java | 35 * <li>{@linkplain State#STOPPING STOPPING} -> 66 * starting, and returns one of {@link State#RUNNING}, {@link State#STOPPING} or 124 * {@link ExecutionException}. If it has already finished stopping, 133 * Initiates service shutdown (if necessary), returning once the service has finished stopping. If 286 STOPPING { 340 * Called when the service transitions to the {@linkplain State#STOPPING STOPPING} state. The 346 public void stopping(State from) {} method in class:Service.Listener 356 * {@linkplain State#STOPPING STOPPING} [all...] |
/packages/apps/InCallUI/src/com/android/incallui/ |
GlowPadWrapper.java | 77 public void stopPing() { 78 Log.d(this, "stopPing"); 97 stopPing();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaRecorderStopStateUnitTest.java | 57 // Wait for some time before stopping the media recorder. 58 // This will fix the assertion caused by stopping it immediatedly
|
/frameworks/base/services/core/java/com/android/server/am/ |
UserState.java | 33 // User is in the final phase of stopping, sending Intent.ACTION_SHUTDOWN. 59 case STATE_STOPPING: pw.print("STOPPING"); break;
|
/packages/apps/Contacts/src/com/android/contacts/ |
ViewNotificationService.java | 56 // we might be stopping out-of-order, in which case the call with the last 63 Log.e(TAG, "Error stopping service", e);
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
dynamic_pt_updating_helper.h | 46 // TODO: Remove after stopping supporting v402. 51 // TODO: Remove after stopping supporting v402.
|
/external/e2fsprogs/misc/ |
uuidd.rc | 31 log_daemon_msg "Stopping uuidd generator" "uuidd"
|
/external/selinux/policycoreutils/sandbox/ |
sandbox.init | 39 echo -n "Stopping sandbox"
|
/frameworks/base/core/java/android/printservice/ |
package.html | 15 The system is responsible for starting and stopping a print service depending on whether
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/ |
index.jd | 66 <dt><b><a href="stopping.html">??????????????</a></b></dt>
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/ |
index.jd | 66 <dt><b><a href="stopping.html">???? ?? ? ?????</a></b></dt>
|