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

123

/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/pixman/demos/
H A Dtrap-test.c16 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/
H A Da1-trap-test.c16 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/
H A Dwin64-dataref.asm45 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 label
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp23 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/pixman/pixman/
H A Dpixman-trap.c332 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 local
346 pixman_rasterize_trapezoid(pixman_image_t * image, const pixman_trapezoid_t *trap, int x_off, int y_off) argument
509 const pixman_trapezoid_t *trap = &(traps[i]); local
532 const pixman_trapezoid_t *trap = &(traps[i]); local
[all...]
H A DAndroid.mk41 pixman-trap.c \
/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/chromium_org/sandbox/linux/seccomp-bpf/
H A Dtrap.cc19 #include "sandbox/linux/seccomp-bpf/trap.h"
94 // Also, this is not a normal singleton. Once created, the global trap
99 SANDBOX_DIE("Failed to allocate global trap handler");
237 // us to associate trap with the appropriate handler. The kernel allows us
239 // avoid 0, as it could be confused for a trap without any specific id.
313 Trap *trap = GetInstance(); local
314 if (!trap->has_unsafe_traps_) {
320 if (trap->SandboxDebuggingAllowedByUser()) {
324 trap->has_unsafe_traps_ = true;
331 return trap
[all...]
/external/llvm/test/MC/ARM/
H A Darm_instructions.s5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
8 @ ALL: trap
10 @ NACL: trap
12 trap
H A Dthumb.s10 trap
11 @ CHECK: trap @ encoding: [0xfe,0xde]
/external/mksh/src/
H A Dhistrap.c2 /* $OpenBSD: trap.c,v 1.23 2010/05/19 17:36:08 jasper Exp $ */
1116 * trap signal handler
1124 trap = p->set = 1;
1127 if ((p->flags & TF_FATAL) && !p->trap) {
1167 * occurred for which a trap has been set or for which the TF_DFL_INTR flag
1177 if (p->set && ((p->trap && p->trap[0]) ||
1178 ((p->flags & (TF_DFL_INTR|TF_FATAL)) && !p->trap)))
1199 * XXX: this means the alarm will have no effect if a trap
1204 trap
[all...]
/external/valgrind/main/coregrind/
H A Dm_trampoline.S298 # define UD2_16 trap ; trap ; trap; trap
421 # define UD2_16 trap ; trap ; trap; trap
442 trap
1028 # define UD2_16 trap ; tra
[all...]
/external/chromium_org/remoting/webapp/
H A Dclient_plugin.js144 * @param {Boolean} trap True to enable trapping, False to disable.
146 remoting.ClientPlugin.prototype.trapKey = function(keycode, trap) {};
/external/chromium_org/v8/src/
H A Druntime.js420 var trap = %GetCallTrap(proxy);
421 return %Apply(trap, this, arguments, 0, arity);
427 var trap = %GetConstructTrap(proxy);
428 return %Apply(trap, this, arguments, 0, %_ArgumentsLength());
H A Dv8natives.js617 var trap = handler[name];
618 if (IS_UNDEFINED(trap)) {
622 trap = defaultTrap;
623 } else if (!IS_SPEC_FUNCTION(trap)) {
626 return trap;
1016 function ToNameArray(obj, trap, includeSymbols) {
1018 throw MakeTypeError("proxy_non_object_prop_names", [obj, trap]);
1029 throw MakeTypeError("proxy_repeated_prop_name", [obj, trap, s]);
/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);

Completed in 1899 milliseconds

123