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

<<11121314151617181920>>

  /external/smack/src/org/jivesoftware/smack/
PacketWriter.java 127 // Interrupt the keep alive thread if one was created
129 keepAliveThread.interrupt();
  /external/v8/src/
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);
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 27 * UsbRequests can be used to transfer data on bulk and interrupt endpoints.
30 * Requests on interrupt endpoints are only send and received asynchronously.
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedOutputStreamTest.java 242 rt.interrupt();
267 rt.interrupt();
OldPipedWriterTest.java 216 readerThread.interrupt();
267 readerThread.interrupt();
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 87 thread.interrupt();
103 thread.interrupt();
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 143 rt.interrupt();
215 rt.interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fdreg.h 43 #define ST0_INTR 0xC0 /* Interrupt code mask */
75 #define FD_SENSEI 0x08 /* Sense Interrupt Status */
hdreg.h 287 #define SETFEATURES_EN_RI 0x5D /* Enable release interrupt */
288 #define SETFEATURES_EN_SI 0x5E /* Enable SERVICE interrupt */
304 #define SETFEATURES_DIS_RI 0xDD /* Disable release interrupt ATAPI */
306 #define SETFEATURES_DIS_SI 0xDE /* Disable SERVICE interrupt ATAPI */
465 * 8: SERVICE Interrupt
466 * 7: Release Interrupt
514 * 8: SERVICE Interrupt
515 * 7: Release Interrupt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 43 #define ST0_INTR 0xC0 /* Interrupt code mask */
75 #define FD_SENSEI 0x08 /* Sense Interrupt Status */
hdreg.h 287 #define SETFEATURES_EN_RI 0x5D /* Enable release interrupt */
288 #define SETFEATURES_EN_SI 0x5E /* Enable SERVICE interrupt */
304 #define SETFEATURES_DIS_RI 0xDD /* Disable release interrupt ATAPI */
306 #define SETFEATURES_DIS_SI 0xDE /* Disable SERVICE interrupt ATAPI */
465 * 8: SERVICE Interrupt
466 * 7: Release Interrupt
514 * 8: SERVICE Interrupt
515 * 7: Release Interrupt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 43 #define ST0_INTR 0xC0 /* Interrupt code mask */
75 #define FD_SENSEI 0x08 /* Sense Interrupt Status */
hdreg.h 287 #define SETFEATURES_EN_RI 0x5D /* Enable release interrupt */
288 #define SETFEATURES_EN_SI 0x5E /* Enable SERVICE interrupt */
304 #define SETFEATURES_DIS_RI 0xDD /* Disable release interrupt ATAPI */
306 #define SETFEATURES_DIS_SI 0xDE /* Disable SERVICE interrupt ATAPI */
465 * 8: SERVICE Interrupt
466 * 7: Release Interrupt
514 * 8: SERVICE Interrupt
515 * 7: Release Interrupt
  /external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc 37 // interrupt reasons. We can then use that in a COMPILE_ASSERT to make sure
38 // that all the interrupt reason codes are accounted for. The reason codes are
116 // Test that we have the correct interrupt status message for downloads that
184 // Test that we have the correct interrupt tooltip for downloads that are in
192 // interrupt reason. The returned string contains a newline.
  /external/grub/netboot/
3c595.h 278 * 6: Interrupt Requested.
284 * 0: Interrupt Latch.
345 * 6: Interrupt on successful transmission requested.
379 * 13: 1=RX underrun (RO). Generates Adapter Failure interrupt.
396 * 10: 1=TX overrun (RO). Generates adapter failure interrupt.
  /frameworks/base/docs/html/guide/practices/app-design/
seamlessness.jd 11 <li><a href="#interrupt">Don't Interrupt the User</a></li>
102 <h2 id="interrupt">Don't Interrupt the User</h2>
110 the background. Doing so will interrupt whatever application is currently
  /frameworks/base/docs/html/guide/practices/
seamlessness.jd 12 <li><a href="#interrupt">Don't Interrupt the User</a></li>
103 <h2 id="interrupt">Don't Interrupt the User</h2>
111 the background. Doing so will interrupt whatever application is currently
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 28 #include <linux/interrupt.h>
229 * interrupt handler; exported for pcmcia
457 #define ICR_TREQ 0x02 /* Interrupt mode + HREQ set on for transfer (->DSP) request */
458 #define ICR_RREQ 0x01 /* Interrupt mode + RREQ set on for transfer (->PC) request */
501 /* DSP Interrupt Request values */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 28 #include <linux/interrupt.h>
229 * interrupt handler; exported for pcmcia
457 #define ICR_TREQ 0x02 /* Interrupt mode + HREQ set on for transfer (->DSP) request */
458 #define ICR_RREQ 0x01 /* Interrupt mode + RREQ set on for transfer (->PC) request */
501 /* DSP Interrupt Request values */
  /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_unittest.cc 421 // Interrupt the download, using a continuable interrupt.
429 // ResumeInterruptedDownload() will abort early, with another interrupt,
438 // Same as above, but with a non-continuable interrupt.
449 // Interrupt the download, using a restartable interrupt.
515 // Use a continuable interrupt.
736 // Confirm interrupt sets state properly.
817 // As above. If the intermediate rename fails, then the interrupt reason should
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 112 * can interrupt the Thread.
368 // Catches exceptions thrown in response to a queued interrupt
391 // Clears the Thread's interrupt flag
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
test-runner.html 103 function interrupt()
354 <button onclick="interrupt()">Interrupt</button>
  /external/chromium_org/third_party/libusb/src/libusb/
sync.c 261 * Perform a USB interrupt transfer. The direction of the transfer is inferred
264 * For interrupt reads, the <tt>length</tt> field indicates the maximum length
269 * You should also check the <tt>transferred</tt> parameter for interrupt
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 112 // lock_, read and executed in the context of SIGPROF interrupt.
120 // Sets up a callback to receive SIGPROF interrupt.
123 // Disables receiving SIGPROF interrupt.

Completed in 1974 milliseconds

<<11121314151617181920>>