HomeSort by relevance Sort by last modified time
    Searched full:trap (Results 351 - 375 of 881) sorted by null

<<11121314151617181920>>

  /external/openssl/
check-all-builds.sh 261 trap "clean_build_dir 0" EXIT
262 trap "clean_build_dir \$?" INT HUP QUIT TERM
  /external/qemu/target-mips/
helper.c 571 [EXCP_TRAP] = "trap",
641 /* EJTAG probe trap enable is not implemented... */
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 46 extern HReg hregMIPS_GPR1(Bool mode64); // reserved for trap handling
47 extern HReg hregMIPS_GPR2(Bool mode64); // reserved for trap handling
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 312 regs->trap = 0;
333 regs->trap = 0;
  /external/valgrind/main/coregrind/m_gdbserver/
signals.c 49 {"SIGTRAP", "Trace/breakpoint trap"},
51 {"SIGEMT", "Emulation trap"},
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 263 trap cleanup_gnulib 1 2 13 15
268 trap - 1 2 13 15
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 243 trap '$REMOVE_TEMP; exit $xs' 0
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sysctl.h 144 KERN_HPPA_UNALIGNED=59, /* int: hppa unaligned-trap enable */
157 KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sysctl.h 144 KERN_HPPA_UNALIGNED=59, /* int: hppa unaligned-trap enable */
157 KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 225 /* Set by DSP upon encountering a trap (breakpoint) or a spurious
230 trap_flag /* (Host & SP) Nature of detected Trap */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sysctl.h 144 KERN_HPPA_UNALIGNED=59, /* int: hppa unaligned-trap enable */
157 KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 225 /* Set by DSP upon encountering a trap (breakpoint) or a spurious
230 trap_flag /* (Host & SP) Nature of detected Trap */
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /system/core/sh/
init.c 16 #include "trap.h"
1075 /* from trap.c: */
  /external/bison/build-aux/
config.guess 93 trap 'exit 1' 1 2 15
106 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
107 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
275 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
277 trap '' 0
    [all...]
  /external/clang/docs/
UsersManual.rst 867 ``-fsanitize=undefined-trap``: This includes all sanitizers
870 in conjunction with the ``-fsanitize-undefined-trap-on-error``
    [all...]
  /external/expat/conftools/
config.guess 95 trap 'exit 1' 1 2 15
108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
109 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
273 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
275 trap '' 0
    [all...]
  /external/icu4c/
config.guess 93 trap 'exit 1' 1 2 15
106 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
107 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
271 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
273 trap '' 0
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
config.guess 95 trap 'exit 1' 1 2 15
108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
109 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
273 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
275 trap '' 0
    [all...]
  /external/llvm/autoconf/
config.guess 95 trap 'exit 1' 1 2 15
108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
109 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
277 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
279 trap '' 0
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 698 // Default ISD::TRAP to expand (which turns it into abort).
699 setOperationAction(ISD::TRAP, MVT::Other, Expand);
701 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
702 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
758 /// canOpTrap - Returns true if the operation can trap for the value type.
    [all...]
  /external/llvm/projects/sample/autoconf/
config.guess 95 trap 'exit 1' 1 2 15
108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
109 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
273 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
275 trap '' 0
    [all...]
  /external/openfst/
config.guess 93 trap 'exit 1' 1 2 15
106 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
107 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
271 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
273 trap '' 0
    [all...]
  /external/openssh/
config.guess 95 trap 'exit 1' 1 2 15
108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
109 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
273 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
275 trap '' 0
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
configure 282 trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
    [all...]

Completed in 1502 milliseconds

<<11121314151617181920>>