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

<<21222324252627282930>>

  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
BadUserCodeTest.java 48 throw new RuntimeException();
72 throw new RuntimeException();
91 throw new RuntimeException();
109 throw new RuntimeException();
125 throw new RuntimeException();
  /external/guice/core/test/com/google/inject/
Asserts.java 155 throw new RuntimeException(e);
176 throw new RuntimeException(e);
178 throw new RuntimeException(e);
198 throw new RuntimeException(e);
200 throw new RuntimeException(e);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
JavaParserTypeSolver.java 86 } catch (RuntimeException e) {
87 throw new RuntimeException("Issue while parsing " + srcFile.getAbsolutePath(), e);
92 throw new RuntimeException(e);
114 throw new RuntimeException(e);
131 throw new RuntimeException(e);
  /external/javassist/src/main/javassist/runtime/
Desc.java 55 throw new RuntimeException(
68 throw new RuntimeException("$sig: internal error");
80 throw new RuntimeException("$type: internal error");
155 // "new RuntimeException(e)" is not available in JDK 1.3.
156 throw new RuntimeException(e.getMessage());
  /external/javassist/src/main/javassist/util/proxy/
RuntimeSupport.java 45 * @throws RuntimeException if the methods are not found.
65 * @throws RuntimeException if the method is not found.
79 * @throws RuntimeException if the method is not found.
94 throw new RuntimeException("not found " + name + ":" + desc
186 throw new RuntimeException("bad type: " + type.getName());
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
MenuLoader.java 38 throw new RuntimeException("Expected only one top-level item in menu file " + xmlFile.getName());
40 throw new RuntimeException("Expected a top-level item called 'menu' in menu file " + xmlFile.getName());
78 throw new RuntimeException("Unknown menu node"
110 throw new RuntimeException("Could not find menu " + key);
125 throw new RuntimeException("error inflating " + key, e);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorTest.java 88 } catch (RuntimeException e1) {
105 } catch (RuntimeException e1) {
123 } catch (RuntimeException e1) {
139 } catch (RuntimeException e1) {
153 } catch (RuntimeException e1) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 52 throw new RuntimeException("More than one runner received!");
172 throw new RuntimeException("Graph is already running!");
189 throw new RuntimeException("Graph is already running!");
192 throw new RuntimeException("Cannot run before a graph is set!");
214 throw new RuntimeException("Cannot close graph while it is running!");
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteLayoutlibCallbackAdapter.java 93 throw new RuntimeException(e);
116 throw new RuntimeException(e);
130 throw new RuntimeException(e);
145 throw new RuntimeException(e);
156 throw new RuntimeException(e);
  /frameworks/support/compat/src/main/java/androidx/core/app/
AppComponentFactory.java 106 throw new RuntimeException("Couldn't call constructor", e);
129 throw new RuntimeException("Couldn't call constructor", e);
149 throw new RuntimeException("Couldn't call constructor", e);
172 throw new RuntimeException("Couldn't call constructor", e);
194 throw new RuntimeException("Couldn't call constructor", e);
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicReferenceFieldUpdaterTest.java 43 // } catch (RuntimeException success) {
80 // } catch (RuntimeException success) {
92 * Construction with non-existent field throws RuntimeException
98 } catch (RuntimeException success) {
134 * construction using private field from subclass throws RuntimeException
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 119 throw new RuntimeException("eglGetDisplay failed");
123 throw new RuntimeException("eglInitialize failed");
133 throw new RuntimeException("failed to createContext");
138 throw new RuntimeException("failed to createWindowSurface");
143 throw new RuntimeException("failed to eglMakeCurrent");
  /tools/tradefederation/core/src/com/android/tradefed/util/
TestMapping.java 146 throw new RuntimeException(errorMessage);
196 RuntimeException runtimeException =
197 new RuntimeException(
202 throw runtimeException;
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraManager.java 233 } catch (final RuntimeException e) {
341 } catch (final RuntimeException e) {
342 LogUtil.e(TAG, "RuntimeException in CameraManager.selectCamera", e);
365 } catch (final RuntimeException e) {
366 LogUtil.e(TAG, "RuntimeException in CameraManager.selectCameraByIndex", e);
583 } catch (final RuntimeException e) {
584 LogUtil.e(TAG, "RuntimeException in CameraManager.takePicture", e);
650 } catch (final RuntimeException e) {
651 LogUtil.e(TAG, "RuntimeException in CameraManager.releaseMediaRecorder", e);
700 } catch (final RuntimeException e)
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java 296 } catch (final RuntimeException ex) {
330 } catch (final RuntimeException ex) {
428 } catch (final RuntimeException ex) {
452 } catch (final RuntimeException ex) {
468 } catch (final RuntimeException ex) {
503 } catch (final RuntimeException ex) {
537 } catch (final RuntimeException ex) {
556 } catch (final RuntimeException ex) {
572 } catch (final RuntimeException ex) {
590 } catch (final RuntimeException ex)
    [all...]
  /art/test/061-out-of-memory/src/
Main.java 60 throw new RuntimeException("Test failed: " +
103 * we may not be able to allocate the RuntimeException.
105 throw new RuntimeException("Test failed: " +
  /art/test/1946-list-descriptors/
descriptors.cc 59 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
101 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
131 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
  /art/test/925-threadgroups/src/art/
Test925.java 43 throw new RuntimeException("Unexpected topGroups");
58 throw new RuntimeException("threadGroupInfo length wrong");
111 throw new RuntimeException("Waited unsuccessfully for " + expectedChildCount + " children.");
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
MyProvider.java 93 throw new RuntimeException(e);
115 throw new RuntimeException(e);
124 throw new RuntimeException(e);
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 105 throw new RuntimeException("Timeout");
132 throw new RuntimeException("Timeout");
147 throw new RuntimeException("Timeout");
  /cts/hostsidetests/backup/FullBackupOnly/src/
FullBackupOnlyBackupAgent.java 91 throw new RuntimeException("Unexpected key in the backup data");
110 throw new RuntimeException("Key/value file not found", e);
112 throw new RuntimeException("Error reading key/value file", e);
  /cts/tests/signature/api-check/src/java/android/signature/cts/api/
BootClassPathClassesProvider.java 51 throw new RuntimeException("Cannot load " + classname, e);
64 throw new RuntimeException("Invalid result from getClassMemberNamesAndTypes");
87 throw new RuntimeException("Error while attaching JVMTI agent", e);
  /cts/tests/tests/keystore/src/android/keystore/cts/
MacTest.java 221 throw new RuntimeException(algorithm + " failed", e);
242 throw new RuntimeException(algorithm + " failed", e);
262 throw new RuntimeException(algorithm + " failed", e);
284 throw new RuntimeException(algorithm + " failed", e);
309 throw new RuntimeException(
342 throw new RuntimeException(
365 throw new RuntimeException("Failed for " + algorithm, e);
381 throw new RuntimeException("Failed for " + algorithm, e);
396 throw new RuntimeException("Failed for " + algorithm, e);
413 throw new RuntimeException("Failed for " + algorithm, e)
    [all...]
  /dalvik/dx/tests/067-dex-switch-and-try/
expected.txt 46 catch java.lang.RuntimeException -> 0014
73 catch java.lang.RuntimeException -> 0010
100 catch java.lang.RuntimeException -> 0010
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 32 * <pre>throw new RuntimeException("stub");</pre>
48 mv.visitTypeInsn(Opcodes.NEW, "java/lang/RuntimeException");
53 "java/lang/RuntimeException", // owner

Completed in 1651 milliseconds

<<21222324252627282930>>