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

1 2 3 4

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2_unittest.cc 16 libgtk2ui::X11InputMethodContextImplGtk2::GtkCommitSignalTrap trap; local
19 EXPECT_FALSE(trap.IsSignalCaught());
20 EXPECT_FALSE(trap.Trap(base::string16()));
21 EXPECT_FALSE(trap.IsSignalCaught());
24 trap.StartTrap('t');
25 EXPECT_FALSE(trap.Trap(base::UTF8ToUTF16("T")));
26 EXPECT_FALSE(trap.IsSignalCaught());
27 EXPECT_FALSE(trap.Trap(base::UTF8ToUTF16("true")))
    [all...]
  /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);
  /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/llvm/test/MC/ARM/
coff-relocations.s 49 trap
56 @ CHECK-ENCODING-NEXT: trap
64 trap
71 @ CHECK-ENCODING-NEXT: trap
79 trap
86 @ CHECK-ENCODING-NEXT: trap
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/valgrind/main/gdbserver_tests/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
17 Program received signal SIGTRAP, Trace/breakpoint trap.
nlvgdbsigqueue.stdoutB.exp 3 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...]
  /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 5 #include "sandbox/linux/seccomp-bpf/trap.h"
70 Trap::Trap()
100 Trap* Trap::GetInstance() {
104 // Also, this is not a normal singleton. Once created, the global trap
107 global_trap_ = new Trap();
109 SANDBOX_DIE("Failed to allocate global trap handler");
115 void Trap::SigSysAction(int nr, siginfo_t* info, void* void_context) {
119 "for Trap() handling.")
325 Trap* trap = GetInstance(); local
    [all...]
  /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
1128 # define UD2_16 trap ; trap ; trap; tra
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 274 // Throwing from call trap.
390 // Construction with derived construct trap.
398 // TODO(rossberg): handling of prototype for derived construct trap will be
473 // Throwing from the construct trap.
475 function TestConstructThrow(trap) {
477 trap))
480 trap))
670 function(trap) { return trap },
671 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 22 trap.cpp.arm \
  /external/chromium_org/v8/src/
symbol.js 77 // TODO(arv): Proxies use a shared trap for String and Symbol keys.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-clobbered-fp-regs.js 53 // This will trap on allocation site in TransitionElementsKindStub.

Completed in 779 milliseconds

1 2 3 4