HomeSort by relevance Sort by last modified time
    Searched defs:RuntimeException (Results 76 - 100 of 166) sorted by null

1 2 34 5 6 7

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestData.java 454 throw new RuntimeException();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestData.java 451 throw new RuntimeException();
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
ResolvedWildcard.java 142 throw new RuntimeException();
156 throw new RuntimeException();
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 93 throw new RuntimeException(message, e);
107 throw new RuntimeException(e);
121 throw new RuntimeException(e);
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 169 throw new RuntimeException();
Picture.java 58 throw new RuntimeException();
192 throw new RuntimeException();
221 throw new RuntimeException("Cannot call setBitmap on a picture canvas");
227 throw new RuntimeException("Cannot draw a picture into its recording canvas");
Region.java 347 throw new RuntimeException();
367 throw new RuntimeException();
391 throw new RuntimeException();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
OutputPort.java 34 throw new RuntimeException(this + " already connected to " + mTargetPort + "!");
92 throw new RuntimeException(
102 throw new RuntimeException(
110 throw new RuntimeException("Cannot pull frame on " + this + "!");
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
Utils.java 47 throw new RuntimeException(selector.toString() + " has not been started.");
86 throw new RuntimeException();
88 throw new RuntimeException("Unsupported device rotation.");
106 throw new RuntimeException("Unsupported rotation mode: " + rotationMode);
115 throw new RuntimeException(e);
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestMain.java 141 throw new RuntimeException();
160 throw new RuntimeException();
246 } catch (RuntimeException e) {
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 79 * @throws RuntimeException with a nested reflection-based
406 // throw new RuntimeException(pae.getException());
409 throw new RuntimeException(ex);
458 throw new RuntimeException(
AtomicReferenceFieldUpdater.java 100 * @throws RuntimeException with a nested reflection-based
335 // throw new RuntimeException(pae.getException());
338 throw new RuntimeException(ex);
390 throw new RuntimeException(
AtomicLongFieldUpdater.java 79 * @throws RuntimeException with a nested reflection-based
399 // throw new RuntimeException(pae.getException());
402 throw new RuntimeException(ex);
433 throw new RuntimeException(
529 // throw new RuntimeException(pae.getException());
532 throw new RuntimeException(ex);
559 private final RuntimeException accessCheckException(T obj) {
563 return new RuntimeException(
  /libcore/ojluni/src/test/java/nio/file/attribute/
FileTimeTest.java 141 throw new RuntimeException("should overflow to MIN");
149 throw new RuntimeException("should overflow to MAX");
161 throw new RuntimeException("from(Instant) failed");
168 throw new RuntimeException("from(Instant) failed");
176 throw new RuntimeException("from(Instant) failed");
216 throw new RuntimeException("NullPointerException expected");
220 throw new RuntimeException("NullPointerException expected");
225 throw new RuntimeException("should not be equal to null");
228 throw new RuntimeException("NullPointerException expected");
262 throw new RuntimeException("saturates to Long.MIN/MAX_VALUE expected")
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageDistributorImpl.java 153 requestedImageTimestamp, timestamp), new RuntimeException());
  /art/test/045-reflect-array/src/
Main.java 34 throw new RuntimeException();
36 throw new RuntimeException();
39 throw new RuntimeException("store should have failed");
43 throw new RuntimeException("store should have failed");
48 throw new RuntimeException("bad len");
57 throw new RuntimeException("bad 123 or 456");
63 throw new RuntimeException("cast should have failed");
68 throw new RuntimeException();
87 throw new RuntimeException("shouldn't allow short in char array");
91 throw new RuntimeException("shouldn't allow int in char array")
    [all...]
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
FakeWorkers.java 58 throw new RuntimeException();
74 throw new RuntimeException(e);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 151 throw new RuntimeException();
578 throw new RuntimeException();
  /external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
AbstractByteBuddyMockMakerTest.java 133 throw new RuntimeException();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseArray.java 365 throw new RuntimeException();
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java 190 throw new RuntimeException();
  /external/testng/src/main/java/org/testng/internal/
TestResult.java 251 default: throw new RuntimeException();
  /frameworks/base/core/java/android/metrics/
LogMaker.java 401 throw new RuntimeException();
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java 179 throw new RuntimeException();
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapDownloader.java 254 throw new RuntimeException();

Completed in 1352 milliseconds

1 2 34 5 6 7