HomeSort by relevance Sort by last modified time
    Searched full:stopping (Results 26 - 50 of 959) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">????????? ? ?????????? ????????</a></b></dt>
  /frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">???????Activity</a></b></dt>
  /frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">?????????????</a></b></dt>
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java 58 Log.i(TAG, "Stopping thread " + mThreadName + " [InterruptedException]");
  /external/lldb/source/Plugins/Process/Utility/
UnwindLLDB.cpp 135 log->Printf ("%*sFrame %d unwound too many frames, assuming unwind has gone astray, stopping.",
147 log->Printf("%*sFrame %d invalid RegisterContext for this frame, stopping stack walk",
156 log->Printf("%*sFrame %d did not get CFA for this frame, stopping stack walk",
165 log->Printf("%*sFrame %d did not get a valid CFA for this frame, stopping stack walk",
174 log->Printf("%*sFrame %d did not get PC for this frame, stopping stack walk",
183 log->Printf("%*sFrame %d did not get a valid PC, stopping stack walk",
  /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. */
  /external/lldb/test/
bench.py 27 # Measure 'frame variable' response after stopping at a breakpoint.
30 # Measure stepping speed after stopping at a breakpoint.
  /frameworks/base/core/java/android/os/
SystemService.java 38 STOPPING("stopping"),
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd 68 <dt><b><a href="stopping.html">Stopping and Restarting an Activity</a></b></dt>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
waitstatus.h 89 unsigned int __w_stopsig:8; /* Stopping signal. */
94 unsigned int __w_stopsig:8; /* Stopping signal. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitstatus.h 89 unsigned int __w_stopsig:8; /* Stopping signal. */
94 unsigned int __w_stopsig:8; /* Stopping signal. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitstatus.h 89 unsigned int __w_stopsig:8; /* Stopping signal. */
94 unsigned int __w_stopsig:8; /* Stopping signal. */
  /system/bt/test/suite/cases/
gatt.c 60 TASSERT(gatt_get_status() == BT_STATUS_SUCCESS, "Error stopping BLE advertisement.");
125 TASSERT(gatt_get_status() == BT_STATUS_SUCCESS, "Error stopping server.");
  /system/core/libsysutils/src/
ServiceManager.cpp 20 * - Stopping the service is done by writing its name to "ctl.stop"
80 SLOGD("Stopping service '%s'", name);
  /development/samples/Alarm/res/layout/
main.xml 17 <!-- Demonstrates starting and stopping a local service.
  /development/samples/ApiDemos/res/layout/
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.
notifying_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
remote_service_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
  /development/samples/Support4Demos/res/layout/
local_service_broadcaster.xml 17 <!-- Demonstrates starting and stopping a local service.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 71 enterRun.await(); // to avoid stopping the service until run() is invoked
84 enterRun.await(); // to avoid stopping the service until run() is invoked
121 private State expectedShutdownState = State.STOPPING;
371 assertEquals(Service.State.STOPPING, state());

Completed in 219 milliseconds

12 3 4 5 6 7 8 91011>>