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

<<61626364656667686970>>

  /development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/
MainActivity.java 78 } catch (RuntimeException e) {
79 // RuntimeException is thrown when stop() is called immediately after start().
81 Log.d(TAG, "RuntimeException: stop() is called immediately after start()");
  /external/conscrypt/android/src/main/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java 381 throw new RuntimeException("Shouldn't be here!");
386 throw new RuntimeException("Shouldn't be here!");
392 throw new RuntimeException("Shouldn't be here!");
PreKitKatPlatformOpenSSLSocketImplAdapter.java 381 throw new RuntimeException("Shouldn't be here!");
386 throw new RuntimeException("Shouldn't be here!");
392 throw new RuntimeException("Shouldn't be here!");
  /external/guice/extensions/persist/lib/
aopalliance.jar 
  /external/guice/lib/
aopalliance.jar 
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckAPI.java 250 RuntimeException re = new RuntimeException("IO Error");
268 RuntimeException re = new RuntimeException("IO Error");
603 RuntimeException re = new RuntimeException("error reading " + compare);
621 RuntimeException re = new RuntimeException(e.getMessage());
780 RuntimeException re = new RuntimeException("write error: " + e.getMessage())
    [all...]
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
pretty_printing_java_concepts.story 319 } catch (RuntimeException e) {
335 } catch (RuntimeException e) {
354 } catch (RuntimeException e) {
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/samples/
JavaConcepts.java 317 } catch (RuntimeException e) {
333 } catch (RuntimeException e) {
352 } catch (RuntimeException e) {
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/printer/
JavaConcepts_prettyprinted 315 } catch (RuntimeException e) {
331 } catch (RuntimeException e) {
350 } catch (RuntimeException e) {
  /external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/
JavaConcepts.java 313 } catch (RuntimeException e) {
329 } catch (RuntimeException e) {
348 } catch (RuntimeException e) {
  /external/junit-params/src/main/java/junitparams/internal/
InvokeParameterisedMethod.java 36 throw new RuntimeException(e);
45 } catch (RuntimeException e) {
167 throw new RuntimeException("Your ParamConverter class must have a public no-arg constructor!", e);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java 151 throw new RuntimeException("Sample need to be in mdats and mdats need to be instanceof MediaDataBox");
180 throw new RuntimeException("The sample with offset " + offset + " and size " + sampleSize + " is NOT located within an mdat");
213 throw new RuntimeException("File doesn't contain trex box but track fragments aren't fully self contained. Cannot determine sample size.");
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
AndroidInterceptors.java 85 throw new RuntimeException(e);
97 throw new RuntimeException(e);
118 throw new RuntimeException(e);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaMetadataRetriever.java 22 private static final Map<DataSource, RuntimeException> exceptions = new HashMap<>();
25 RuntimeException e = exceptions.get(dataSource);
75 public static void addException(DataSource ds, RuntimeException e) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 153 throw new RuntimeException("Package '" + packageName + "' not found.");
166 throw new RuntimeException("Null environment map for: " + packageName);
170 throw new RuntimeException("Null arguments map for: " + packageName);
  /external/vogar/src/vogar/commands/
Command.java 145 throw new RuntimeException("Failed to execute process: " + args, e);
147 throw new RuntimeException("Interrupted while executing process: " + args, e);
235 throw new RuntimeException(e);
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 103 throw new RuntimeException("Unknown packet "
173 } catch (RuntimeException re) {
202 } catch (RuntimeException re) {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceRenderFilter.java 86 throw new RuntimeException("NULL SurfaceView passed to SurfaceRenderFilter");
102 throw new RuntimeException("Unknown render mode '" + mRenderModeString + "'!");
150 throw new RuntimeException("Surface created under different GLEnvironment!");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 175 throw new RuntimeException(ex);
177 throw new RuntimeException(ex);
179 throw new RuntimeException(ex);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
NotificationInflaterTest.java 165 throw new RuntimeException("No Exception expected");
236 exceptionHolder.setException(new RuntimeException(
277 mHandler.post(() -> listener.onError(new RuntimeException("Failed to inflate async")));
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
CertificateMonitor.java 115 throws RemoteException, RuntimeException {
122 throw new RuntimeException(e);
152 } catch (RemoteException | RuntimeException e) {
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 100 throw new RuntimeException();
112 assertTrue("Instrumentation results is missing RuntimeException",
113 resultsData.contains("RuntimeException"));
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 72 throw new RuntimeException(
221 throw new RuntimeException(
246 throw new RuntimeException("Unsupported color format: " + colorFormat + "!");
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestMain.java 141 throw new RuntimeException();
160 throw new RuntimeException();
246 } catch (RuntimeException e) {
  /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyView.java 160 throw new RuntimeException("Could not get attrib location for vPosition");
165 throw new RuntimeException("Could not get attrib location for vColor");
220 throw new RuntimeException(op + ": glError " + error);

Completed in 1344 milliseconds

<<61626364656667686970>>