/system/core/toolbox/ |
stop.c | 13 /* defaults to stopping the common services */
|
/external/clang/test/Misc/ |
error-limit.c | 13 // CHECK: fatal error: too many errors emitted, stopping now
|
error-limit-multiple-notes.cpp | 21 // CHECK: fatal error: too many errors emitted, stopping now
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 85 // currently NOT_RUNNING or STOPPING. 92 dtc->second->state() == DataTypeController::STOPPING)) { 103 if (state_ == STOPPING) { 104 // You can not set a configuration while stopping. 105 LOG(ERROR) << "Configuration set while stopping."; 164 VLOG(1) << "Stopping " << needs_stop_[i]->name(); 237 if (state_ == STOPPING) { 238 // If we reach this callback while stopping, this means that 241 // stopping the DataTypeManager. This is considered an ABORT. 301 state_ = STOPPING; [all...] |
data_type_controller.h | 37 STOPPING // The controller is in the process of stopping
|
/frameworks/base/core/java/android/app/ |
IStopUserCallback.aidl | 20 * Callback to find out when we have finished stopping a user.
|
/frameworks/base/services/java/com/android/server/am/ |
UserStartedState.java | 32 // User is in the final phase of stopping, sending Intent.ACTION_SHUTDOWN. 52 case STATE_STOPPING: pw.print("STOPPING"); break;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
Service.java | 32 * <li>{@link State#STOPPING} -></li> 36 * If the service fails while starting, running or stopping, its state will be 59 * State#RUNNING}, {@link State#STOPPING} or {@link State#TERMINATED}. If 101 * it has already finished stopping, {@link ListenableFuture#get} returns 108 * finished stopping. If this is {@link State#STARTING}, startup will be 145 STOPPING,
|
AbstractService.java | 112 startup.set(State.STOPPING); 114 state = State.STOPPING; 169 * State#STOPPING} to {@link State#TERMINATED}. 172 * State#STOPPING} nor {@link State#RUNNING}. 177 if (state != State.STOPPING && state != State.RUNNING) { 206 } else if (state == State.STOPPING) { 229 return State.STOPPING;
|
AbstractIdleService.java | 54 executor(State.STOPPING).execute(new Runnable() { 83 * {@link Service.State#STOPPING}, used by the default implementation for
|
/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
|
/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);
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-step-on-do-while-statements.html | 24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
|
debugger-step-on-for-in-statements.html | 31 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
|
debugger-step-on-for-statements.html | 21 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
|
debugger-step-on-while-statements.html | 24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
|
/external/e2fsprogs/misc/ |
uuidd.rc | 31 log_daemon_msg "Stopping uuidd generator" "uuidd"
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
debugger-step-on-do-while-statements.html | 24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
|
debugger-step-on-for-in-statements.html | 31 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
|
debugger-step-on-while-statements.html | 24 TEST 1: Click 'continue'. Execution should continue without stopping on the loop breakpoint again.<br>
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Thread_priv.h | 47 M4OSA_ThreadCallBack stopCallBack; / * stopping thread call back * /
|
/packages/apps/Dialer/src/com/android/dialer/ |
ProximitySensorAware.java | 30 * until it is again in the far state before stopping to track its state.
|
/system/bluetooth/bluedroid/include/bluedroid/ |
bluetooth.h | 35 * Responsbile for stopping daemons, pulling down the HCI interface, and
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 201 ALOGE("Error stopping hciattach"); 231 ALOGI("Stopping bluetoothd deamon"); 233 ALOGE("Error stopping bluetoothd"); 243 ALOGI("Stopping hciattach deamon"); 250 ALOGE("Error stopping hciattach");
|
/external/bison/lib/ |
sys_wait.in.h | 73 /* The stopping signal. Only to be accessed if WIFSTOPPED(x) is true. */ 102 /* There are no stopping signals. */
|