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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/stdlib/
exit.c 1 /* $OpenBSD: exit.c,v 1.12 2007/09/03 14:40:16 millert Exp $ */
51 * Exit, flushing stdio buffers if necessary.
54 exit(int status) function
  /prebuilts/go/darwin-x86/src/runtime/
rt0_linux_arm64.s 15 exit: label
19 B exit
rt0_darwin_arm64.s 51 exit: label
55 B exit
  /prebuilts/go/linux-x86/src/runtime/
rt0_linux_arm64.s 15 exit: label
19 B exit
rt0_darwin_arm64.s 51 exit: label
55 B exit
  /external/curl/src/
tool_vms.h 38 #undef exit macro
39 #define exit(__code) vms_special_exit((__code), (0)) macro
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 47 # Exit
49 exit: label
52 syscall # and exit
million.S 16 # Exit
18 exit: label
20 mov $60,%rax # put exit syscall number (60) in rax
  /external/valgrind/exp-bbv/tests/arm-linux/
million.S 20 @ Exit
22 exit: label
25 swi 0x0 @ and exit
  /external/valgrind/exp-bbv/tests/ppc32-linux/
million.S 15 # Exit
18 exit: label
19 li 3,0 # 0 exit value
20 li 0,1 # put the exit syscall number (1) in r0
21 sc # and exit
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 47 # Exit
49 exit: label
53 int $0x80 # and exit
56 int $0x80 # and exit
59 int $0x91 # and exit
million.S 16 # Exit
22 exit: label
24 inc %eax # put exit syscall number (1) in eax
27 int $0x80 # and exit
30 int $0x80 # and exit
33 int $0x91 # and exit
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
pn532.js 45 exit();
88 function exit() function
95 process.exit(0);
101 exit();
zfm20-register.js 35 process.exit(1);
56 process.exit(1);
74 process.exit(1)
96 process.exit(1);
112 process.exit(1);
120 process.exit(1);
128 function exit() function
134 process.exit(0);
136 process.on('exit', exit);
    [all...]
zfm20.js 35 process.exit(1);
55 process.exit(1);
74 process.exit(0);
79 process.exit(1);
88 function exit() function
94 process.exit(0);
96 process.on('SIGINT', exit);
97 process.on('exit', exit);
eboled.js 37 function exit() function
42 process.exit(0);
49 exit();
grovemd-stepper.js 61 exit();
64 // When exiting: clear memory and print exit message
65 function exit() function
74 process.exit(0);
94 exit();
grovemd.js 60 exit();
63 // When exiting: clear memory and print exit message
64 function exit() function
73 process.exit(0);
93 exit();
oled_ssd1306.js 83 function exit() function
88 process.exit(0);
148 exit();
pca9685.js 27 function exit() function
43 process.exit(0);
77 // now, just sleep for 5 seconds, reset channels 3 and 4, and exit.
80 setTimeout(exit, 5000);
84 exit();
pn532-writeurl.js 41 exit();
52 exit(1);
64 function exit() function
71 process.exit(0);
77 exit();
91 exit();
  /bootable/recovery/minui/
graphics.h 36 void (*exit)(minui_backend*); member in struct:minui_backend
  /device/google/dragon/power/
timed_qos_manager.cpp 18 void SysfsQosObject::exit() function in class:SysfsQosObject
54 mQosObject->exit();
  /external/junit/src/org/junit/internal/
JUnitSystem.java 6 void exit(int i); method in interface:JUnitSystem
RealSystem.java 7 public void exit(int code) { method in class:RealSystem
8 System.exit(code);

Completed in 830 milliseconds

1 2 3 4 5 6 7 8 91011>>