HomeSort by relevance Sort by last modified time
    Searched defs:kill (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/arch-x86/syscalls/
kill.S 5 .type kill, @function
6 .globl kill
9 kill: label
  /bionic/libc/arch-arm/bionic/
kill.S 42 .type kill, #function
43 .globl kill
46 kill: label
  /bionic/libc/arch-sh/syscalls/
kill.S 5 .type kill, @function
6 .globl kill
9 kill: label
  /frameworks/base/core/java/android/view/
SurfaceSession.java 36 public native void kill(); method in class:SurfaceSession
ViewTreeObserver.java 274 observer.kill();
512 * any other method but {@link #isAlive()} and {@link #kill()} will throw an Exception.
516 private void kill() { method in class:ViewTreeObserver
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_param.cpp 69 //Note: A "kill" could occur at any time after this point so
85 //Check for kill flag. If so, then the request was completed by
92 bool kill = iThreadKillFlag; local
94 if (!kill)
  /external/webkit/JavaScriptCore/wtf/
MessageQueue.h 68 void kill();
198 inline void MessageQueue<DataType>::kill() function in class:WTF::MessageQueue
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 100 * Returns false if it was not added, either because {@link #kill} had
104 * @see #kill
160 public void kill() { method in class:RemoteCallbackList
  /cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java 177 method = "kill",
195 rc.kill();
196 // kill() should unregister the callback (beginBroadcast()
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 91 mCallbacks.kill();
283 mKillButton = (Button)findViewById(R.id.kill);
394 // To kill the process hosting our service, we need to know its
401 // kill any process based on its PID, the kernel will
403 // are actually able to kill. Typically this means only
406 // sharing a common UID will also be able to kill each
  /external/quake/quake/src/QW/client/
r_part.c 449 particle_t *p, *kill; local
501 kill = active_particles;
502 if (kill && kill->die < cl.time)
504 active_particles = kill->next;
505 kill->next = free_particles;
506 free_particles = kill;
516 kill = p->next;
517 if (kill && kill->die < cl.time
    [all...]
  /frameworks/base/libs/binder/
BpBinder.cpp 40 kill();
73 void BpBinder::ObjectManager::kill() function in class:android::BpBinder::ObjectManager
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ProcessManager.java 97 * @parm pid ID of process to kill
99 private static native void kill(int pid) throws IOException; method in class:ProcessManager
276 kill(this.id);
  /external/quake/quake/src/WinQuake/
r_part.cpp 651 particle_t *p, *kill; local
702 kill = active_particles;
703 if (kill && kill->die < cl.time)
705 active_particles = kill->next;
706 kill->next = free_particles;
707 free_particles = kill;
717 kill = p->next;
718 if (kill && kill->die < cl.time
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 58 private final static String COMMAND_KILL = "kill\r\n"; //$NON-NLS-1$
304 * Sends a KILL command to the emulator.
306 public synchronized void kill() { method in class:EmulatorConsole
Client.java 443 * Sends a kill message to the VM.
445 public void kill() { method in class:Client
  /external/libpcap/
gencode.h 247 atomset def, kill; member in struct:block
optimize.c 453 atomset def = 0, use = 0, kill = 0; local
477 kill |= ATOMMASK(atom);
503 b->kill = kill;
531 p->in_use |= p->out_use &~ p->kill;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 417 client.kill();
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 660 LOGD("kill Antagonizer");
661 mAntagonizer->kill();
1195 void Antagonizer::kill() function in class:android::Antagonizer
    [all...]
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 199 mCallbacks.kill();
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java     [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 771 milliseconds

1 2