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

1 2 3 4 5 6 7 8 91011

  /external/webkit/WebCore/storage/
LocalStorageThread.cpp 77 ASSERT(!m_queue.killed() && m_threadID);
84 ASSERT(!m_queue.killed() && m_threadID);
92 ASSERT(m_queue.killed());
DatabaseThread.cpp 80 return m_queue.killed();
145 ASSERT(m_queue.killed() || m_openDatabaseSet.contains(database));
  /development/samples/HeavyWeight/res/values/
strings.xml 19 <string name="content_text">A heavy-weight application will not be killed until explicitly stopped.</string>
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 105 // Register to get the alarm killed/snooze/dismiss intent.
203 private void dismiss(boolean killed) {
204 Log.i(killed ? "Alarm killed" : "Alarm dismissed by user");
205 // The service told us that the alarm has been killed, do not modify
207 if (!killed) {
245 // No longer care about the alarm being killed.
  /development/tools/axl/
chewie.py 71 killed = [[], []]
120 killed[0].append(record[9])
121 killed[1].append(x[0])
155 pylab.plot(killed[1], killed[0], 'rx')
  /development/samples/HeavyWeight/src/com/example/android/heavyweight/
HeavyWeight.java 26 * Basic "heavy-weight" application, which will not be killed by Android
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 37 * <li>So that it's less likely for the process to get killed.
47 // Intent should be redelivered if the process gets killed before completing the job.
  /frameworks/base/core/java/android/content/
ServiceConnection.java 44 * happens when the process hosting the service has crashed or been killed.
ComponentCallbacks.java 45 * it will happen around the time all background process have been killed,
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 35 <p>To determine which processes should be killed when low on memory, Android
60 be killed as a last resort if memory is so low that not even these processes
71 process is considered extremely important and will not be killed unless doing so is
93 by the user is the last to be killed when running low on memory.
  /frameworks/base/core/java/android/app/
Service.java 186 * being killed.
191 * the service should not be killed except in extreme low memory conditions.
200 * the service to be killed under extreme memory pressure from the current
205 * be killed by the system if it is under heavy memory pressure. If this
211 * is killed while processing it.
303 * the service if it is killed. May be {@link #START_STICKY},
312 * {@link #onStartCommand} will be called again after being killed.
318 * process is killed while it is started (after returning from
335 * process is killed while it is started (after returning from
351 * and spawns a thread to do its networking. If its process is killed
    [all...]
  /bionic/libc/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGKILL,9,"Killed")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(KILL,9,"Killed")
  /external/dbus/tools/
run-with-tmp-session-bus.sh 63 kill -TERM $DBUS_SESSION_BUS_PID || die "Message bus vanished! should not have happened" && echo "Killed daemon $DBUS_SESSION_BUS_PID" >&2
  /external/qemu/android/avd/
hw-config-defs.h 151 "The maximum heap size a Dalvik application might allocate before being killed by the system. Value is in megabytes.")
  /external/webkit/JavaScriptCore/wtf/
HashTable.cpp 46 // if any thread was killed while holding the mutex.
MessageQueue.h 69 bool killed() const;
206 inline bool MessageQueue<DataType>::killed() const function in class:WTF::MessageQueue
  /external/webkit/WebCore/workers/
WorkerRunLoop.h 59 bool terminated() { return m_messageQueue.killed(); }
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGKILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGKILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGKILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGKILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGKILL,9,"Killed")
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 41 __BIONIC_SIGDEF(SIGKILL,9,"Killed")

Completed in 892 milliseconds

1 2 3 4 5 6 7 8 91011