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

  /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/libusb/examples/
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 67 static int do_exit = 0; variable
75 do_exit = code;
84 while (!do_exit) {
503 while (!do_exit) {
528 if (do_exit == 1)
  /external/iproute2/misc/
arpd.c 66 volatile int do_exit; variable
553 do_exit = 1;
808 if (do_exit)
  /external/dhcpcd/
dhcpcd.c 1601 int do_exit = 0, do_release = 0, do_reboot = 0, do_reconf = 0; local
    [all...]
  /external/fio/
init.c 1706 int c, ini_idx = 0, lidx, ret = 0, do_exit = 0, exit_val = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 730 do_exit = do_quit variable in class:Pdb
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 730 do_exit = do_quit variable in class:Pdb
    [all...]

Completed in 233 milliseconds