HomeSort by relevance Sort by last modified time
    Searched full:kill (Results 101 - 125 of 1513) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/autocorrection/
type-whitespace-to-dismiss-reversion.html 37 frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
undo-autocorrection.html 18 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
  /external/webkit/Tools/Scripts/
run-mangleme-tests 120 if (0 != kill 0, $oldPid) {
122 kill 15, $oldPid;
125 while ((0 != kill 0, $oldPid) && $retryCount) {
173 kill 15, `cat /tmp/WebKit/httpd.pid` if -f "/tmp/WebKit/httpd.pid";
  /frameworks/av/media/libmedia/
SoundPoolThread.h 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
  /frameworks/base/core/java/android/view/
SurfaceSession.java 55 public void kill() { method in class:SurfaceSession
  /frameworks/base/services/java/com/android/server/am/
TransferPipe.java 94 tp.kill();
119 tp.kill();
161 kill(); method
176 void kill() { method in class:TransferPipe
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
ACTIVITY.java.template 36 // explicit kill
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
ACTIVITY.java.template 36 // explicit kill
  /ndk/build/tools/toolchain-patches/gdb/
0002-ndk-Fix-signal-handling-in-gdbserver-6.6.patch 33 return kill (lwpid, signo);
  /external/mesa3d/src/glsl/
opt_constant_propagation.cpp 98 void kill(ir_variable *ir, unsigned write_mask);
232 kill(ir->lhs->variable_referenced(), ir->write_mask);
266 * this call. So kill all copies.
305 kill(k->var, k->write_mask);
350 kill(k->var, k->write_mask);
358 ir_constant_propagation_visitor::kill(ir_variable *var, unsigned write_mask) function in class:ir_constant_propagation_visitor
366 /* Remove any entries currently in the ACP for this kill. */
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 185 /// past the instruction that would kill the above mentioned register to reduce
242 // position and the kill use, then it's not safe to sink it.
272 // Save the operand that kills the register. We want to unset the kill
281 assert(KillMO && "Didn't find kill");
283 // Update kill and LV information.
358 /// %reg1035 = copy %reg1025<kill>
359 /// %reg1036 = add %reg1034<kill>, %reg1035<kill>
377 // go with what the kill flag says.
384 // be coalesced, so follow the kill flag
    [all...]
  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 163 kill(pid, SIGSTOP);
180 // Test that we don't kill ourselves by accident if a lockfile with the same pid
228 // Kill the browser process, so that it does not respond on the socket.
229 kill(pid, SIGKILL);
253 // Kill the browser process, so that it does not respond on the socket.
254 kill(pid, SIGKILL);
  /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...]
  /bionic/libc/unistd/
abort.c 85 (void)kill(getpid(), SIGABRT);
102 (void)kill(getpid(), SIGABRT);
  /cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java 150 rc.kill();
151 // kill() should unregister the callback (beginBroadcast()
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 192 if (0!=kill(pid,SIGTERM)) {
207 return (kill(pid,0) == 0);
  /external/chromium/chrome/browser/net/
metadata_url_request.cc 31 virtual void Kill();
69 void MetadataRequestHandler::Kill() {
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 89 /// virtual register (kill it) in their basic block.
93 /// removeKill - Delete a kill corresponding to the specified
94 /// machine instruction. Returns true if there was a kill
105 /// findKill - Find a kill instruction in MBB. Return NULL if none is found.
197 /// replaceKillInstruction - Update register kill info by replacing a kill
212 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
248 /// removeVirtualRegisterDead - Remove the specified kill of the virtual
  /external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
ProcessLauncherGtk.cpp 54 // Kill child process when parent dies.
95 kill(m_processIdentifier, SIGKILL);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
gtk.py 78 os.kill(server_pid, signal.SIGTERM)
82 # file), so if kill fails on the given PID, just try to
qt.py 92 os.kill(server_pid, signal.SIGTERM)
96 # file), so if kill fails on the given PID, just try to
  /frameworks/base/docs/html/tools/debugging/
debugging-projects-cmdline.jd 69 system to kill the selected application if it is currently running. You can use this to kill your
  /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");
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 192 if (0!=kill(pid,SIGTERM)) {
207 return (kill(pid,0) == 0);
  /system/core/sh/
builtins.def 90 ##killcmd -u kill # mandated by posix for 'kill %job'

Completed in 1573 milliseconds

1 2 3 45 6 7 8 91011>>