HomeSort by relevance Sort by last modified time
    Searched full:stopping (Results 1 - 25 of 535) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/tests/refcount/
objects.c 26 static volatile gboolean stopping; variable
101 while (!stopping) {
130 stopping = FALSE;
143 stopping = TRUE;
properties.c 35 static volatile gboolean stopping; variable
181 while (!stopping) {
220 stopping = FALSE;
233 stopping = TRUE;
closures.c 49 static volatile gboolean stopping = FALSE; variable
176 while (!stopping)
194 while (!stopping)
255 stopping = FALSE;
271 stopping = TRUE;
signals.c 33 static volatile gboolean stopping; variable
209 while (!stopping) {
256 stopping = FALSE;
269 stopping = TRUE;
  /external/clearsilver/man/man3/
hdf_get_node.3 32 of stopping if it can't find a node in the tree, it will
  /external/guava/src/com/google/common/base/
Service.java 31 * <li>{@link State#STOPPING} -&gt;</li>
35 * If the service fails while starting, running or stopping, its state will be
57 * State#RUNNING}, {@link State#STOPPING} or {@link State#TERMINATED}. If
99 * already finished stopping, {@link Future#get} returns immediately.
107 * finished stopping. If this is {@link State#STARTING}, startup will be
143 STOPPING,
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 112 startup.transitionSucceeded(State.STOPPING);
114 state = State.STOPPING;
181 * State#STOPPING} to {@link State#TERMINATED}.
184 * State#STOPPING} nor {@link State#RUNNING}.
189 if (state != State.STOPPING && state != State.RUNNING) {
218 } else if (state == State.STOPPING) {
236 return State.STOPPING;
AbstractIdleService.java 55 executor(State.STOPPING).execute(new Runnable() {
83 * @param state {@link State#STARTING} or {@link State#STOPPING}, used by the
  /external/e2fsprogs/misc/
uuidd.rc 31 log_daemon_msg "Stopping uuidd generator" "uuidd"
  /external/webkit/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>
  /system/bluetooth/bluedroid/
bluetooth.c 201 LOGI("Stopping bluetoothd deamon");
203 LOGE("Error stopping bluetoothd");
212 LOGI("Stopping hciattach deamon");
214 LOGE("Error stopping hciattach");
  /system/bluetooth/bluedroid/include/bluedroid/
bluetooth.h 35 * Responsbile for stopping daemons, pulling down the HCI interface, and
  /system/core/libsysutils/src/
ServiceManager.cpp 42 SLOGD("Stopping service '%s'", name);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 139 // Stopping audio is not needed in this view.
143 // Stopping video is not needed in this view.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitstatus.h 89 unsigned int __w_stopsig:8; /* Stopping signal. */
94 unsigned int __w_stopsig:8; /* Stopping signal. */
  /development/samples/Alarm/res/layout/
main.xml 17 <!-- Demonstrates starting and stopping a local service.
  /development/samples/ApiDemos/res/layout/
activity_animation.xml 17 <!-- Demonstrates starting and stopping a local service.
alarm_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
alarm_service.xml 17 <!-- Demonstrates starting and stopping a local service.
foreground_service_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
local_service_binding.xml 17 <!-- Demonstrates starting and stopping a local service.
local_service_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
messenger_service_binding.xml 17 <!-- Demonstrates starting and stopping a local service.

Completed in 959 milliseconds

1 2 3 4 5 6 7 8 91011>>