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

1 2 3 4

  /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...]
  /external/pixman/demos/
trap-test.c 16 pixman_trap_t trap; local
24 trap.top.l = pixman_int_to_fixed (50) + 0x8000;
25 trap.top.r = pixman_int_to_fixed (150) + 0x8000;
26 trap.top.y = pixman_int_to_fixed (30);
28 trap.bot.l = pixman_int_to_fixed (50) + 0x8000;
29 trap.bot.r = pixman_int_to_fixed (150) + 0x8000;
30 trap.bot.y = pixman_int_to_fixed (150);
36 pixman_add_traps (mask_img, 0, 0, 1, &trap);
  /external/pixman/test/
a1-trap-test.c 16 pixman_trap_t trap; local
24 trap.top.l = pixman_double_to_fixed (0.5);
25 trap.top.r = pixman_double_to_fixed (1.5);
26 trap.top.y = pixman_double_to_fixed (0.5);
28 trap.bot.l = pixman_double_to_fixed (0.5);
29 trap.bot.r = pixman_double_to_fixed (1.5);
30 trap.bot.y = pixman_double_to_fixed (1.5);
38 pixman_add_traps (mask_img, 0, 0, 1, &trap);
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 45 mov ebx, trap
46 mov rcx, qword trap
51 lea rdx, [trap wrt rip]
52 mov rax, [trap+rcx]
53 mov rax, qword trap
54 mov rbx, qword trap
59 movzx rax, byte [trap wrt rip]
60 movzx rax, byte [trap+rax]
122 call trap
126 trap: sub rsp, 25 label
    [all...]
  /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.
  /external/pixman/pixman/
pixman-trap.c 332 const pixman_trapezoid_t *trap = &(traps[i]); local
334 if (!pixman_trapezoid_valid (trap))
337 pixman_rasterize_trapezoid (image, trap, x_off, y_off);
347 const pixman_trapezoid_t *trap,
362 if (!pixman_trapezoid_valid (trap))
370 t = trap->top + y_off_fixed;
375 b = trap->bottom + y_off_fixed;
383 pixman_line_fixed_edge_init (&l, bpp, t, &trap->left, x_off, y_off);
384 pixman_line_fixed_edge_init (&r, bpp, t, &trap->right, x_off, y_off);
434 const pixman_trapezoid_t *trap = &(traps[i]) local
509 const pixman_trapezoid_t *trap = &(traps[i]); local
532 const pixman_trapezoid_t *trap = &(traps[i]); local
    [all...]
Android.mk 41 pixman-trap.c \
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp 23 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/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 19 #include "sandbox/linux/seccomp-bpf/trap.h"
68 Trap::Trap()
90 Trap *Trap::GetInstance() {
94 // Also, this is not a normal singleton. Once created, the global trap
97 global_trap_ = new Trap();
99 SANDBOX_DIE("Failed to allocate global trap handler");
105 void Trap::SigSysAction(int nr, siginfo_t *info, void *void_context) {
108 "for Trap() handling.")
313 Trap *trap = GetInstance(); local
    [all...]
  /external/llvm/test/MC/ARM/
arm_instructions.s 5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
8 @ ALL: trap
10 @ NACL: trap
12 trap
thumb.s 10 trap
11 @ CHECK: trap @ encoding: [0xfe,0xde]
  /external/mksh/src/
histrap.c 2 /* $OpenBSD: trap.c,v 1.23 2010/05/19 17:36:08 jasper Exp $ */
32 Trap sigtraps[NSIG + 1];
1073 Trap *
1077 Trap *p;
1116 * trap signal handler
1121 Trap *p = &sigtraps[i];
1124 trap = p->set = 1;
1127 if ((p->flags & TF_FATAL) && !p->trap) {
1155 Trap *p;
1167 * occurred for which a trap has been set or for which the TF_DFL_INTR fla
    [all...]
  /external/valgrind/main/coregrind/
m_trampoline.S 298 # define UD2_16 trap ; trap ; trap; trap
421 # define UD2_16 trap ; trap ; trap; trap
442 trap
1028 # define UD2_16 trap ; trap ; trap; tra
    [all...]
  /external/chromium_org/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/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));
  /system/core/libpixelflinger/
Android.mk 24 trap.cpp.arm \

Completed in 464 milliseconds

1 2 3 4