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

<<919293949596979899100>>

  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 184 throw new RuntimeException(e);
195 throw new RuntimeException(e);
520 throw new RuntimeException(e);
663 throw new RuntimeException(e);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 181 @Test(expected=RuntimeException.class)
206 @Test(expected=RuntimeException.class)
218 @Test(expected=RuntimeException.class)
402 throw new RuntimeException(e);
493 throw new RuntimeException(e);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 167 throw new RuntimeException(e);
178 throw new RuntimeException(e);
190 throw new RuntimeException(e);
214 * @throws RuntimeException
217 throws RuntimeException
EncodeVirtualDisplayTest.java 296 throw new RuntimeException(ioe);
419 throw new RuntimeException(ioe);
459 throw new RuntimeException(ioe);
476 * @throw RuntimeException if the color isn't recognized (probably because the RGB<->YUV
509 throw new RuntimeException("No match for color r=" + r + " g=" + g + " b=" + b);
MediaSyncTest.java 229 throw new RuntimeException("timed out waiting for audio buffer return");
286 throw new RuntimeException("timed out waiting for flush");
660 throw new RuntimeException("error reading input resource", e);
694 throw new RuntimeException("can not create audio track for video");
698 throw new RuntimeException("extrator is null");
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 196 throw new RuntimeException("must be called at most once");
387 throw new RuntimeException("No def list in back mode");
422 throw new RuntimeException("No use list in back mode");
535 throw new RuntimeException("use not found");
607 throw new RuntimeException("Duplicate add of insn");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 40 public class MathRuntimeException extends RuntimeException implements MathThrowable {
688 /** Create an {@link java.lang.RuntimeException} for an internal error.
690 * @return an {@link java.lang.RuntimeException} for an internal error
692 public static RuntimeException createInternalError(final Throwable cause) {
696 return new RuntimeException(cause) {
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
GatherAPIData.java 163 RuntimeException re = new RuntimeException(e.getMessage());
192 RuntimeException re = new RuntimeException("write error: " + e.getMessage());
585 throw new RuntimeException("unknown index " + ix + " for tag: " + kind);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
CompilationUnit.java 309 * @throws RuntimeException if clazz is an anonymous or local class
319 throw new RuntimeException(clazz.getName() + " is an anonymous or local class therefore it can't be added with addImport");
604 * of the path) a RuntimeException is thrown.
638 throw new RuntimeException(e);
646 throw new RuntimeException(e);
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 169 throw new RuntimeException(e);
229 throw new RuntimeException(e);
252 throw new RuntimeException(e); // should never reach here.
284 throw new RuntimeException(e);
660 throw new RuntimeException("unknown tag:" + tag);
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
CameraConnectionFragment.java 400 // TODO(andrewharp): abstract ErrorDialog/RuntimeException handling out into new method and
404 throw new RuntimeException(getString(R.string.camera_error));
420 throw new RuntimeException("Time out waiting to lock camera opening.");
426 throw new RuntimeException("Interrupted while trying to lock camera opening.", e);
449 throw new RuntimeException("Interrupted while trying to lock camera closing.", e);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 234 throw new RuntimeException("Forgot to release()?");
249 throw new RuntimeException("Non supported codec " + type);
253 throw new RuntimeException("Cannot find HW decoder for " + type);
535 throw new RuntimeException("Unexpected output buffer change event.");
544 throw new RuntimeException("Unexpected size change. Configured " + width + "*" +
MediaCodecVideoEncoder.java 245 throw new RuntimeException(
282 throw new RuntimeException("Forgot to release()?");
304 throw new RuntimeException("Can not find HW encoder for " + type);
395 catch (RuntimeException e) {
559 throw new RuntimeException("dequeueOutputBuffer: " + result);
  /frameworks/base/core/java/android/view/
Surface.java 666 throw new RuntimeException("Failed to disconnect Surface instance (bad object?)");
680 throw new RuntimeException(
733 throw new RuntimeException(
777 throw new RuntimeException("Failed to set auto refresh on Surface (bad object?)");
798 public static class OutOfResourcesException extends RuntimeException {
    [all...]
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 530 throw new RuntimeException("Could not get attrib location for aPosition");
535 throw new RuntimeException("Could not get attrib location for aTextureCoord");
541 throw new RuntimeException("Could not get attrib location for uMVPMatrix");
547 throw new RuntimeException("Could not get attrib location for uSTMatrix");
652 throw new RuntimeException(op + ": glError " + error);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 135 throw new RuntimeException("UiccController.make() should only be called once");
193 throw new RuntimeException(
558 throw new RuntimeException("Logical slot index " + iss.logicalSlotIndex
578 throw new RuntimeException("Number of active slots " + numActiveSlots
586 throw new RuntimeException("slotId " + slotId + " mapped to multiple phoneIds");
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
FontRequestEmojiCompatConfigTest.java 104 final Exception exception = new RuntimeException();
298 throw new RuntimeException(e);
355 throw new RuntimeException(e);
527 throw new RuntimeException(e);
553 throw new RuntimeException(e);
  /packages/services/Car/service/src/com/android/car/
CarAudioService.java 373 throw new RuntimeException("registerAudioPolicy failed " + r);
397 throw new RuntimeException("Invalid volume groups configuration");
685 throw new RuntimeException("createAudioPatch failed with code " + result);
703 throw new RuntimeException("listAudioPatches failed with code " + result);
712 throw new RuntimeException("releaseAudioPatch failed with code " + result);
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 132 throw new RuntimeException("Invalid subId " + subId);
580 } catch (RuntimeException e) {
738 } catch (RuntimeException e) {
759 } catch (RuntimeException e) {
765 } catch (RuntimeException e) {
    [all...]
  /prebuilts/maven_repo/android/android/arch/lifecycle/common/1.0.0/
common-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/
sisu-equinox-embedder-0.18.1.jar 
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
CodeCoverageTestBase.java 170 throw new RuntimeException("Unknown compression strategy: %s", e);
174 throw new RuntimeException(msg, e);
178 throw new RuntimeException(msg, e);
200 throw new RuntimeException("No instrumentation targets found");
241 throw new RuntimeException(e);
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ITestSuiteIntegrationTest.java 206 throw new RuntimeException(e);
416 throw new RuntimeException(e);
425 throw new RuntimeException("Should not be called.");
462 throw new RuntimeException(e);
477 throw new RuntimeException("Should not be called.");
    [all...]
  /prebuilts/sdk/current/
core.jar 
  /cts/tests/app/app/src/android/app/stubs/
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");

Completed in 1372 milliseconds

<<919293949596979899100>>