HomeSort by relevance Sort by last modified time
    Searched defs:IllegalMonitorStateException (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/main/java/java/lang/
IllegalMonitorStateException.java 25 public class IllegalMonitorStateException extends RuntimeException {
30 * Constructs a new {@code IllegalMonitorStateException} that includes the
33 public IllegalMonitorStateException() {
43 public IllegalMonitorStateException(String detailMessage) {
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 122 throw new IllegalMonitorStateException();
422 * lock then {@link IllegalMonitorStateException} is thrown.
424 * @throws IllegalMonitorStateException if the current thread does not
446 * IllegalMonitorStateException} is thrown.
658 * @throws IllegalMonitorStateException if this lock is not held
681 * @throws IllegalMonitorStateException if this lock is not held
706 * @throws IllegalMonitorStateException if this lock is not held
ReentrantReadWriteLock.java 343 throw new IllegalMonitorStateException();
415 private IllegalMonitorStateException unmatchedUnlockException() {
416 return new IllegalMonitorStateException(
    [all...]
AbstractQueuedLongSynchronizer.java 816 * @throws IllegalMonitorStateException if acquiring would place this
842 * @throws IllegalMonitorStateException if releasing would place this
    [all...]
AbstractQueuedSynchronizer.java 200 * if (getState() == 0) throw new IllegalMonitorStateException();
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 214 * associated with, an {@link IllegalMonitorStateException} is thrown.
359 throw new IllegalMonitorStateException();
380 throw new IllegalMonitorStateException();
405 throw new IllegalMonitorStateException();
438 throw new IllegalMonitorStateException();
489 throw new IllegalMonitorStateException();
512 throw new IllegalMonitorStateException();
535 throw new IllegalMonitorStateException();
561 throw new IllegalMonitorStateException();
588 throw new IllegalMonitorStateException();
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 41 if (getState() != LOCKED) throw new IllegalMonitorStateException();
592 * Calling await without holding sync throws IllegalMonitorStateException
602 } catch (IllegalMonitorStateException success) {
609 * Calling signal without holding sync throws IllegalMonitorStateException
617 } catch (IllegalMonitorStateException success) {}
622 * Calling signalAll without holding sync throws IllegalMonitorStateException
630 } catch (IllegalMonitorStateException success) {}
725 * hasWaiters throws IllegalMonitorStateException if not synced
733 } catch (IllegalMonitorStateException success) {}
752 * getWaitQueueLength throws IllegalMonitorStateException if not synce
    [all...]
AbstractQueuedSynchronizerTest.java 44 if (getState() != LOCKED) throw new IllegalMonitorStateException();
595 * Calling await without holding sync throws IllegalMonitorStateException
605 } catch (IllegalMonitorStateException success) {
612 * Calling signal without holding sync throws IllegalMonitorStateException
620 } catch (IllegalMonitorStateException success) {}
625 * Calling signalAll without holding sync throws IllegalMonitorStateException
633 } catch (IllegalMonitorStateException success) {}
728 * hasWaiters throws IllegalMonitorStateException if not synced
736 } catch (IllegalMonitorStateException success) {}
755 * getWaitQueueLength throws IllegalMonitorStateException if not synce
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 172 milliseconds