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

1 2 3 45 6 7 8 91011>>

  /external/ganymed-ssh2/examples/
SimpleVerifier.java 53 throw new IllegalStateException();
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioData.java 103 throw new IllegalStateException("Already set up");
  /external/jsilver/src/com/google/clearsilver/jsilver/output/
ThreadLocalOutputBufferProvider.java 43 throw new IllegalStateException("Thread buffer is not free.");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCookieSyncManager.java 31 throw new IllegalStateException("createInstance must be called first");
  /frameworks/base/core/java/android/webkit/
CookieSyncManager.java 70 * IllegalStateException will be thrown if
124 throw new IllegalStateException(
  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 62 * @throws IllegalStateException if {@code expression} is false
66 throw new IllegalStateException();
  /frameworks/base/media/java/android/media/audiofx/
PresetReverb.java 146 * @throws IllegalStateException
151 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
158 * @throws IllegalStateException
163 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
286 * @throws IllegalStateException
291 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
303 * @throws IllegalStateException
308 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
AudioEffect.java 444 * @throws IllegalStateException
446 public Descriptor getDescriptor() throws IllegalStateException {
459 * @throws IllegalStateException
471 * @throws IllegalStateException
509 * @throws IllegalStateException
511 public int setEnabled(boolean enabled) throws IllegalStateException {
530 * @throws IllegalStateException
534 throws IllegalStateException {
545 public int setParameter(int param, int value) throws IllegalStateException {
559 throws IllegalStateException {
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SectionedListAdapter.java 82 throw new IllegalStateException("Unknown position " + position);
107 throw new IllegalStateException("Unknown position " + position);
132 throw new IllegalStateException("Unknown position " + position);
154 throw new IllegalStateException("Unknown position " + position);
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnectorException.java 56 throw new IllegalStateException(getMessage(), this);
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 754 * @throws IllegalStateException
762 throw new IllegalStateException("Already connected");
765 throw new IllegalStateException("Already in chunked mode");
796 * @throws IllegalStateException if already connected or another mode
801 throw new IllegalStateException("Already connected");
804 throw new IllegalStateException("Already in fixed-length mode");
  /libcore/luni/src/main/java/java/util/
AbstractQueue.java 48 * <tt>true</tt> upon success and throwing an <tt>IllegalStateException</tt>
52 * else throws an <tt>IllegalStateException</tt>.
56 * @throws IllegalStateException if the element cannot be added at this
69 throw new IllegalStateException("Queue full");
147 * @throws IllegalStateException if not all the elements can be added at
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 395 * @throws IllegalStateException
400 throw new IllegalStateException("Cipher has not yet been initialized");
    [all...]
KeyAgreement.java 257 * @throws IllegalStateException
261 throws InvalidKeyException, IllegalStateException {
269 * @throws IllegalStateException
272 public final byte[] generateSecret() throws IllegalStateException {
285 * @throws IllegalStateException
291 throws IllegalStateException, ShortBufferException {
302 * @throws IllegalStateException
312 throws IllegalStateException, NoSuchAlgorithmException,
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockExecutor.java 34 if (mClosed) throw new IllegalStateException("closed");
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
AudioCapture.java 68 } catch (IllegalStateException e) {
69 Log.e("AudioCapture", "Visualizer cstor IllegalStateException");
82 } catch (IllegalStateException e) {
83 Log.e("AudioCapture", "start() IllegalStateException");
94 } catch (IllegalStateException e) {
95 Log.e("AudioCapture", "stop() IllegalStateException");
147 } catch (IllegalStateException e) {
148 Log.e("AudioCapture", "captureData() IllegalStateException: "+this);
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 289 throw new IllegalStateException("Expected " + expected + " but was " + peek());
332 throw new IllegalStateException("JsonReader is closed");
361 throw new IllegalStateException("Expected a name but was " + peek());
373 * @throws IllegalStateException if the next token is not a string or if
379 throw new IllegalStateException("Expected a string but was " + peek());
391 * @throws IllegalStateException if the next token is not a boolean or if
397 throw new IllegalStateException("Expected a boolean but was " + token);
409 * @throws IllegalStateException if the next token is not null or if this
415 throw new IllegalStateException("Expected null but was " + token);
426 * @throws IllegalStateException if the next token is not a literal value
    [all...]
  /frameworks/base/media/java/android/media/
ImageReader.java 181 * acquire function throwing a {@link IllegalStateException}. Furthermore,
229 * This operation will fail by throwing an {@link IllegalStateException} if
233 * will exhaust the underlying queue. At such a time, {@link IllegalStateException}
239 * @throws IllegalStateException if too many images are currently acquired
265 * Don't throw IllegalStateException if there are too many images acquired.
323 * This operation will fail by throwing an {@link IllegalStateException} if
328 * {@link IllegalStateException} will be thrown until more images are released with
333 * @throws IllegalStateException if {@code maxImages} images are currently acquired
346 throw new IllegalStateException(
431 * will result in an {@link IllegalStateException}, and attempting to read fro
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 87 throw new IllegalStateException();
91 throw new IllegalStateException();
105 throw new IllegalStateException();
123 throw new IllegalStateException();
135 throw new IllegalStateException();
144 throw new IllegalStateException();
159 throw new IllegalStateException();
164 throw new IllegalStateException();
175 throw new IllegalStateException();
  /cts/tests/src/android/widget/cts/util/
ListUtil.java 70 * @throws IllegalStateException if the position can't be reached within 20 presses.
86 throw new IllegalStateException("couldn't get to item after 20 downs");
97 throw new IllegalStateException("couldn't get to item after 20 ups");
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 109 * @throws IllegalStateException if a scheme with the given name cannot be found
112 throws IllegalStateException {
121 throw new IllegalStateException("Unsupported authentication scheme: " + name);
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultHttpRoutePlanner.java 84 throw new IllegalStateException
98 throw new IllegalStateException
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 143 throw new IllegalStateException
182 throw new IllegalStateException
  /external/chromium_org/base/android/java/src/org/chromium/base/
PathUtils.java 52 throw new IllegalStateException(
77 throw new IllegalStateException(
  /external/guava/guava/src/com/google/common/hash/
HashCodes.java 57 throw new IllegalStateException("this HashCode only has 32 bits; cannot create a long");
135 throw new IllegalStateException("Not enough bytes");

Completed in 1427 milliseconds

1 2 3 45 6 7 8 91011>>