HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 251 - 275 of 1255) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
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.
  /external/webkit/Source/WebKit/chromium/public/
WebURLLoader.h 50 // caller upon completion. There is no mechanism to interrupt a
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.h 123 void interrupt();
  /frameworks/base/core/java/android/view/
GLES20RenderLayer.java 104 ((GLES20Canvas) currentCanvas).interrupt(); method
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 282 public void interrupt() { method in class:AccessibilityManager
287 mService.interrupt(mUserId);
289 Log.i(LOG_TAG, "Requested interrupt from all services");
292 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 264 * {@linkplain Thread#interrupt interrupted}.
280 * <li>Some other thread {@linkplain Thread#interrupt interrupts} the
294 * <li>is {@linkplain Thread#interrupt interrupted} while acquiring
304 * interrupt over normal or reentrant acquisition of the lock.
345 * {@linkplain Thread#interrupt interrupted}.
373 * <li>Some other thread {@linkplain Thread#interrupt interrupts}
389 * <li>is {@linkplain Thread#interrupt interrupted} while
402 * interrupt over normal or reentrant acquisition of the lock, and
457 * <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/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/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 52 mWorker.interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ioctls.h 71 #define TIOCGICOUNT 0x545D /* read serial port __inline__ interrupt counts */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ttychars.h 43 char tc_intrc; /* interrupt */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ioctls.h 71 #define TIOCGICOUNT 0x545D /* read serial port __inline__ interrupt counts */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4114.h 107 #define AK4114_EFH1 (1<<7) /* Interrupt 0 pin Hold */
108 #define AK4114_EFH0 (1<<6) /* Interrupt 0 pin Hold */
132 #define AK4114_QINT (1<<7) /* Q-subcode buffer interrupt, 0 = no change, 1 = changed */
134 #define AK4114_CINT (1<<5) /* channel status buffer interrupt, 0 = no change, 1 = change */
initval.h 54 #include <linux/interrupt.h>

Completed in 447 milliseconds

<<11121314151617181920>>