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

<<41424344454647484950>>

  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceRuntimeException.java 24 public class DeviceRuntimeException extends RuntimeException {
NetworkNotAvailableException.java 23 public class NetworkNotAvailableException extends RuntimeException {
  /tools/tradefederation/core/src/com/android/tradefed/util/
RunInterruptedException.java 23 public class RunInterruptedException extends RuntimeException {
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
FileDownloadCacheTest.java 127 * with RuntimeException.
132 EasyMock.expectLastCall().andThrow(new RuntimeException("download error"));
136 fail("RuntimeException not thrown");
137 } catch (RuntimeException e) {
  /tools/tradefederation/core/tests/test-apps/TradeFedTestApp/src/com/android/tradefed/testapp/
OnDeviceTest.java 45 throw new RuntimeException();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestData.java 475 throw new RuntimeException(e);
477 throw new RuntimeException(e);
487 throw new RuntimeException(e);
489 throw new RuntimeException(e);
513 throw new RuntimeException(e);
515 throw new RuntimeException(e);
517 throw new RuntimeException(e);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestData.java 472 throw new RuntimeException(e);
474 throw new RuntimeException(e);
484 throw new RuntimeException(e);
486 throw new RuntimeException(e);
510 throw new RuntimeException(e);
512 throw new RuntimeException(e);
514 throw new RuntimeException(e);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
SwatDeprecated.java 116 RuntimeException re = new RuntimeException(e.getMessage());
138 throw new RuntimeException("file " + srcFile.getPath() + " does not exist.");
178 throw new RuntimeException("no permission to overwrite file: " + outPath);
284 throw new RuntimeException("unable to delete unneeded temporary file: " + tmpPath);
307 RuntimeException re = new RuntimeException(e.getMessage());
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaController2Stub.java 156 public void onPlaylistMetadataChanged(Bundle metadataBundle) throws RuntimeException {
181 public void onPlaybackInfoChanged(Bundle playbackInfo) throws RuntimeException {
336 throws RuntimeException {
353 public void onGetItemDone(String mediaId, Bundle itemBundle) throws RuntimeException {
374 List<Bundle> itemBundleList, Bundle extras) throws RuntimeException {
403 throws RuntimeException {
424 List<Bundle> itemBundleList, Bundle extras) throws RuntimeException {
  /frameworks/base/core/java/android/app/usage/
StorageStatsManager.java 112 throw new RuntimeException(e);
144 throw new RuntimeException(e);
162 throw new RuntimeException(e);
213 throw new RuntimeException(e);
254 throw new RuntimeException(e);
292 throw new RuntimeException(e);
329 throw new RuntimeException(e);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 239 throw new RuntimeException("Cannot swap buffers");
355 throw new RuntimeException("eglMakeCurrent failed "
366 throw new RuntimeException("eglGetDisplay failed "
372 throw new RuntimeException("eglInitialize failed " +
378 throw new RuntimeException("eglConfig not initialized");
391 throw new RuntimeException("createWindowSurface failed "
396 throw new RuntimeException("eglMakeCurrent failed "
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java 192 throw new RuntimeException("Cannot swap buffers");
308 throw new RuntimeException("eglMakeCurrent failed "
319 throw new RuntimeException("eglGetDisplay failed "
325 throw new RuntimeException("eglInitialize failed " +
331 throw new RuntimeException("eglConfig not initialized");
344 throw new RuntimeException("createWindowSurface failed "
349 throw new RuntimeException("eglMakeCurrent failed "
  /frameworks/native/opengl/tools/glgen/src/
JType.java 200 throw new RuntimeException("Not typed buffer type " + this);
220 throw new RuntimeException("Unknown typed buffer type " + this);
226 throw new RuntimeException("Not array type " + this);
246 throw new RuntimeException("Unknown array type " + this);
252 throw new RuntimeException("Not array type " + this);
272 throw new RuntimeException("Unknown array type " + this);
290 throw new RuntimeException("Unsupported C type: " + ctype);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 137 throw new RuntimeException("Cannot swap buffers");
149 throw new RuntimeException("eglMakeCurrent failed "
160 throw new RuntimeException("eglGetDisplay failed "
166 throw new RuntimeException("eglInitialize failed " +
172 throw new RuntimeException("eglConfig not initialized");
185 throw new RuntimeException("createWindowSurface failed "
190 throw new RuntimeException("eglMakeCurrent failed "
  /tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
Sl4aClient.java 94 throw new RuntimeException(e);
105 throw new RuntimeException(String.format("Sl4A apk '%s' was not found.",
110 throw new RuntimeException(String.format("Error when installing the Sl4A apk: %s",
135 throw new RuntimeException(e);
160 throw new RuntimeException("sl4a is not running.");
199 throw new RuntimeException(e);
211 throw new RuntimeException("sl4a is not running.");
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 259 throw new RuntimeException(
332 throw new RuntimeException("nonsensical "
340 throw new RuntimeException(
358 throw new RuntimeException("nonsensical "
366 throw new RuntimeException(
401 throw new RuntimeException(
440 } catch (RuntimeException ex) {
467 throw new RuntimeException(
485 throw new RuntimeException ("Could not match position entry: "
594 throw new RuntimeException("local table problem")
    [all...]
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ShadowWrangler.java 95 throw new RuntimeException(e);
113 throw new RuntimeException(shadowClass.getName() + "." + method.getName() + " is not static");
120 throw new RuntimeException(e);
207 throw new RuntimeException(e);
293 throw new RuntimeException(shadowingClass + " has no @" + Implements.class.getSimpleName() + " annotation");
302 throw new RuntimeException(e);
382 throw new RuntimeException("Could not instantiate shadow, missing public empty constructor.", e);
407 throw new RuntimeException("Could not instantiate shadow, missing public empty constructor.", e);
409 throw new RuntimeException("Could not instantiate shadow", e);
461 throw new RuntimeException(e)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 159 } catch (RuntimeException ex) {
168 throw new RuntimeException("write length mismatch; expected " +
211 throw new RuntimeException("Expecting invoke-polymorphic");
264 throw new RuntimeException(ex);
283 throw new RuntimeException(ex);
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
OpenJdkEngineFactory.java 78 throw new RuntimeException(e);
109 throw new RuntimeException(e);
142 throw new RuntimeException(e);
238 throw new RuntimeException(e);
256 throw new RuntimeException(e);
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
BreakIteratorPerformanceTest.java 88 throw new RuntimeException(ex.getMessage());
132 throw new RuntimeException("ICU4J BreakIterator gave the wrong answer for " + breakType + " "
135 throw new RuntimeException("ICU4J BreakIterator gave the wrong number of " + breakType
152 throw new RuntimeException("Java BreakIterator gave the wrong answer for " + breakType + " "
155 throw new RuntimeException("Java BreakIterator gave the wrong number of " + breakType
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 211 throw new RuntimeException(String.format("Property %s returned %s (%s)", this.name(), rawValue.toString(), rawValue.getClass().getCanonicalName()));
214 throw new RuntimeException(e);
244 throw new RuntimeException("Unable to get list value for " + this.name() + " from " + node + " (class: " + node.getClass().getSimpleName() + ")", e);
253 throw new RuntimeException("Unable to get list value for " + this.name() + " from " + node + " (class: " + node.getClass().getSimpleName() + ")", e);
276 throw new RuntimeException("Unable to get value for " + this.name() + " from " + node + " (" + node.getClass().getSimpleName() + ")", e);
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 52 throw new RuntimeException(e);
127 throw new RuntimeException("Bad opcode 186");
166 throw new RuntimeException("Invalid WIDE operand");
190 throw new RuntimeException("Invalid array type");
278 throw new RuntimeException("bad LDC: " + tag);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
InlineMethodResolver.java 59 throw new RuntimeException(String.format("odex version %d is not supported yet", odexVersion));
105 throw new RuntimeException("Invalid inline index: " + inlineIndex);
175 throw new RuntimeException("Invalid method index: " + inlineIndex);
185 throw new RuntimeException("Could not determine the correct inline method to use");
194 throw new RuntimeException("Could not determine the correct inline method to use");
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicIntegerFieldUpdaterTest.java 41 // } catch (RuntimeException success) {
78 // } catch (RuntimeException success) {
90 * Construction with non-existent field throws RuntimeException
96 } catch (RuntimeException success) {
122 * construction using private field from subclass throws RuntimeException
AtomicLongFieldUpdaterTest.java 41 // } catch (RuntimeException success) {
78 // } catch (RuntimeException success) {
90 * Construction with non-existent field throws RuntimeException
96 } catch (RuntimeException success) {
122 * construction using private field from subclass throws RuntimeException

Completed in 1575 milliseconds

<<41424344454647484950>>