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

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 97 Thread.currentThread().interrupt();
  /ndk/sources/host-tools/make-3.81/
signame.c 96 init_sig (SIGINT, "INT", _("Interrupt"));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 216 mSocketAcceptThread.interrupt();
BluetoothOppTransfer.java 258 * user confirmation we can interrupt it nicely
403 mConnectThread.interrupt();
417 mHandlerThread.interrupt();
546 public void interrupt() { method in class:BluetoothOppTransfer.SocketConnectThread
  /packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java 89 thread.interrupt();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java 75 if (null != mReporterThread) mReporterThread.interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
cdc.h 204 * Class-Specific Notifications (6.3) sent by interrupt transfers
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop.h 119 /** Interrupt a running poll (for threaded systems) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 204 * Class-Specific Notifications (6.3) sent by interrupt transfers
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h 119 /** Interrupt a running poll (for threaded systems) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ac97_codec.h 57 #define AC97_INT_PAGING 0x24 /* Audio Interrupt & Paging (AC'97 2.3) */
213 /* Interrupt and Paging bit defines (AC'97 2.3) */
217 #define AC97_INT_ENABLE 0x0800 /* Interrupt Enable */
221 #define AC97_INT_STATUS 0x8000 /* Interrupt Status */
ad1848.h 26 #include <linux/interrupt.h>
cs46xx_dsp_task_types.h 181 The access to the context switch (call or interrupt), and 1 spare that
rawmidi.h 26 #include <linux/interrupt.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 204 * Class-Specific Notifications (6.3) sent by interrupt transfers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h 119 /** Interrupt a running poll (for threaded systems) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ac97_codec.h 57 #define AC97_INT_PAGING 0x24 /* Audio Interrupt & Paging (AC'97 2.3) */
213 /* Interrupt and Paging bit defines (AC'97 2.3) */
217 #define AC97_INT_ENABLE 0x0800 /* Interrupt Enable */
221 #define AC97_INT_STATUS 0x8000 /* Interrupt Status */
ad1848.h 26 #include <linux/interrupt.h>
cs46xx_dsp_task_types.h 181 The access to the context switch (call or interrupt), and 1 spare that
rawmidi.h 26 #include <linux/interrupt.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_capi.py 30 #rely on regular interrupt to flush queue if we are
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_capi.py 30 #rely on regular interrupt to flush queue if we are
  /system/core/sh/
TOUR 83 calling error. EXINT is an interrupt. EXSHELLPROC is an excep-
90 INTERRUPTS: In an interactive shell, an interrupt will cause an
95 of INTOFF and the execution of INTON, interrupt signals will be
327 When an interrupt is caught and no trap has been set for that
error.h 76 * These macros allow the user to suspend the handling of interrupt signals
mkinit.sh 176 echo " * This routine is called when an error or an interrupt occurs in an"

Completed in 40 milliseconds

<<21222324252627282930>>