HomeSort by relevance Sort by last modified time
    Searched full:exited (Results 1176 - 1200 of 2880) sorted by null

<<41424344454647484950>>

  /external/googletest/googletest/test/
gtest_color_test.py 67 return not p.exited or p.exit_code
gtest_throw_on_failure_test.py 75 return p.exited and p.exit_code == 0
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
  /external/honggfuzz/mac/
arch.c 181 * Returns true if a process exited (so, presumably, we can delete an input
197 * Boring, the process just exited
200 LOG_D("Process (pid %d) exited normally with status %d", run->pid, WEXITSTATUS(status));
208 LOG_E("Process (pid %d) exited with the following status %d, please report that as a bug",
  /external/kernel-headers/original/uapi/linux/
futex.h 104 * has exited without unlocking the futex. The kernel also does
  /external/libchrome/base/process/
kill_posix.cc 39 // the child hasn't exited yet.
  /external/libchrome/base/test/
multiprocess_test.h 84 // Waits for the child process to exit. Returns true if the process exited
  /external/ltp/doc/
ltp-howto.lyx 471 duration=103341903 termination_type=exited termination_id=0 corefile=no
600 duration=103326814 termination_type=exited termination_id=0 corefile=no
660 duration=103326814 termination_type=exited termination_id=0 corefile=no
720 duration=103326814 termination_type=exited termination_id=0 corefile=no
ltp-howto.txt 260 duration=103341903 termination_type=exited termination_id=0
316 duration=103326814 termination_type=exited termination_id=0
341 duration=103326814 termination_type=exited termination_id=0
366 duration=103326814 termination_type=exited termination_id=0
  /external/ltp/lib/
tst_run_cmd.c 102 "'%s' exited with a non-zero code %d at %s:%d",
  /external/ltp/testcases/kernel/controllers/cpuctl/
run_cpuctl_latency_test.sh 211 echo "Task $check_task exited abnormaly with return value: $RC";
  /external/ltp/testcases/kernel/firmware/fw_load_kernel/
ltp_fw_load.c 162 pr_info(TCID ": module exited\n");
  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_sparse.c 189 tst_resm(TFAIL, "%i children(s) exited abnormally",
  /external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c 224 tst_res(TFAIL, "thread [%d] - exited with errors\n",
  /external/ltp/testcases/kernel/mem/page/
page02.c 203 tst_resm(TINFO, "\tTest {%d} exited status %d\n", child,
  /external/ltp/testcases/kernel/mem/vma/
vma01.c 136 tst_brkm(TBROK, cleanup, "child exited abnormally.");
  /external/ltp/testcases/kernel/pty/
hangup01.c 152 "child process exited with status %d", status);
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify03.c 136 tst_res(TPASS, "child exited correctly");
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl07.c 135 tst_resm(TFAIL, "%s child exited non-zero, %d",
  /external/ltp/testcases/kernel/syscalls/kill/
kill05.c 122 tst_resm(TFAIL, "child exited abnormally");
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify01.c 210 tst_res(TPASS, "mq_notify and mq_timedsend exited expectedly");
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe09.c 125 tst_brkm(TBROK, cleanup, "child exited abnormally");
  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace01.c 66 * if child exited abnormaly,
ptrace02.c 66 * if child exited normaly,
  /external/ltp/testcases/kernel/syscalls/vfork/
vfork02.c 151 "Child process exited abnormally");

Completed in 757 milliseconds

<<41424344454647484950>>