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

12 3 4

  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 20 Program received signal SIGTRAP, Trace/breakpoint trap.
  /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);
  /external/chromium_org/v8/src/
runtime.js 394 var trap = %GetCallTrap(proxy);
395 return %Apply(trap, this, arguments, 0, arity);
401 var trap = %GetConstructTrap(proxy);
402 return %Apply(trap, this, arguments, 0, %_ArgumentsLength());
proxy.js 33 // Make sure the trap receives 'undefined' as this.
v8natives.js 601 var trap = handler[name];
602 if (IS_UNDEFINED(trap)) {
606 trap = defaultTrap;
607 } else if (!IS_SPEC_FUNCTION(trap)) {
610 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]);
    [all...]
messages.js 61 trap_function_expected: ["Proxy.", "%0", " called with non-function for '", "%1", "' trap"],
62 handler_trap_missing: ["Proxy handler ", "%0", " has no '", "%1", "' trap"],
63 handler_trap_must_be_callable: ["Proxy handler ", "%0", " has non-callable '", "%1", "' trap"],
64 handler_returned_false: ["Proxy handler ", "%0", " returned false from '", "%1", "' trap"],
65 handler_returned_undefined: ["Proxy handler ", "%0", " returned undefined from '", "%1", "' trap"],
66 proxy_prop_not_configurable: ["Proxy handler ", "%0", " returned non-configurable descriptor for property '", "%2", "' from '", "%1", "' trap"],
67 proxy_non_object_prop_names: ["Trap '", "%1", "' returned non-object ", "%0"],
68 proxy_repeated_prop_name: ["Trap '", "%1", "' returned repeated property name '", "%2", "'"],
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies.js 583 function TestSetForDerived(trap) {
584 TestWithProxies(TestSetForDerived2, trap)
587 function TestSetForDerived2(create, trap) {
588 var p = create({getPropertyDescriptor: trap, getOwnPropertyDescriptor: trap})
594 assertEquals("", key) // trap not invoked
598 assertEquals("", key) // trap not invoked
    [all...]
proxies-for.js 133 // Throw exception in enumerate trap.
  /external/clang/test/CodeGen/
builtins.c 121 V(trap, ());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 32 static cl::opt<bool> SingleTrapBB("bounds-checking-single-trap",
33 cl::desc("Use one trap block per function"));
76 /// branch to this block. There's only one trap block per function.
83 TrapBB = BasicBlock::Create(Fn->getContext(), "trap", Fn);
86 llvm::Value *F = Intrinsic::getDeclaration(Fn->getParent(), Intrinsic::trap);
97 /// emitBranchToTrap - emit a branch instruction to a trap block.
  /external/chromium_org/remoting/webapp/
client_plugin.js 534 * @param {Boolean} trap True to enable trapping, False to disable.
536 remoting.ClientPlugin.prototype.trapKey = function(keycode, trap) {
540 'trap': trap}
  /external/chromium_org/sandbox/
seccomp_bpf.target.darwin-x86.mk 36 sandbox/linux/seccomp-bpf/trap.cc \
seccomp_bpf.target.darwin-x86_64.mk 36 sandbox/linux/seccomp-bpf/trap.cc \
seccomp_bpf.target.linux-x86.mk 36 sandbox/linux/seccomp-bpf/trap.cc \
seccomp_bpf.target.linux-x86_64.mk 36 sandbox/linux/seccomp-bpf/trap.cc \
seccomp_bpf.target.darwin-arm.mk 36 sandbox/linux/seccomp-bpf/trap.cc \
seccomp_bpf.target.linux-arm.mk 36 sandbox/linux/seccomp-bpf/trap.cc \
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 29 #include <sys/trap.h>
43 ! not cause illegal_instruction trap. It therefore can be used
  /external/openssl/crypto/
sparccpuid.S 29 #include <sys/trap.h>
43 ! not cause illegal_instruction trap. It therefore can be used
  /external/strace/
syscall.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_it.S 197 trap #14
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 845 bool trap = false; local
847 !data.GetBoolean("trap", &trap)) {
852 key_mapper_.TrapKey(keycode, trap);
    [all...]
  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 214 unsigned long trap; /* Reason for being here */ member in struct:vki_pt_regs
    [all...]
vki-ppc64-linux.h 207 VKI_PPC_REG trap; /* Reason for being here */ member in struct:vki_pt_regs
  /external/chromium_org/remoting/webapp/browser_test/
browser_test.js 89 // 5. The line below will trap the test in the debugger in case of

Completed in 726 milliseconds

12 3 4