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

12345

/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
H A Dfldcw_check.S144 je exit
153 exit: label
H A Drep_prefix.S322 jmp exit # no error, skip to exit
335 exit: label
338 syscall # and exit
/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
H A Dfldcw_check.S98 je exit
113 exit: label
/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/chromium/net/tools/fetch/
H A Dfetch_server.cc22 exit(-1);
26 base::AtExitManager exit; local
/external/chromium_org/net/tools/fetch/
H A Dfetch_server.cc22 exit(-1);
26 base::AtExitManager exit; local
/external/kernel-headers/original/linux/
H A Dsfh7743.h28 void (*exit)(void); member in struct:sfh7743_platform_data
H A Dbmp085.h40 void (*exit)(void); member in struct:bmp085_platform_data
/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/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/chromium-trace/
H A Dsystrace.py22 def exit(self): member in class:OptionParserIgnoreErrors
49 sys.exit(1)
77 action='store_true', help='list the available categories and exit')
217 sys.exit(1)
243 sys.exit(1)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h45 * Early exit. Useful to skip to the end of a function or block when
141 LLVMBasicBlockRef exit; member in struct:lp_build_for_loop_state

Completed in 435 milliseconds

12345