/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 155 isrL: mov eax, 0xDEADBEEF ; Default Interrupt Handler 187 isrR: mov eax, 0xDEADBEEF ; Default Real Interrupt Handler
|
xdfprotect.asm | 128 isrP: mov eax, 0xDEADBEEF ; Default Real Mode Interrupt Handler 160 isrR: mov eax, 0xDEADBEEF ; Default Real Mode Interrupt Handler
|
/external/chromium_org/content/browser/download/ |
download_item_impl.cc | 395 // |download_file_| can be NULL if Interrupt() is called after the 402 // by interrupt. [all...] |
download_item_impl.h | 231 // INTERRUPTED_INTERNAL On interrupt. 348 void Interrupt(DownloadInterruptReason reason);
|
/art/runtime/native/ |
java_lang_Thread.cc | 108 thread->Interrupt();
|
/external/chromium_org/v8/src/ |
execution.h | 37 // Flag used to set the interrupt causes. 39 INTERRUPT = 1 << 0, 207 void Interrupt(); 267 // Reset limits to actual values. For example after handling interrupt.
|
runtime.h | 416 F(Interrupt, 0, 1) \
|
execution.cc | 54 // Ignore attempts to interrupt when interrupts are postponed. 388 // If the current limits are special (e.g. due to a pending interrupt) then 416 return (thread_local_.interrupt_flags_ & INTERRUPT) != 0; 420 void StackGuard::Interrupt() { 422 thread_local_.interrupt_flags_ |= INTERRUPT; 958 stack_guard->Continue(INTERRUPT);
|
code-stubs.h | 64 V(Interrupt) \ [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 87 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
|
rails.php | 80 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
|
/external/v8/src/ |
execution.h | 37 // Flag used to set the interrupt causes. 39 INTERRUPT = 1 << 0, 193 void Interrupt(); 250 // Reset limits to actual values. For example after handling interrupt.
|
code-stubs.h | 58 V(Interrupt) \ 308 Major MajorKey() { return Interrupt; } [all...] |
runtime.h | 318 F(Interrupt, 0, 1) \
|
execution.cc | 53 // Ignore attempts to interrupt when interrupts are postponed. 359 // If the current limits are special (e.g. due to a pending interrupt) then 387 return (thread_local_.interrupt_flags_ & INTERRUPT) != 0; 391 void StackGuard::Interrupt() { 393 thread_local_.interrupt_flags_ |= INTERRUPT; 904 // If FLAG_count_based_interrupts, every interrupt is a profiler interrupt. 922 stack_guard->Continue(INTERRUPT);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
test_custom_bindings.js | 115 // Interrupt the rest of the test.
|
/art/runtime/ |
debugger.h | 318 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id);
|
thread.h | 384 void Interrupt();
|
debugger.cc | [all...] |
thread.cc | [all...] |
/external/oprofile/events/x86-64/family11h/ |
events | 95 event:0xce counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS_MASKED_CYCLES_WITH_INTERRUPT_PENDING : Cycles with interrupts masked while interrupt pending 129 event:0x1ea counters:0,1,2,3 um:interrupt_events minimum:500 name:INTERRUPT_EVENTS : Interrupt Events
|
/art/runtime/jdwp/ |
jdwp_handler.cc | [all...] |
/external/chromium_org/cc/animation/ |
layer_animation_controller_unittest.cc | [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 55 // $fef3 ; Initial Interrupt Vector Offsets Loaded by POST 56 // $ff53 ; IRET Instruction for Dummy Interrupt Handler 614 // for access to RAM area which is used by interrupt vectors [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | [all...] |