Searched defs:exit (Results 1 - 25 of 161) sorted by relevance

1234567

/external/curl/src/
H A Dtool_vms.h38 #undef exit macro
39 #define exit(__code) vms_special_exit((__code), (0)) macro
/external/syslinux/dos/
H A Dcrt0.S63 # Here %eax is the exit code, fall through into exit
67 .globl exit
68 .type exit,@function
69 exit: label
75 .size exit,.-exit
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S49 exit: label
52 syscall # and exit
H A Dmillion.S18 exit: label
20 mov $60,%rax # put exit syscall number (60) in rax
H A Dclone_test.S3 # count for additional 500 million each before exit
67 jmp exit
81 exit: label
91 mov $60,%rax # put exit syscall number (60) in rax
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dmillion.S22 exit: label
25 swi 0x0 @ and exit
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dmillion.S18 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/
H A Dcomplex_rep.S49 exit: label
53 int $0x80 # and exit
56 int $0x80 # and exit
59 int $0x91 # and exit
H A Dmillion.S22 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
H A Drep_prefix.S244 jmp exit # no error, skip to exit
271 exit: label
273 inc %eax # put exit syscall number (1) in eax
276 int $0x80 # and exit
279 int $0x80 # and exit
282 int $0x91 # and exit
/external/syslinux/com32/lib/
H A Dexit.c29 * exit.c
31 * The regular exit
39 __noreturn exit(int rv) function
/external/junit/src/main/java/org/junit/internal/
H A DJUnitSystem.java11 void exit(int code); method in interface:JUnitSystem
H A DRealSystem.java11 public void exit(int code) { method in class:RealSystem
12 System.exit(code);
/external/libopus/win32/
H A Dgenversion.bat40 if not errorlevel 1 goto exit
44 :exit label
/external/libhevc/decoder/arm/
H A Dihevcd_fmt_conv_420sp_to_420p.s196 exit: label
H A Dihevcd_fmt_conv_420sp_to_420sp.s193 exit: label
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_420p.s199 exit: label
H A Dihevcd_fmt_conv_420sp_to_420sp.s199 exit: label
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dclone_test.S3 # count for additional 500 million each before exit
67 jmp exit
81 exit: label
91 mov $1,%eax # put exit syscall number (60) in rax
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DDebuggeeWrapper.java65 * An implementation of this method must cause the debuggee to exit
70 public abstract void exit(int exitStatus); method in class:DebuggeeWrapper
H A DStreamRedirector.java89 public void exit() { method in class:StreamRedirector
/external/emma/core/java13/com/vladium/util/exit/
H A DExitHookManager.java9 package com.vladium.util.exit;
/external/javassist/src/main/javassist/runtime/
H A DCflow.java46 public void exit() { ((Depth)get()).dec(); } method in class:Cflow
/external/skia/include/private/
H A DGrSingleOwner.h24 ~AutoEnforce() { fSO->exit(); }
38 void exit() { function in class:GrSingleOwner
/external/syslinux/gpxe/src/arch/i386/drivers/net/
H A Dundiload.c58 uint16_t exit; local
97 : "=a" ( exit )
111 if ( exit != PXENV_EXIT_SUCCESS ) {

Completed in 766 milliseconds

1234567