HomeSort by relevance Sort by last modified time
    Searched refs:interrupted (Results 101 - 125 of 224) sorted by null

1 2 3 45 6 7 8 9

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 342 if (Thread.interrupted())
707 * Throws AssertionFailedError if interrupted.
858 threadAssertFalse(Thread.interrupted());
888 threadAssertFalse(Thread.interrupted());
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 200 if (Thread.interrupted())
580 * Throws AssertionFailedError if interrupted.
731 threadAssertFalse(Thread.interrupted());
761 threadAssertFalse(Thread.interrupted());
    [all...]
DelayQueueTest.java 348 assertFalse(Thread.interrupted());
355 assertFalse(Thread.interrupted());
403 * Interrupted timed poll throws InterruptedException instead of
420 assertFalse(Thread.interrupted());
427 assertFalse(Thread.interrupted());
LinkedTransferQueueTest.java 204 assertFalse(Thread.interrupted());
211 assertFalse(Thread.interrupted());
261 * Interrupted timed poll throws InterruptedException instead of
292 * timed poll after thread interrupted throws InterruptedException
920 assertFalse(Thread.interrupted());
927 assertFalse(Thread.interrupted());
    [all...]
PriorityBlockingQueueTest.java 314 assertFalse(Thread.interrupted());
321 assertFalse(Thread.interrupted());
369 * Interrupted timed poll throws InterruptedException instead of
SemaphoreTest.java 51 * A runnable calling acquire that expects to be interrupted
280 assertTrue(Thread.interrupted());
288 assertTrue(Thread.interrupted());
ForkJoinTaskTest.java 97 Thread.interrupted();
105 Thread.interrupted();
134 Thread.interrupted();
172 Thread.interrupted();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 212 INTERRUPTED = -4
356 result = INTERRUPTED, e.__class__.__name__
376 interrupted = False
546 if result[0] == INTERRUPTED:
551 interrupted = True
573 interrupted = True
591 if interrupted:
594 print "Test suite interrupted by signal SIGINT."
599 if not bad and not skipped and not interrupted and len(good) > 1:
663 sys.exit(len(bad) > 0 or interrupted)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 212 INTERRUPTED = -4
356 result = INTERRUPTED, e.__class__.__name__
376 interrupted = False
546 if result[0] == INTERRUPTED:
551 interrupted = True
573 interrupted = True
591 if interrupted:
594 print "Test suite interrupted by signal SIGINT."
599 if not bad and not skipped and not interrupted and len(good) > 1:
663 sys.exit(len(bad) > 0 or interrupted)
    [all...]
  /libcore/libart/src/main/java/java/lang/
Thread.java 646 * @see Thread#interrupted
652 // will see that this thread is in the interrupted state.
675 public static native boolean interrupted(); method in class:Thread
707 * @see Thread#interrupted
715 * @throws InterruptedException if the current thread has been interrupted.
716 * The interrupted status of the current thread will be cleared before the exception is
734 * <p>A timeout of zero means the calling thread should wait forever unless interrupted.
737 * @throws InterruptedException if the current thread has been interrupted.
738 * The interrupted status of the current thread will be cleared before the exception is
752 * <p>A timeout of zero means the calling thread should wait forever unless interrupted
    [all...]
  /art/runtime/native/
java_lang_Thread.cc 37 return static_cast<JNIEnvExt*>(env)->self->Interrupted() ? JNI_TRUE : JNI_FALSE;
183 NATIVE_METHOD(Thread, interrupted, "!()Z"),
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/search/
AdvancedSearchView.js 224 this._searchMessageElement.textContent = finished ? "" : WebInspector.UIString("Indexing interrupted.");
278 this._searchMessageElement.textContent = finished ? WebInspector.UIString("Search finished.") : WebInspector.UIString("Search interrupted.");
  /external/libcxx/test/diagnostics/syserr/
errc.pass.cpp 45 static_assert(static_cast<int>(std::errc::interrupted) == EINTR, "");
  /external/llvm/lib/Support/
ErrorHandling.cpp 196 MAP_ERR_TO_COND(WSAEINTR, interrupted);
  /frameworks/base/services/core/java/com/android/server/wm/
ViewServer.java 296 while (!Thread.interrupted()) {
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 61 * NEW -> INTERRUPTING -> INTERRUPTED
70 private static final int INTERRUPTED = 6;
147 UNSAFE.putOrderedInt(this, stateOffset, INTERRUPTED);
309 // assert state == INTERRUPTED;
317 // Thread.interrupted();
373 if (Thread.interrupted()) {
405 * Tries to unlink a timed-out or interrupted wait node to avoid
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 40 throw new RuntimeException("good Object.wait() interrupted",
55 throw new RuntimeException("bad Object.wait() interrupted", ex);
73 throw new RuntimeException("bad Object.wait() interrupted", ex);
92 throw new RuntimeException("bad Object.wait() interrupted", ex);
130 throw new RuntimeException("Test sleep interrupted.", ex);
146 throw new RuntimeException("Test wait interrupted.", ex);
163 throw new RuntimeException("Test join interrupted.", ex);
189 // We're going to get interrupted while we spin.
191 if (interrupted()) {
192 // System.out.println("Waiter done spinning; interrupted.")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 45 static_assert(static_cast<int>(std::errc::interrupted) == EINTR, "");
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 393 console.error('Host setup was interrupted when starting the host');
428 console.error('Host setup was interrupted when updating PIN');
465 console.error('Host setup was interrupted when stopping the host');
  /external/libpcap/
pcap-bpf.c 158 u_int interrupted; member in struct:pcap_bpf
334 * If a previous sleep was interrupted due to signal delivery, make
344 if (pb->interrupted && p->opt.timeout) {
349 pb->interrupted = 0;
376 if (!pb->interrupted && p->opt.timeout) {
377 pb->interrupted = 1;
387 pb->interrupted = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 223 # Don't retry failures when interrupted by user or failures limit exception.
224 should_retry_failures = should_retry_failures and not (initial_results.interrupted or initial_results.keyboard_interrupted)
270 if initial_results.interrupted:
  /external/libunwind/doc/
unw_resume.tex 29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 2889 milliseconds

1 2 3 45 6 7 8 9