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

<<101102103104105106107108109110>>

  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 68 throw new RuntimeException(t);
206 throw new RuntimeException(jar, e);
239 throw new RuntimeException(cls.toString(), exc);
  /cts/tests/signature/src/android/signature/cts/
ApiComplianceChecker.java 313 throw new RuntimeException(e);
428 throw new RuntimeException(
442 throw new RuntimeException("unfinished escape sequence: " + str);
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 78 public void activityFinished(int resultCode, Intent data, RuntimeException where);
141 private RuntimeException mResultStack = null;
533 mResultStack = new RuntimeException("Original error was here");
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 192 throw new RuntimeException("returning from invalid subroutine");
196 throw new RuntimeException("returning from invalid subroutine");
359 RuntimeException("Incompatible merged subroutines");
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 110 throw new RuntimeException("shouldn't happen", ex);
134 throw new RuntimeException("shouldn't happen", ex);
159 throw new RuntimeException("shouldn't happen", ex);
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 103 } catch (RuntimeException ex) {
224 } catch (RuntimeException ex) {
395 } catch (RuntimeException ex) {
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DefaultDeflateCompatibilityWindow.java 237 throw new RuntimeException("System doesn't support ASCII", e);
321 throw new RuntimeException("System doesn't support SHA-256", e);
347 throw new RuntimeException(e); // This should never occur as it's all in-memory.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 90 throw new RuntimeException(e.getMessage());
123 throw new RuntimeException(e.getMessage());
357 throw new RuntimeException(e.getMessage());
  /external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java 98 throw new RuntimeException("Can't get FileDescriptor from socket", e);
187 throw new RuntimeException(e.getCause());
451 throw new RuntimeException("Failed to get originalHostName", e);
  /external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
CipherSuite.java 378 throw new RuntimeException(
383 throw new RuntimeException(
389 throw new RuntimeException(
  /external/emma/core/java12/com/vladium/util/
Property.java 371 * @throws RuntimeException on file I/O failures.
382 catch (RuntimeException re)
388 throw new RuntimeException ("exception while processing properties file [" + m_src.getAbsolutePath () + "]: " + e);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DeprecatedAPIChecker.java 360 throw new RuntimeException(api.toString() + " has bad API signature: " + signature);
424 throw new RuntimeException("WildcardType not supported by this tool");
467 throw new RuntimeException("Unexpected array type: " + tName);
  /frameworks/base/core/java/android/app/
Instrumentation.java 127 throw new RuntimeException(method +
157 throw new RuntimeException("Instrumentation already started");
472 throw new RuntimeException("Unable to resolve activity for: " + intent);
478 throw new RuntimeException("Intent in process "
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceFragment.java 365 throw new RuntimeException("This should be called after super.onCreate.");
440 throw new RuntimeException(
446 throw new RuntimeException(
  /frameworks/base/core/java/android/view/
MenuInflater.java 147 throw new RuntimeException("Expecting menu, got " + tagName);
202 throw new RuntimeException("Unexpected end of document");
262 throw new RuntimeException(e);
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 192 throw new RuntimeException("Unknown animation name: " + parser.getName());
262 throw new RuntimeException("Unknown layout animation name: " + name);
429 throw new RuntimeException("Unknown interpolator name: " + parser.getName());
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 165 } catch (RuntimeException ex) {
170 } catch (RuntimeException ex) {
539 } catch (RuntimeException ex) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarStatusBar.java 343 throw new RuntimeException("Unable to build botom nav bar due to missing layout");
353 throw new RuntimeException("Unable to build left nav bar due to missing layout");
364 throw new RuntimeException("Unable to build right nav bar due to missing layout");
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 357 } catch (RuntimeException e) {
379 } catch (RuntimeException e) {
389 } catch (RuntimeException e) {
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutRequestPinProcessor.java 117 } catch (RuntimeException e) {
401 } catch (RuntimeException e) { // ActivityNotFoundException, etc.
484 } catch (RuntimeException e) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest2.java 84 RuntimeException.class,
89 RuntimeException.class,
94 RuntimeException.class,
99 RuntimeException.class,
104 RuntimeException.class,
110 RuntimeException.class,
115 RuntimeException.class,
120 RuntimeException.class,
125 RuntimeException.class,
130 RuntimeException.class
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 194 throw new RuntimeException("Calling asSingle() on non-object type!");
207 throw new RuntimeException("Calling asArray() on non-object type!");
354 throw new RuntimeException(
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 78 } catch (RuntimeException e) {
97 * Test Request.addHeader throws a RuntimeException if a null
109 * Test Request.addEmptyValue throws a RuntimeException if an empty
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionMeasuringActivity.java 242 throw new RuntimeException("Activity was not resumed");
278 throw new RuntimeException("Not enough memory to allocate " +
537 throw new RuntimeException("Unsupported display refresh rate: " + mRefreshRate);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
MmTelFeatureCompatAdapter.java 386 throw new RuntimeException(e.getMessage());
416 throw new RuntimeException(e.getMessage());
425 throw new RuntimeException(e.getMessage());

Completed in 1334 milliseconds

<<101102103104105106107108109110>>