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

1 2

  /external/libcxx/test/libcxx/containers/sequences/vector/
asan.pass.cpp 28 void do_exit() { function
57 __sanitizer_set_death_callback(do_exit);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/vector/
asan.pass.cpp 28 void do_exit() { function
57 __sanitizer_set_death_callback(do_exit);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd.py 171 def do_exit(self, arg): member in class:samplecmdclass
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid_common.h 68 static void do_exit(int stop) function
  /external/python/cpython2/Lib/test/
test_cmd.py 170 def do_exit(self, arg): member in class:samplecmdclass
  /external/python/cpython3/Lib/test/
test_cmd.py 168 def do_exit(self, arg): member in class:samplecmdclass
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd.py 171 def do_exit(self, arg): member in class:samplecmdclass
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd.py 171 def do_exit(self, arg): member in class:samplecmdclass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 171 def do_exit(self, arg): member in class:samplecmdclass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 171 def do_exit(self, arg): member in class:samplecmdclass
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 250 def do_exit(self, args): member in class:PseudoModemClient
275 do_EOF = do_exit
  /external/libusb/examples/
sam3u_benchmark.c 37 static int do_exit = 0; variable
144 do_exit = 1;
179 while (!do_exit) {
dpfp.c 66 static int do_exit = 0; variable
156 do_exit = 2;
162 do_exit = 2;
285 do_exit = 2;
296 do_exit = 2;
306 do_exit = 2;
315 do_exit = 2;
322 do_exit = 2;
331 do_exit = 2;
335 do_exit = 2
    [all...]
dpfp_threaded.c 71 static volatile sig_atomic_t do_exit = 0; variable
78 do_exit = code;
87 while (!do_exit) {
515 while (!do_exit)
537 if (do_exit == 1)
  /external/syslinux/com32/hdt/
hdt-cli-hdt.c 89 * do_exit - shared helper to exit a mode
91 static void do_exit(int argc __unused, char **argv __unused, function
332 .exec = do_exit,
  /external/autotest/client/cros/nfc/
console.py 638 def do_exit(self, args): member in class:NfcConsole
661 do_EOF = do_exit
  /external/dhcpcd-6.8.2/
dhcpcd.c 1314 int do_exit = 0, do_release = 0, do_reboot = 0; local
    [all...]
  /external/iproute2/misc/
arpd.c 64 volatile int do_exit; variable
549 do_exit = 1;
808 if (do_exit)
  /external/ltp/lib/
tst_test.c 73 static void do_exit(int ret) __attribute__ ((noreturn));
302 do_exit(TTYPE_RESULT(ttype));
574 static void do_exit(int ret) function
1059 do_exit(ret);
1084 do_exit(ret);
  /external/syslinux/com32/rosh/
rosh.c 1145 char do_exit = false; local
1162 do_exit = true;
1305 return do_exit;
1318 char do_exit; local
1323 do_exit = false;
1327 do_exit = rosh_command(iargc - 1, &iargv[1], ipwdstr);
1328 while (!(do_exit)) {
1334 do_exit = rosh_command(argc, argv, ipwdstr);
1337 do_exit = false;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pdb.py 730 do_exit = do_quit variable in class:Pdb
    [all...]
  /external/python/cpython2/Lib/
pdb.py 730 do_exit = do_quit variable in class:Pdb
    [all...]
  /external/python/cpython3/Lib/
pdb.py 1115 do_exit = do_quit variable in class:Pdb
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 730 do_exit = do_quit variable in class:Pdb
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 730 do_exit = do_quit variable in class:Pdb
    [all...]

Completed in 288 milliseconds

1 2