HomeSort by relevance Sort by last modified time
    Searched full:runtimeexception (Results 1126 - 1150 of 7326) sorted by null

<<41424344454647484950>>

  /art/test/595-profile-saving/src/
Main.java 59 throw new RuntimeException("Method with index " + m + " not in the profile");
98 throw new RuntimeException(e);
  /art/test/912-classes/src-art/art/
Test912.java 102 throw new RuntimeException(e);
120 throw new RuntimeException("Unexpected modifiers: " + base.getModifiers() + " vs " + mod);
159 throw new RuntimeException("Expected " + c.getClassLoader() + ", but got null.");
163 throw new RuntimeException("Unexpected \"classloader\": " + cl + " (" + cl.getClass() +
167 throw new RuntimeException("Unexpected classloader: " + c.getClassLoader() + " vs " + cl);
203 throw new RuntimeException("No classes initiated by boot classloader.");
215 throw new RuntimeException("Could not find class java.util.List.");
276 throw new RuntimeException(e);
  /art/test/922-properties/src/art/
Test922.java 98 } catch (RuntimeException e) {
117 } catch (RuntimeException e) {
  /art/test/ti-agent/
frame_pop_helper.cc 80 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
112 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
AoapInterface.java 113 throw new RuntimeException("Failed to send string " + index + ": \"" + string + "\"");
124 throw new RuntimeException("control transfer for accessory start failed:" + len);
  /cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
AoapInterface.java 108 throw new RuntimeException("Failed to send string " + index + ": \"" + string + "\"");
119 throw new RuntimeException("control transfer for accessory start failed:" + len);
  /cts/tests/signature/src/android/signature/cts/
DexMethod.java 57 throw new RuntimeException("Could not parse method signature: " + signature);
102 throw new RuntimeException("Unexpected dex type in \"" + typeList + "\"");
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 57 throw new RuntimeException("Could not find a suitable config for EGL context!");
105 throw new RuntimeException("Operation '" + operation + "' caused EGL error: " + error);
  /cts/tests/tests/keystore/src/android/keystore/cts/
ECDSASignatureTest.java 38 throw new RuntimeException("Failed for " + key.getAlias(), e);
80 throw new RuntimeException("Failed for " + key.getAlias(), e);
  /cts/tests/tests/os/src/android/os/cts/
CustomClassLoaderTest.java 74 throw new RuntimeException("test exception", e);
92 throw new RuntimeException("test exception", e);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewDataDirTest.java 109 fail("didn't throw RuntimeException");
110 } catch (RuntimeException e) {}
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 133 throw new RuntimeException("interrupted!");
150 throw new RuntimeException("interrupted!");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 37 fail("must throw a RuntimeException");
38 } catch (RuntimeException re) {
  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
NewScanner.java 110 throw new RuntimeException("NewScanner.getMethodNewIndex() : "
116 throw new RuntimeException("NewScanner.getMethodNewIndex() : "
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipEntry.java 88 throw new RuntimeException("System doesn't support US-ASCII"); // Not likely
109 throw new RuntimeException(e); // Shouldn't happen as this is all in-memory
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECDHKeyAgreement.java 76 throw new RuntimeException("Engine returned " + actualResultLength);
86 throw new RuntimeException("Engine produced a longer than expected result. Expected: "
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
CTLogInfo.java 48 throw new RuntimeException(e);
143 throw new RuntimeException(e);
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
ProducersTest.java 47 ListenableFuture<String> future = Futures.immediateFailedFuture(new RuntimeException("monkey"));
88 ListenableFuture<String> future = Futures.immediateFailedFuture(new RuntimeException("monkey"));
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
DesugarTryWithResourcesFunctionalTest.java 75 fail("Expected RuntimeException");
77 assertThat(expected.getClass()).isEqualTo(RuntimeException.class);
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
RootFinder.java 62 } catch (RuntimeException re) {
87 } catch (RuntimeException re) {
  /external/emma/core/java12/com/vladium/util/asserts/
$assert.java 37 if (! condition) throw new RuntimeException (msg);
45 if (! condition) throw new RuntimeException ("ASSERTION FAILURE");
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenerCallQueue.java 87 } catch (RuntimeException e) {
119 } catch (RuntimeException e) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapMakerTest.java 160 final RuntimeException e = new RuntimeException();
  /external/guava/guava-tests/test/com/google/common/cache/
AbstractLoadingCacheTest.java 66 final RuntimeException cause = new RuntimeException();
NullCacheTest.java 109 final RuntimeException e = new RuntimeException();

Completed in 1438 milliseconds

<<41424344454647484950>>