HomeSort by relevance Sort by last modified time
    Searched refs:kill (Results 151 - 175 of 340) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 104 mCallbacks.kill();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 248 if (kill(pid, 0)) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 84 Libcore.os.kill(Libcore.os.getpid(), OsConstants.SIGQUIT);
  /system/netd/
SoftapController.cpp 92 kill(mPid, SIGTERM);
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 54 monitor command request to kill this process
mcvabits.stderrB.exp 54 monitor command request to kill this process
  /frameworks/native/libs/binder/
BpBinder.cpp 40 kill();
73 void BpBinder::ObjectManager::kill() function in class:android::BpBinder::ObjectManager
  /external/linux-tools-perf/
builtin-record.c 152 kill(child_pid, SIGTERM);
158 kill(getpid(), signr);
566 kill(getppid(), SIGUSR1);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 124 mCallbacks.kill();
1008 public void kill() { method in class:TextToSpeechService.CallbackMap
    [all...]
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 122 kill(getpid(), SIGKILL);
720 kill(getpid(), SIGKILL);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 91 mCallbacks.kill();
288 mKillButton = (Button)findViewById(R.id.kill);
399 // To kill the process hosting our service, we need to know its
406 // kill any process based on its PID, the kernel will
408 // are actually able to kill. Typically this means only
411 // sharing a common UID will also be able to kill each
ServiceStartArguments.java 225 button = (Button)findViewById(R.id.kill);
  /external/strace/
signal.c 453 #define SI_USER 0 /* sent by kill, sigsend, raise */
488 /* kill(). */
987 kill(tcp->pid, SIGSTOP);
994 kill(tcp->pid, SIGSTOP);
1001 kill(tcp->pid, SIGSTOP);
1075 kill(tcp->pid, SIGSTOP);
1158 kill(tcp->pid, SIGSTOP);
1167 kill(tcp->pid, SIGSTOP);
1213 kill(tcp->pid, SIGSTOP);
1222 kill(tcp->pid, SIGSTOP)
    [all...]
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 378 observer.kill();
740 * any other method but {@link #isAlive()} and {@link #kill()} will throw an Exception.
744 private void kill() { method in class:ViewTreeObserver
    [all...]
  /ndk/sources/host-tools/make-3.81/
commands.c 187 /* Kill the last space and define the variable. */
251 /* Kill the last spaces and define the variables. */
458 process group, but it means we want to kill the children. */
465 (void) kill (c->pid, SIGTERM);
469 wanted to kill make, remove pending targets. */
520 will be unblocked when we return and arrive then to kill us. */
521 if (kill (getpid (), sig) < 0)
522 pfatal_with_name ("kill");
make.h 367 # define kill(pid,sig) w32_kill(pid,sig) macro
370 extern int kill(intptr_t pid, int sig);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 292 killApp(device, appPackage); // kill app if it is already running
328 client.kill();
365 client.kill();
  /art/runtime/
runtime_linux.cc 286 kill(getpid(), signal_number);
  /art/test/ThreadStress/
ThreadStress.java 205 Libcore.os.kill(Libcore.os.getpid(), OsConstants.SIGQUIT);
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 256 virtual void kill();
  /external/chromium_org/chrome/browser/
chrome_browser_main_posix.cc 232 kill(getpid(), signal);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerRunLoop.cpp 217 m_messageQueue.kill();
  /external/chromium_org/tools/android/forwarder2/
daemon.cc 256 bool Daemon::Kill() {
260 if (kill(daemon_pid, SIGTERM) < 0) {
262 // The daemon exited for some reason (e.g. kill by a process other than
263 // us) right before the call to kill() above.
265 PError("kill");
  /external/e2fsprogs/ext2ed/
main.c 149 kill(getpid(), SIGTSTP);
  /external/e2fsprogs/misc/
logsave.c 156 kill(child_pid, sig);

Completed in 931 milliseconds

1 2 3 4 5 67 8 91011>>