Searched defs:exit (Results 1 - 25 of 166) 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/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/junit/src/org/junit/internal/
H A DJUnitSystem.java6 void exit(int i); method in interface:JUnitSystem
H A DRealSystem.java7 public void exit(int code) { method in class:RealSystem
8 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/srtp/crypto/include/
H A Dkernel_compat.h80 #define exit(n) panic("%s:%d: exit(%d)\n", __FILE__, __LINE__, (n)) macro
/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.java88 public void exit() { method in class:StreamRedirector
/external/chromium-trace/catapult/systrace/systrace/
H A Dutil.py16 def exit(self, status=0, msg=None): member in class:OptionParserIgnoreErrors
50 from adb. Will exit if adb fails to start.
114 sys.exit(1)
/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/v8/test/cctest/
H A Dtest-macro-assembler-ia32.cc65 Label exit; local
75 __ j(not_equal, &exit);
78 __ j(not_equal, &exit);
89 __ j(not_equal, &exit);
93 __ j(not_equal, &exit);
103 __ j(not_equal, &exit);
107 __ j(not_equal, &exit);
117 __ j(not_equal, &exit);
120 __ j(not_equal, &exit);
127 __ j(not_equal, &exit);
[all...]

Completed in 778 milliseconds

1234567