Searched
full:interrupt (Results
276 -
300 of
1559) sorted by null
<<11121314151617181920>>
/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/qemu/android/ |
android.h | 60 /* enable/disable interrupt polling mode. the emulator will always use 100%
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio.h | 113 /* ASM interrupt functions */
|
SDL_mintaudio_xbios.c | 89 /* We can't use XBIOS in interrupt with Magic, don't know about thread */ 183 /* Uninstall interrupt */ 325 Jdisint(MFP_TIMERA); /* Uninstall interrupt */ 434 /* Install interrupt */
|
/external/qemu/target-i386/ |
hax-darwin.h | 81 /* A interrupt need to be injected into guest */
|
/external/smack/src/org/jivesoftware/smackx/ping/ |
ServerPingTask.java | 54 // We received an interrupt
|
/external/v8/src/ |
execution.h | 37 // Flag used to set the interrupt causes. 39 INTERRUPT = 1 << 0, 193 void Interrupt(); 250 // Reset limits to actual values. For example after handling interrupt.
|
/frameworks/av/include/media/stagefright/foundation/ |
ANetworkSession.h | 126 void interrupt();
|
/frameworks/base/core/java/android/view/ |
GLES20RenderLayer.java | 109 ((GLES20Canvas) currentCanvas).interrupt(); method
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
Utils.java | 266 Log.w(TAG, "unexpected interrupt: " + object); 271 // A helper to deal with the interrupt exception 272 // If an interrupt detected, we will setup the bit again. 275 Thread.currentThread().interrupt();
|
/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/ |
Exchanger.java | 201 * (The messiest part is making sure interrupt status and 204 * as a sentinel to recheck interrupt status.) 430 if (t.isInterrupted()) // preserve interrupt status so caller can recheck 502 * the current thread is {@linkplain Thread#interrupt interrupted}), 516 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 522 * <li>is {@linkplain Thread#interrupt interrupted} while waiting 547 * the current thread is {@linkplain Thread#interrupt interrupted} or 561 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 568 * <li>is {@linkplain Thread#interrupt interrupted} while waiting
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantLock.java | 261 * {@linkplain Thread#interrupt interrupted}. 277 * <li>Some other thread {@linkplain Thread#interrupt interrupts} the 291 * <li>is {@linkplain Thread#interrupt interrupted} while acquiring 301 * interrupt over normal or reentrant acquisition of the lock. 342 * {@linkplain Thread#interrupt interrupted}. 370 * <li>Some other thread {@linkplain Thread#interrupt interrupts} 386 * <li>is {@linkplain Thread#interrupt interrupted} while 399 * interrupt over normal or reentrant acquisition of the lock, and 453 * <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/org/apache/harmony/security/tests/java/security/ |
KeyFactory2Test.java | 119 keepalive.interrupt(); 149 keepalive.interrupt(); 241 keepalive.interrupt(); 298 keepalive.interrupt();
|
/libcore/luni/src/test/java/tests/support/ |
ThreadPool.java | 69 interrupt(); method
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
Utils.java | 266 Log.w(TAG, "unexpected interrupt: " + object); 271 // A helper to deal with the interrupt exception 272 // If an interrupt detected, we will setup the bit again. 275 Thread.currentThread().interrupt();
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Utils.java | 266 Log.w(TAG, "unexpected interrupt: " + object); 271 // A helper to deal with the interrupt exception 272 // If an interrupt detected, we will setup the bit again. 275 Thread.currentThread().interrupt();
|
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
KeyChainServiceTestSupport.java | 79 Thread.currentThread().interrupt();
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
Utils.java | 266 Log.w(TAG, "unexpected interrupt: " + object); 271 // A helper to deal with the interrupt exception 272 // If an interrupt detected, we will setup the bit again. 275 Thread.currentThread().interrupt();
|
Completed in 307 milliseconds
<<11121314151617181920>>