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

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
mcinvokeRU.stderrB.exp 12 sending command v.kill to pid ....
mcinvokeWS.stderrB.exp 12 sending command v.kill to pid ....
simulate_control_c 27 kill -10 $VGDBPID) &
  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 14 /* Since the handler will be called as kill leaves the kernel,
15 this is replacing the kill syscall's return value. */
29 /* Since the handler will be called as kill leaves the kernel,
30 this is replacing the kill syscall's return value. */
  /external/webkit/LayoutTests/storage/
change-version-handle-reuse.js 12 db = openDatabaseWithSuffix("ChangeVersion", "", "Test that changing a database version doesn't kill our handle to it", 1);
  /packages/apps/Nfc/nci/jni/
IntervalTimer.h 32 void kill();
  /bionic/libc/arch-arm/bionic/
kill.S 42 ENTRY(kill) function
50 END(kill)
  /dalvik/tests/003-omnibus-opcodes/src/
InternedString.java 32 // Kill s, otherwise the string object is still accessible from root set
51 // Kill s, otherwise the string object is still accessible from root set
  /external/srtp/test/
rtpw_test.sh 63 kill $receiver_pid
64 kill $sender_pid
  /external/valgrind/main/none/tests/
pending.c 51 kill(getpid(), SIGUSR1);
52 kill(getpid(), SIGHUP);
  /frameworks/base/core/java/android/app/
IActivityController.aidl 43 * normal error recovery (app crash dialog) to occur, false to kill
57 * not responding" dialog, 1 to continue waiting, or -1 to kill it
  /system/extras/tests/cpueater/
cpueater.c 17 * std so you can easily kill it later.
68 /* so caller can easily kill it later. */
  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 92 void kill(ir_variable *ir);
137 kill(ir->lhs->variable_referenced());
195 * this call. So kill all copies.
233 kill(k->var);
277 kill(k->var);
285 ir_copy_propagation_visitor::kill(ir_variable *var) function in class:ir_copy_propagation_visitor
289 /* Remove any entries currently in the ACP for this kill. */
opt_dead_code_local.cpp 74 printf("kill %s\n", entry->lhs->name);
120 /* Kill assignment entries for things used to produce this assignment. */
126 /* Kill assignment enties used as array indices.
207 kill_for_derefs_visitor kill(&assignments);
208 ir->accept(&kill);
  /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...]
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 109 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill>
110 // %R0<def> = KILL %R0, %D0<imp-use,kill>
111 // %P0<def> = CMPEQri %R0<kill>, 0
112 // Hence, we need to check if it's a KILL instruction.
113 if (II->getOpcode() == TargetOpcode::KILL)
170 // KILL sets kill flag on the opcode. It also sets up a
172 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill
    [all...]
  /external/chromium/third_party/libevent/test/
regress.gen.c 125 const struct kill* value)
205 msg_attack_get(struct msg *msg, struct kill* *value)
416 * Implementation of kill
428 struct kill *
431 struct kill *tmp;
432 if ((tmp = malloc(sizeof(struct kill))) == NULL) {
454 kill_weapon_assign(struct kill *msg,
466 kill_action_assign(struct kill *msg,
478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value)
486 kill_weapon_get(struct kill *msg, char * *value
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 177 void kill(int rx);
185 void processDefs(MachineInstr*, bool Kill);
261 // Kill register rx, recycle or collapse any DomainValue.
262 void ExeDepsFix::kill(int rx) { function in class:ExeDepsFix
446 // Process defs to track register ages, and kill values clobbered by generic
452 // If Kill is set, also kill off DomainValues clobbered by the defs.
453 void ExeDepsFix::processDefs(MachineInstr *MI, bool Kill) {
478 // Kill off domains redefined by generic instructions.
479 if (Kill)
    [all...]
ExpandPostRAPseudos.cpp 120 // %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3
123 MI->setDesc(TII->get(TargetOpcode::KILL));
139 // Transfer the kill/dead flags, if needed.
156 // No need to insert an identity copy instruction, but replace with a KILL
160 // instruction with KILL.
161 MI->setDesc(TII->get(TargetOpcode::KILL));
  /external/elfutils/tests/
run-native-test.sh 44 kill -9 $native 2> /dev/null || :
63 sleep 1 && kill -0 $native 2> /dev/null &&
86 # $native when we do the kill inside the exit handler.
  /external/chromium/chrome/common/
service_process_util_linux.cc 63 if (kill(process_id, SIGTERM) < 0) {
64 PLOG(ERROR) << "kill";
  /frameworks/av/media/libmedia/
SoundPoolThread.cpp 54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0));
87 case SoundPoolMsg::KILL:
  /frameworks/base/cmds/system_server/library/
system_init.cpp 33 * This class is used to kill this process when the runtime dies.
42 kill(getpid(), SIGKILL);
  /frameworks/ml/bordeaux/service/res/values/
strings.xml 50 service running in another process. Use the kill button to see what happens when
52 <string name="kill_process">Kill Process</string>
  /system/extras/tests/bionic/libc/common/
test_clone.c 49 if (kill (getpid (), SIGSTOP) < 0)
50 perror ("kill");

Completed in 555 milliseconds

1 23 4 5 6 7 8 91011>>