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

<<21222324252627282930>>

  /external/deqp/android/package/src/com/drawelements/deqp/platformutil/
DeqpPlatformCapabilityQueryInstrumentation.java 87 throw new RuntimeException("missing command line");
104 throw new RuntimeException("platform query reported failure");
106 throw new RuntimeException("platform query returned out-of-range result");
  /external/guava/guava-testlib/test/com/google/common/testing/
TearDownStackTest.java 87 } catch (RuntimeException e) {
88 throw new RuntimeException(
139 throw new RuntimeException(id);
  /external/guava/guava-tests/benchmark/com/google/common/base/
StringsRepeatBenchmark.java 43 throw new RuntimeException("Wrong length: "+x);
51 throw new RuntimeException("Wrong length: "+x);
59 throw new RuntimeException("Wrong length: "+x);
  /external/guice/core/src/com/google/inject/internal/
ProvisionListenerStackCallback.java 66 RuntimeException caught = null;
69 } catch(RuntimeException t) {
127 } catch(RuntimeException re) {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
MethodsResolutionLogicTest.java 76 ResolvedReferenceType runtimeException = (ResolvedReferenceType) ReflectionFactory.typeUsageFor(RuntimeException.class, typeSolver);
78 ResolvedReferenceType classOfRuntimeType = (ResolvedReferenceType) rawClassType.replaceTypeVariables(rawClassType.getTypeDeclaration().getTypeParameters().get(0), runtimeException);
  /external/javassist/src/main/javassist/bytecode/
AnnotationDefaultAttribute.java 114 throw new RuntimeException(e.toString());
128 throw new RuntimeException(e.toString());
146 throw new RuntimeException(e); // should never reach here.
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 70 throw new RuntimeException(e);
89 throw new RuntimeException(e);
100 throw new RuntimeException(e);
  /external/javassist/src/main/javassist/util/proxy/
SecurityActions.java 70 throw new RuntimeException(e.getCause());
94 throw new RuntimeException(e.getCause());
131 throw new RuntimeException(e.getCause());
  /external/junit-params/src/main/java/junitparams/internal/parameters/
ParamsFromMethodCommon.java 52 throw new RuntimeException("Could not find method: " + methodName + " so no params were used.");
113 throw new RuntimeException("The return type of: " + provideMethod.getName() + " defined in class " +
116 throw new RuntimeException("Could not invoke method: " + provideMethod.getName() + " defined in class " +
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 65 // throw new RuntimeException("Only one document root element allowed");
93 throw new RuntimeException("Document end expected!");
110 throw new RuntimeException("Document has no root element!");
  /external/libmojo/base/android/java/src/org/chromium/base/
ContextUtils.java 59 throw new RuntimeException("Attempting to set multiple global application contexts.");
69 throw new RuntimeException("Cannot have native global application context be null.");
109 throw new RuntimeException("Global application context cannot be set to null.");
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingWithDelegateTest.java 163 final RuntimeException failure = new RuntimeException("angry-method");
174 } catch (RuntimeException e) {
  /external/vogar/src/vogar/
XmlReportReader.java 55 throw new RuntimeException(e1);
58 throw new RuntimeException(e);
114 throw new RuntimeException(e);
  /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/core/java/android/app/backup/
FileBackupHelperBase.java 61 throw new RuntimeException("files must have all absolute paths: " + f);
66 throw new RuntimeException("files.length=" + files.length
80 throw new RuntimeException("Backup failed 0x" + Integer.toHexString(err));
  /frameworks/base/core/java/android/os/
UpdateLock.java 104 Log.v(TAG, "acquire() : " + this, new RuntimeException("here"));
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
148 throw new RuntimeException("UpdateLock under-locked");
  /frameworks/base/core/tests/coretests/src/android/text/
FontFallbackSetup.java 51 throw new RuntimeException("Creating test directories for fonts failed.");
65 throw new RuntimeException(e);
72 throw new RuntimeException(e);
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectContext.java 97 throw new RuntimeException("Attempting to initialize EffectContext with no active "
109 throw new RuntimeException("Applying effect in wrong GL context!");
111 throw new RuntimeException("Attempting to apply effect without valid GL context!");
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageCombineFilter.java 57 throw new RuntimeException("Internal Error: mProgram field not found!");
75 throw new RuntimeException("Type mismatch of input formats in filter " + this
122 throw new RuntimeException("Could not create a program for image filter "
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
SuggestionController.java 110 } catch (RemoteException | RuntimeException e) {
123 } catch (RemoteException | RuntimeException e) {
136 } catch (RemoteException | RuntimeException e) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
SysuiTestCase.java 67 throw new RuntimeException(
71 throw new RuntimeException(
129 throw new RuntimeException(
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 117 private void logSurface(String msg, RuntimeException where) {
157 } catch (RuntimeException e) {
170 } catch (RuntimeException e) {
187 } catch (RuntimeException e) {
205 } catch (RuntimeException e) {
220 } catch (RuntimeException e) {
233 } catch (RuntimeException e) {
264 } catch (RuntimeException e) {
304 } catch (RuntimeException e) {
326 } catch (RuntimeException e)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
NetworkScan.java 118 } catch (RuntimeException ex) {
119 Rlog.e(TAG, "stopNetworkScan RuntimeException", ex);
131 } catch (RuntimeException ex) {
  /frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
TargetPackageUtils.java 82 throw new RuntimeException(e);
102 throw new RuntimeException(e);
136 throw new RuntimeException(e);
  /frameworks/support/room/runtime/src/main/java/androidx/room/
Room.java 93 throw new RuntimeException("cannot find implementation for "
96 throw new RuntimeException("Cannot access the constructor"
99 throw new RuntimeException("Failed to create an instance of "

Completed in 2210 milliseconds

<<21222324252627282930>>