HomeSort by relevance Sort by last modified time
    Searched defs:IllegalStateException (Results 126 - 150 of 216) sorted by null

1 2 3 4 56 7 8 9

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTunneledPlayer.java 308 throw new IllegalStateException();
358 throw new IllegalStateException();
454 } catch (IllegalStateException e) {
462 } catch (IllegalStateException e) {
MediaCodecClearKeyPlayer.java 446 throw new IllegalStateException();
491 throw new IllegalStateException();
585 } catch (IllegalStateException e) {
586 throw new Error("Video CodecState.feedInputBuffer IllegalStateException " + e);
596 } catch (IllegalStateException e) {
597 throw new Error("Aduio CodecState.feedInputBuffer IllegalStateException " + e);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 668 throw new IllegalStateException();
770 throw new IllegalStateException();
    [all...]
ReportAPI.java 284 throw new IllegalStateException(); // UTF-8 should always be supported
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
BoundSet.java 691 throw new IllegalStateException();
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 118 if (serverSocket != null) throw new IllegalStateException();
135 if (socket != null) throw new IllegalStateException();
240 if (this.type != -1) throw new IllegalStateException();
247 if (this.type != -1) throw new IllegalStateException();
254 if (this.type != -1) throw new IllegalStateException();
266 if (this.type != -1) throw new IllegalStateException();
274 if (this.type != -1) throw new IllegalStateException();
281 if (this.type != -1) throw new IllegalStateException();
289 if (this.type != -1) throw new IllegalStateException();
297 if (this.type != -1) throw new IllegalStateException();
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 61 throw new IllegalStateException();
    [all...]
  /frameworks/base/core/java/com/android/internal/util/function/pooled/
PooledLambdaImpl.java 176 throw new IllegalStateException("Missing argument #" + i + " among "
204 throw new IllegalStateException("No more arguments expected for provided arg "
211 if (isRecycled()) throw new IllegalStateException("Instance is recycled: " + this);
337 throw new IllegalStateException("Unknown function type: " + LambdaType.toString(funcType));
383 if (isRecycled()) throw new IllegalStateException();
391 throw new IllegalStateException("Don't know the string representation of " + name);
  /frameworks/base/location/java/android/location/
Address.java 298 * @throws IllegalStateException if this Address has not been assigned
305 throw new IllegalStateException();
335 * @throws IllegalStateException if this Address has not been assigned
342 throw new IllegalStateException();
365 * @throws IllegalStateException if this Address has not been assigned
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 155 } catch (IllegalStateException | IllegalArgumentException |
207 * @throws IllegalStateException if any of the invariants fail when constructing
258 * @throws IllegalStateException if there is a duplicate seinfo tag for the current
296 throw new IllegalStateException();
566 * @throws IllegalStateException if an seinfo value has already been found
576 throw new IllegalStateException(err);
594 * @throws IllegalStateException if trying to reset a package mapping with a
610 throw new IllegalStateException(err);
649 * @throws IllegalStateException if an invariant is violated.
656 throw new IllegalStateException(err)
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 707 throw new IllegalStateException ();
  /libcore/ojluni/src/main/java/java/util/
ArrayDeque.java 158 throw new IllegalStateException("Sorry, deque too big");
633 throw new IllegalStateException();
688 throw new IllegalStateException();
    [all...]
EnumMap.java 544 throw new IllegalStateException();
640 throw new IllegalStateException("Entry was removed");
LinkedHashMap.java 768 throw new IllegalStateException();
LinkedList.java 923 throw new IllegalStateException();
937 throw new IllegalStateException();
    [all...]
PriorityQueue.java 564 throw new IllegalStateException();
    [all...]
Spliterators.java     [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 274 * {@link IllegalStateException} or return {@code false}.
753 if (l == null) throw new IllegalStateException();
    [all...]
LinkedBlockingQueue.java 286 throw new IllegalStateException("Queue full");
809 throw new IllegalStateException();
    [all...]
PriorityBlockingQueue.java 884 throw new IllegalStateException();
    [all...]
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
SpliteratorTestHelper.java 83 throw new IllegalStateException();
110 throw new IllegalStateException();
137 throw new IllegalStateException();
602 } catch (IllegalStateException e) {
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
SpliteratorTestHelper.java 83 throw new IllegalStateException();
110 throw new IllegalStateException();
137 throw new IllegalStateException();
602 } catch (IllegalStateException e) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 280 throw new IllegalStateException();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 568 throw new IllegalStateException();
576 throw new IllegalStateException("edit didn't create file " + i);
668 throw new IllegalStateException("cache is closed");
789 throw new IllegalStateException();
817 throw new IllegalStateException();
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 568 throw new IllegalStateException();
576 throw new IllegalStateException("edit didn't create file " + i);
668 throw new IllegalStateException("cache is closed");
789 throw new IllegalStateException();
817 throw new IllegalStateException();
    [all...]

Completed in 1093 milliseconds

1 2 3 4 56 7 8 9