Searched
full:trap (Results
251 -
275 of
881) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGen/ |
builtins.c | 121 V(trap, ());
|
/external/clang/test/Sema/ |
builtins.c | 91 __builtin_trap(); // no warning because trap is noreturn.
|
/external/e2fsprogs/config/ |
install-sh | 217 trap "rm -f ${dsttmp}" 0 &&
|
/external/elfutils/backends/ |
ppc_corenote.c | 59 /* 40, 1, trap */
|
/external/elfutils/src/ |
ylwrap | 69 trap "cd `pwd`; rm -rf $dirname > /dev/null 2>&1" 1 2 3 15
|
/external/iptables/iptables/ |
iptables-apply | 125 trap "rm -f $TMPFILE" EXIT 1 2 3 4 5 6 7 8 10 11 12 13 14 15
|
/external/kernel-headers/original/asm-x86/ |
desc_32.h | 55 #define DESCTYPE_TRAP 0x8f /* present, system, DPL-0, trap gate */
|
vm86.h | 144 * hardware when a trap occurs), and the real segment descriptors are
|
/external/libvpx/libvpx/vpx_scale/generic/ |
vpxscale.c | 428 /* Trap case where we could read off the base of the source buffer */ 744 /* Trap case where we could read off the base of the source buffer */ 755 /* Trap case where we could read off the base of the source buffer */ 775 /* Trap case where we could read off the base of the source buffer */ [all...] |
/external/openssh/contrib/ |
findssl.sh | 72 trap 'rm -f conftest.c' INT HUP TERM
|
/external/v8/src/ |
proxy.js | 52 // Make sure the trap receives 'undefined' as this.
|
runtime.js | 426 var trap = %GetCallTrap(proxy); 427 return %Apply(trap, this, arguments, 0, arity); 433 var trap = %GetConstructTrap(proxy); 434 return %Apply(trap, this, arguments, 0, %_ArgumentsLength());
|
/external/v8/test/mjsunit/harmony/ |
proxies-for.js | 133 // Throw exception in enumerate trap.
|
/external/valgrind/main/VEX/pub/ |
libvex_trc_values.h | 59 #define VEX_TRC_JMP_SIGTRAP 85 /* deliver trap (SIGTRAP) before
|
/external/valgrind/main/coregrind/m_mach/ |
mach_traps-x86-darwin.S | 32 // DDD: should use __NR_ constants in here instead of the trap numbers
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
webserver.rb | 136 ['INT', 'TERM'].each {|signal| trap(signal) { puts "SERVER SHUTDOWN: #{signal}"; s.shutdown }}
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
flags.h | 143 trap. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
flags.h | 143 trap. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
flags.h | 143 trap. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
flags.h | 143 trap. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
a.out.h | 54 The first page is unmapped to help trap NULL pointer references. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jbd.h | 31 * known-good hardware we may want to trap these errors.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
a.out.h | 54 The first page is unmapped to help trap NULL pointer references. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 31 * known-good hardware we may want to trap these errors.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
a.out.h | 54 The first page is unmapped to help trap NULL pointer references. */
|
Completed in 830 milliseconds
<<11121314151617181920>>