HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 251 - 275 of 1559) sorted by null

<<11121314151617181920>>

  /external/qemu/target-i386/
hax-interface.h 300 * Interrupt window open, qemu can inject an interrupt now.
308 * When guest executes HLT instruction with interrupt enabled, HAX
  /libcore/libart/src/main/java/java/lang/
Daemons.java 81 public synchronized void interrupt() { method in class:Daemons.Daemon
85 thread.interrupt();
101 threadToStop.interrupt();
  /libcore/libdvm/src/main/java/java/lang/
Daemons.java 78 public synchronized void interrupt() { method in class:Daemons.Daemon
82 thread.interrupt();
98 threadToStop.interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
146 /* chars[0] == interrupt char */
173 tchars more; /* interrupt, kill characters, etc. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
146 /* chars[0] == interrupt char */
173 tchars more; /* interrupt, kill characters, etc. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
146 /* chars[0] == interrupt char */
173 tchars more; /* interrupt, kill characters, etc. */
  /bionic/libc/kernel/arch-mips/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /cts/tests/src/android/os/cts/
TestThread.java 77 this.interrupt();
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 34 __BIONIC_SIGDEF(SIGINT,2,"Interrupt")
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
kn02xa.h 57 #include <linux/interrupt.h>
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 39 __BIONIC_SIGDEF(INT,2,"Interrupt")
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 106 keepalive.interrupt();
147 keepalive.interrupt();
256 keepalive.interrupt();
330 keepalive.interrupt();
  /external/arduino/libraries/Wire/utility/
twi.c 24 #include <avr/interrupt.h>
89 // enable twi module, acks, and twi interrupt
95 * Desc sets slave address and enables interrupt
135 // response to the received byte before the interrupt is signalled.
  /external/bison/lib/
binary-io.h 64 to interrupt the program through Ctrl-C or Ctrl-Break. */
  /external/chromium_org/chrome/browser/speech/
tts_platform.h 33 // a time. If it wants to interrupt speech, it will always call Stop
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.h 47 // method receiving a WeakPtr<> to this object so that we can interrupt
  /external/chromium_org/chrome/common/extensions/api/
usb.idl 15 enum TransferType {control, interrupt, isochronous, bulk};
62 // If this is an interrupt endpoint, this will be 1-255.
102 // GenericTransferInfo is used by both bulk and interrupt transfers to
278 // Performs an interrupt transfer on the specified device.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commitannouncer.py 58 _log.error("Terminated by keyboard interrupt")
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLLoader.h 50 // caller upon completion. There is no mechanism to interrupt a
  /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.
  /external/kernel-headers/original/asm-arm/
ioctls.h 66 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
system.h 39 #define CR_FI (1 << 21) /* Fast interrupt (lower latency mode) */
211 * CPU interrupt mask handling.
231 * Save the current interrupt enable state & disable IRQs
309 * Save the current interrupt enable state.
  /external/kernel-headers/original/asm-mips/dec/
kn02xa.h 75 #include <linux/interrupt.h>
  /external/kernel-headers/original/asm-mips/mach-au1x00/
au1000.h 432 /* Interrupt Controller 0 */
470 /* Interrupt Controller 1 */
508 /* Interrupt Configuration Modes */
517 /* Interrupt Numbers */
    [all...]
  /external/kernel-headers/original/asm-mips/mips-boards/
malta.h 28 /* Mips interrupt controller found in SOCit variations */

Completed in 369 milliseconds

<<11121314151617181920>>