Searched
full:interrupt (Results
576 -
600 of
1559) sorted by null
<<21222324252627282930>>
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.c | 201 // enable timer 0 overflow interrupt 207 #error Timer 0 overflow interrupt not set correctly
|
/external/chromium_org/content/browser/download/ |
base_file_win.cc | 236 // Narrow down on the reason we're getting some catch-all interrupt reasons. 347 // still around, then don't interrupt the download. Attachment Execution
|
download_browsertest.cc | 649 // that the interrupt is received properly (for download resumption [all...] |
/external/clang/lib/Sema/ |
TargetAttributesSema.cpp | 52 << "interrupt" << (int)NumParams.getSExtValue() 67 if (Attr.getName()->getName() == "interrupt") {
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractServiceTest.java | 106 currentThread().interrupt(); 116 Thread.interrupted(); // clear interrupt for future tests
|
FuturesTest.java | 85 * Clear interrupt for future tests. [all...] |
/external/jpeg/ |
jmemdosa.asm | 230 mov ax,4300h ; call multiplex interrupt with 310 mov ax,3567h ; get interrupt vector 67h
|
/external/kernel-headers/original/linux/ |
fd.h | 140 unsigned long timeout; /* timeout for interrupt requests */ 325 #define FD_RAW_INTR 8 /* wait for an interrupt */
|
rcupdate.h | 200 * disabling softirqs. Read-side critical sections in interrupt context 260 * hardware-interrupt handlers, in progress on entry will have completed
|
usb.h | 15 #include <linux/interrupt.h> /* for in_interrupt() */ 291 int bandwidth_int_reqs; /* number of Interrupt requests */ 666 #define URB_NO_INTERRUPT 0x0080 /* HINT: no non-error interrupt 687 * (control), "bulk", "int" (interrupt), or "iso" (isochronous). 731 * @interval: Specifies the polling interval for interrupt or isochronous 788 * Interrupt URBs must provide an interval, saying how often (in milliseconds [all...] |
/external/libusb-compat/ |
ChangeLog | 232 fix timeout handling for bulk/interrupt IO 268 bulk and interrupt I/O
|
/external/netperf/ |
netcpu_ntperf.c | 413 fprintf(where, "Interrupt %5.2f", 426 fprintf(where, "Interrupt/Sec. %5.1f",
|
/external/qemu/distrib/jpeg-6b/ |
jmemdosa.asm | 230 mov ax,4300h ; call multiplex interrupt with 310 mov ax,3567h ; get interrupt vector 67h
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_gsxb.c | 181 /* Uninstall interrupt */ 365 /* Install interrupt */
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 322 syncThread.interrupt(); 336 thread.interrupt();
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 384 if (DEBUG) Log.d(LOG_TAG, "interrupt"); 385 interrupt(); method
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
VariableSpeed.java | 161 // Preserve the interrupt status, though this is unexpected. 162 Thread.currentThread().interrupt();
|
/hardware/invensense/65xx/libsensors_iio/ |
sensors_mpl.cpp | 234 LOGI("HAL: dmpSign interrupt");
241 LOGI("HAL: dmpPed interrupt");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fd.h | 139 unsigned long timeout; /* timeout for interrupt requests */ 324 #define FD_RAW_INTR 8 /* wait for an interrupt */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 139 unsigned long timeout; /* timeout for interrupt requests */ 324 #define FD_RAW_INTR 8 /* wait for an interrupt */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 139 unsigned long timeout; /* timeout for interrupt requests */ 324 #define FD_RAW_INTR 8 /* wait for an interrupt */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 229 Interrupt the MainThread and exit server if link is dropped. 286 "interrupt awakened thread"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 229 Interrupt the MainThread and exit server if link is dropped. 286 "interrupt awakened thread"
|
/art/runtime/native/ |
java_lang_Thread.cc | 108 thread->Interrupt();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
TestCase.java | 115 mThread.interrupt();
|
Completed in 3428 milliseconds
<<21222324252627282930>>