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

123456

/external/oprofile/daemon/
H A Doprofiled.h22 void (*exit)(void); member in struct:oprofiled_ops
/external/valgrind/main/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/main/exp-bbv/tests/arm-linux/
H A Dmillion.S22 exit: label
25 swi 0x0 @ and exit
/external/valgrind/main/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/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S49 exit: label
56 int $0x80 # and exit
H A Dmillion.S22 exit: label
26 inc %eax # put exit syscall number (1) in eax
27 int $0x80 # and exit
31 inc %eax # put exit syscall number (1) in eax
32 int $0x80 # and exit
H A Drep_prefix.S244 jmp exit # no error, skip to exit
263 exit: label
270 inc %eax # put exit syscall number (1) in eax
271 int $0x80 # and exit
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DTiming.py6 from sys import platform, exit, stderr namespace
21 exit(1)
/external/chromium_org/third_party/opus/src/win32/
H A Dgenversion.bat40 if not errorlevel 1 goto exit
44 :exit label
/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/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dkernel_compat.h80 #define exit(n) panic("%s:%d: exit(%d)\n", __FILE__, __LINE__, (n)) macro
/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/main/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_org/third_party/WebKit/Source/platform/
H A DScriptForbiddenScope.cpp34 void ScriptForbiddenScope::exit() function in class:blink::ScriptForbiddenScope
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dsystemhost.py57 def exit(self, returncode): member in class:SystemHost
58 sys.exit(returncode)

Completed in 6423 milliseconds

123456