Searched refs:trap (Results 1 - 25 of 44) sorted by relevance

12

/external/valgrind/main/none/tests/ppc64/
H A Dtwi_tdi.stdout.exp1 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
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
11 twi_3_neg100(-100) -> no trap
13 twi_4_neg100(-150) -> no trap
15 twi_4_neg100( -50) -> no trap
[all...]
H A Dtw_td.stdout.exp1 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
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
11 tw_3(-100,-100) -> no trap
13 tw_4(-150,-100) -> no trap
15 tw_4( -50,-100) -> no trap
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtwi.stdout.exp1 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
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
11 twi_3_neg100(-100) -> no trap
13 twi_4_neg100(-150) -> no trap
15 twi_4_neg100( -50) -> no trap
[all...]
H A Dtw.stdout.exp1 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
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
11 tw_3(-100,-100) -> no trap
13 tw_4(-150,-100) -> no trap
15 tw_4( -50,-100) -> no trap
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp22 typedef typename T::trap type;
/external/valgrind/main/gdbserver_tests/
H A Dnlcontrolc.stdoutB.exp2 Program received signal SIGTRAP, Trace/breakpoint trap.
17 Program received signal SIGTRAP, Trace/breakpoint trap.
H A Dmcbreak.stdoutB.exp46 Program received signal SIGTRAP, Trace/breakpoint trap.
52 Program received signal SIGTRAP, Trace/breakpoint trap.
H A DmcinfcallWSRU.stderrB.exp20 Program received signal SIGTRAP, Trace/breakpoint trap.
/external/javassist/src/main/javassist/tools/reflect/
H A DSample.java25 public Object trap(Object[] args, int identifier) throws Throwable { method in class:Sample
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp364 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[
363 withinActiveTrapezoid(const SkPoint &pt, Trapezoid **trap) argument
616 Trapezoid *trap[2]; local
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb.s10 trap
11 @ CHECK: trap @ encoding: [0xfe,0xde]
H A Darm_instructions.s3 @ CHECK: trap
5 trap
/external/mksh/src/
H A Dhistrap.c2 /* $OpenBSD: trap.c,v 1.23 2010/05/19 17:36:08 jasper Exp $ */
1191 * trap signal handler
1199 trap = p->set = 1;
1202 if ((p->flags & TF_FATAL) && !p->trap) {
1242 * occurred for which a trap has been set or for which the TF_DFL_INTR flag
1252 if (p->set && ((p->trap && p->trap[0]) ||
1253 ((p->flags & (TF_DFL_INTR|TF_FATAL)) && !p->trap)))
1274 * XXX: this means the alarm will have no effect if a trap
1279 trap
[all...]
/external/valgrind/main/coregrind/
H A Dm_trampoline.S279 # define UD2_16 trap ; trap ; trap; trap
402 # define UD2_16 trap ; trap ; trap; trap
423 trap
/external/v8/src/
H A Druntime.js426 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());
H A Dv8natives.js608 var trap = handler[name];
609 if (IS_UNDEFINED(trap)) {
613 trap = defaultTrap;
614 } else if (!IS_SPEC_FUNCTION(trap)) {
617 return trap;
957 function ToStringArray(obj, trap) {
959 throw MakeTypeError("proxy_non_object_prop_names", [obj, trap]);
967 throw MakeTypeError("proxy_repeated_prop_name", [obj, trap, s]);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c310 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);
/external/v8/test/mjsunit/harmony/
H A Dproxies-function.js276 // 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) { retur
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins.c120 V(trap, ());
/external/kernel-headers/original/asm-arm/
H A Dsystem.h89 unsigned long err, unsigned long trap);
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp31 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.
/external/openssl/crypto/
H A Dsparccpuid.S29 #include <sys/trap.h>
43 ! not cause illegal_instruction trap. It therefore can be used
/external/strace/
H A Dsyscall.c707 static unsigned long trap; variable
1041 fprintf(stderr, "syscall: unknown syscall trap 0x%08lx\n",
1158 /* If we are entering, then disassemble the syscall trap. */
1160 /* Retrieve the syscall trap instruction. */
1163 trap = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)regs.tpc, 0);
1164 trap >>= 32;
1166 trap = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)regs.pc, 0);
1171 /* Disassemble the trap to see what personality to use. */
1172 switch (trap) {
1174 /* Linux/SPARC syscall trap
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp71 // Insert a call to llvm.trap right before this. This turns the undefined
75 Intrinsic::getDeclaration(BB->getParent()->getParent(), Intrinsic::trap);
131 // Don't insert a call to llvm.trap right before the unreachable.
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_it.S197 trap #14

Completed in 631 milliseconds

12