HomeSort by relevance Sort by last modified time
    Searched refs:trap (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/valgrind/main/none/tests/ppc64/
twi_tdi.stdout.exp 1 twi_0_neg100(-150) -> no trap
2 twi_0_neg100(-100) -> no trap
3 twi_0_neg100( -50) -> no trap
4 twi_1_neg100(-150) -> no trap
5 twi_1_neg100(-100) -> no trap
6 twi_1_neg100( -50) -> TRAP
7 twi_2_neg100(-150) -> TRAP
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
10 twi_3_neg100(-150) -> TRAP
    [all...]
tw_td.stdout.exp 1 tw_0(-150,-100) -> no trap
2 tw_0(-100,-100) -> no trap
3 tw_0( -50,-100) -> no trap
4 tw_1(-150,-100) -> no trap
5 tw_1(-100,-100) -> no trap
6 tw_1( -50,-100) -> TRAP
7 tw_2(-150,-100) -> TRAP
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
10 tw_3(-150,-100) -> TRAP
    [all...]
  /external/valgrind/main/none/tests/ppc32/
twi.stdout.exp 1 twi_0_neg100(-150) -> no trap
2 twi_0_neg100(-100) -> no trap
3 twi_0_neg100( -50) -> no trap
4 twi_1_neg100(-150) -> no trap
5 twi_1_neg100(-100) -> no trap
6 twi_1_neg100( -50) -> TRAP
7 twi_2_neg100(-150) -> TRAP
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
10 twi_3_neg100(-150) -> TRAP
    [all...]
tw.stdout.exp 1 tw_0(-150,-100) -> no trap
2 tw_0(-100,-100) -> no trap
3 tw_0( -50,-100) -> no trap
4 tw_1(-150,-100) -> no trap
5 tw_1(-100,-100) -> no trap
6 tw_1( -50,-100) -> TRAP
7 tw_2(-150,-100) -> TRAP
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
10 tw_3(-150,-100) -> TRAP
    [all...]
  /system/core/sh/
trap.c 1 /* $NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $ */
38 static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95";
40 __RCSID("$NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $");
59 #include "trap.h"
76 char *trap[NSIG+1]; /* trap handler commands */ variable
128 * The trap builtin.
140 if (trap[signo] != NULL) {
141 out1fmt("trap -- ");
142 print_quoted(trap[signo])
    [all...]
Android.mk 26 trap.c \
  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
17 Program received signal SIGTRAP, Trace/breakpoint trap.
mcbreak.stdoutB.exp 46 Program received signal SIGTRAP, Trace/breakpoint trap.
52 Program received signal SIGTRAP, Trace/breakpoint trap.
mcinfcallWSRU.stderrB.exp 20 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp 22 typedef typename T::trap type;
  /external/javassist/src/main/javassist/tools/reflect/
Sample.java 25 public Object trap(Object[] args, int identifier) throws Throwable { method in class:Sample
  /external/skia/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...]
  /external/llvm/test/MC/ARM/
thumb.s 10 trap
11 @ CHECK: trap @ encoding: [0xfe,0xde]
arm_instructions.s 3 @ CHECK: trap
5 trap
  /external/mksh/src/
histrap.c 2 /* $OpenBSD: trap.c,v 1.23 2010/05/19 17:36:08 jasper Exp $ */
39 Trap sigtraps[NSIG + 1];
1166 Trap *
1170 Trap *p;
1191 * trap signal handler
1196 Trap *p = &sigtraps[i];
1199 trap = p->set = 1;
1202 if ((p->flags & TF_FATAL) && !p->trap) {
1230 Trap *p;
1242 * occurred for which a trap has been set or for which the TF_DFL_INTR fla
    [all...]
  /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...]
proxies-example-membrane.js 174 print("call trap enter", str(obj), str(this));
176 print("call trap exit", str(obj), str(this), "returning", str(x));
337 print("dry call trap enter", str(this));
340 print("dry call trap exit", str(this), "returning", str(x));
404 print("wet call trap enter", str(this));
407 print("wet call trap exit", str(this), "returning", str(x));
  /external/valgrind/main/coregrind/
m_trampoline.S 279 # define UD2_16 trap ; trap ; trap; trap
402 # define UD2_16 trap ; trap ; trap; trap
423 trap
  /system/core/libpixelflinger/
Android.mk 24 trap.cpp.arm \
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 310 RECT trap; local
324 trap.left = cursor.x;
325 trap.top = cursor.y;
326 trap.right = cursor.x + 1;
327 trap.bottom = cursor.y + 1;
344 ClipCursor(&trap);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 924 ConsumerTrap<Boolean> trap = new ConsumerTrap<Boolean>(); local
944 ConsumerTrap<Map<String,Integer>> trap = new ConsumerTrap<Map<String,Integer>>(); local
    [all...]
  /external/clang/test/CodeGen/
builtins.c 120 V(trap, ());
  /external/kernel-headers/original/asm-arm/
system.h 89 unsigned long err, unsigned long trap);
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 68 'system', 'trace_var', 'trap', 'untrace_var'
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 31 static cl::opt<bool> SingleTrapBB("bounds-checking-single-trap",
32 cl::desc("Use one trap block per function"));
78 /// branch to this block. There's only one trap block per function.
85 TrapBB = BasicBlock::Create(Fn->getContext(), "trap", Fn);
88 llvm::Value *F = Intrinsic::getDeclaration(Fn->getParent(), Intrinsic::trap);
100 /// emitBranchToTrap - emit a branch instruction to a trap block.

Completed in 1005 milliseconds

1 2 3