/ndk/sources/host-tools/make-3.81/ |
signame.c | 105 init_sig (SIGTRAP, "TRAP", _("Trace/breakpoint trap")); 113 init_sig (SIGIOT, "IOT", _("IOT trap")); 116 init_sig (SIGEMT, "EMT", _("EMT trap"));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kernel.h | 36 /* Trap pasters of __FUNCTION__ at compile-time */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libSegFault.so | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernel.h | 36 /* Trap pasters of __FUNCTION__ at compile-time */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libSegFault.so | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernel.h | 36 /* Trap pasters of __FUNCTION__ at compile-time */
|
/external/skia/legacy/src/core/ |
SkConcaveToTriangles.cpp | 364 Trapezoid **trap) { 372 *trap = *t; // Return the place where a new trapezoid would go. 382 *trap = *t; 389 *trap = NULL; 590 Trapezoid *trap[2]; local 591 vt[i].trapezoids(trap, trap+1); 593 if (trap[j] != NULL) { 594 DebugPrintf(", trap(L=%d, R=%d, B=%d)", 595 trap[j]->left() - vt 616 Trapezoid *trap[2]; local [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPNode.c | 179 /* Set up the structure Call DSP Trap */ 288 /* Call DSP Trap */ 337 /* Call DSP Trap */ 387 /* Call DSP Trap */ 429 /* Call DSP Trap */ 530 /* Set up the structure Call DSP Trap */ 562 /* Call DSP Trap */ 608 /* Call DSP Trap */ 664 /* Call DSP Trap */ 734 /* Call DSP Trap */ [all...] |
DSPManager.c | 178 /* Call DSP Trap */ 222 /* Call DSP Trap */ 267 /* Call DSP Trap */ 315 /* Call DSP Trap */ 357 /* Call DSP Trap */ 389 /* Call DSP Trap */
|
/external/v8/test/mjsunit/harmony/ |
proxies-function.js | 276 // Throwing from call trap. 392 // Construction with derived construct trap. 400 // TODO(rossberg): handling of prototype for derived construct trap will be 475 // Throwing from the construct trap. 477 function TestConstructThrow(trap) { 479 trap)) 482 trap)) 672 function(trap) { return trap }, 673 function(trap) { return CreateFrozen({}, callTrap) } [all...] |
/bionic/libc/include/sys/ |
_sigdefs.h | 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
|
/external/chromium/sdch/open-vcdiff/ |
compile | 87 # FIXME: race condition here if user kills between mkdir and trap. 88 trap "rmdir $lockdir; exit 1" 1 2 15
|
/external/clang/test/Driver/ |
darwin-sanitizer-ld.c | 31 // RUN: -fsanitize=bounds -fsanitize-undefined-trap-on-error \ 47 // RUN: -fsanitize=bounds -fsanitize-undefined-trap-on-error \
|
/external/elfutils/tests/ |
run-native-test.sh | 56 trap native_cleanup 0 1 2 15 84 # We do this explicitly rather than letting the trap 0 cover it,
|
/external/kernel-headers/original/asm-mips/ |
signal.h | 29 #define SIGTRAP 5 /* Trace trap (POSIX). */ 30 #define SIGIOT 6 /* IOT trap (4.2 BSD). */
|
/external/llvm/test/Instrumentation/BoundsChecking/ |
phi.ll | 8 ; CHECK-NOT: trap 44 ; CHECK-NEXT: br {{.*}}, label %trap
|
/external/open-vcdiff/ |
compile | 87 # FIXME: race condition here if user kills between mkdir and trap. 88 trap "rmdir $lockdir; exit 1" 1 2 15
|
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stdoutB.exp | 46 Program received signal SIGTRAP, Trace/breakpoint trap. 52 Program received signal SIGTRAP, Trace/breakpoint trap.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
signum.h | 37 #define SIGTRAP 5 /* Trace trap (POSIX). */ 39 #define SIGIOT 6 /* IOT trap (4.2 BSD). */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
signum.h | 37 #define SIGTRAP 5 /* Trace trap (POSIX). */ 39 #define SIGIOT 6 /* IOT trap (4.2 BSD). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
signum.h | 37 #define SIGTRAP 5 /* Trace trap (POSIX). */ 39 #define SIGIOT 6 /* IOT trap (4.2 BSD). */
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/ |
_sigdefs.h | 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
_sigdefs.h | 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
|
/external/bison/build-aux/ |
ylwrap | 103 trap "ret=129; $do_exit" 1 104 trap "ret=130; $do_exit" 2 105 trap "ret=141; $do_exit" 13 106 trap "ret=143; $do_exit" 15
|