HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 151 - 175 of 853) sorted by null

1 2 3 4 5 67 8 91011>>

  /bootable/bootloader/legacy/include/msm7k/
irqs.h 31 /* MSM7200 ARM11 Interrupt Numbers */
  /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/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/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-x86/
ioctls.h 71 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
  /external/kernel-headers/original/linux/mmc/
mmc.h 12 #include <linux/interrupt.h>
  /external/libnl-headers/netlink/
netlink-kernel.h 104 * interrupt service in the FE for a longer time.
  /external/llvm/test/CodeGen/MBlaze/
svol.ll 6 @.str = private constant [28 x i8] c"The interrupt has gone off\0A\00"
  /external/qemu/android/
android.h 60 /* enable/disable interrupt polling mode. the emulator will always use 100%
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_xbios.c 88 /* We can't use XBIOS in interrupt with Magic, don't know about thread */
182 /* Uninstall interrupt */
328 Jdisint(MFP_TIMERA); /* Uninstall interrupt */
439 /* Install interrupt */
  /external/v8/src/
execution.h 35 // Flag used to set the interrupt causes.
37 INTERRUPT = 1 << 0,
177 void Interrupt();
231 // Reset limits to actual values. For example after handling interrupt.
  /external/webkit/Source/WebKit/chromium/public/
WebURLLoader.h 50 // caller upon completion. There is no mechanism to interrupt a
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 236 public void interrupt() { method in class:AccessibilityManager
241 mService.interrupt();
243 Log.i(LOG_TAG, "Requested interrupt from all services");
246 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CanvasTextureViewActivity.java 117 interrupt(); method
  /libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java 123 * interrupt state set and the channel will be closed.
174 * interrupt state set and the channel will be closed.
212 * interrupt state set and the channel will be closed.
243 * interrupt state set and the channel will be closed.
283 * interrupt state set and the channel will be closed.
315 * interrupt state set and the channel will be closed.
346 * interrupt state set and the channel will be closed.
386 * interrupt state set and the channel will be closed.
418 * interrupt state set and the channel will be closed.
ReadableByteChannel.java 56 * operation is in progress. The interrupt state of the calling
SocketChannel.java 99 * interrupt state set and the channel will be closed.
182 * interrupt state set and this channel will be closed.
220 * interrupt state set, and this channel is closed.
248 * operation is in progress. The interrupt state of the calling
279 * operation is in progress. The interrupt state of the calling
315 * operation is in progress. The interrupt state of the calling
347 * operation is in progress. The interrupt state of the calling
382 * operation is in progress. The interrupt state of the calling
412 * operation is in progress. The interrupt state of the calling
WritableByteChannel.java 58 * if another thread interrupt the calling thread during the
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 266 * {@linkplain Thread#interrupt interrupted}.
282 * <li>Some other thread {@linkplain Thread#interrupt interrupts} the
296 * <li>is {@linkplain Thread#interrupt interrupted} while acquiring
306 * interrupt over normal or reentrant acquisition of the lock.
347 * {@linkplain Thread#interrupt interrupted}.
372 * <li>Some other thread {@linkplain Thread#interrupt interrupts}
388 * <li>is {@linkplain Thread#interrupt interrupted} while
401 * interrupt over normal or reentrant acquisition of the lock, and
456 * <li>If a thread is {@linkplain Thread#interrupt interrupted}
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 118 OldAndroidMonitorTest.testThread.interrupt();
136 waiter.interrupt();
155 waiter.interrupt();
182 OldAndroidMonitorTest.testThread.interrupt();
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 69 interrupt(); method
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 75 Thread.currentThread().interrupt();

Completed in 546 milliseconds

1 2 3 4 5 67 8 91011>>