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

<<31323334353637383940>>

  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
MetadataManagerTest.java 76 } catch (RuntimeException e) {
84 } catch (RuntimeException e) {
  /external/mockito/src/test/java/org/mockito/internal/configuration/plugins/
PluginLoaderTest.java 70 RuntimeException cause = new RuntimeException("Boo!");
  /external/mockito/src/test/java/org/mockitousage/basicapi/
ResetTest.java 75 when(mock.simpleMethod("one")).thenThrow(new RuntimeException());
76 doThrow(new RuntimeException()).when(mock).simpleMethod("two");
  /external/mockito/src/test/java/org/mockitousage/spies/
PartialMockingWithSpiesTest.java 57 throw new RuntimeException("boo");
92 doThrow(new RuntimeException("appetite for destruction"))
  /external/mockito/src/test/java/org/mockitousage/stacktrace/
StackTraceFilteringTest.java 134 when(mock.simpleMethod()).thenThrow(new RuntimeException());
139 } catch (RuntimeException e) {
  /external/mockito/src/test/java/org/mockitousage/stubbing/
BasicStubbingTest.java 63 when(mock.simpleMethod("one")).thenThrow(new RuntimeException());
64 doThrow(new RuntimeException()).when(mock).simpleMethod("two");
  /external/mockito/src/test/java/org/mockitoutil/
SafeJUnitRuleTest.java 99 throw new RuntimeException("x");
120 throw new RuntimeException();
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MetaBox.java 82 throw new RuntimeException("Sebastian needs to fix 7518765283");
86 throw new RuntimeException("Sebastian needs to fix it 90732r26537");
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/android/
Android17Instantiator.java 61 catch(RuntimeException e) {
77 catch(RuntimeException e) {
Android18Instantiator.java 61 catch(RuntimeException e) {
77 catch(RuntimeException e) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 142 * @throws RuntimeException if the {@code contentView} has not been called first
224 * @throws RuntimeException if any listeners are still registered
255 * @throws RuntimeException if any listeners are still registered
398 throw new RuntimeException("No intent matches " + requestIntent + " among " + intentRequestCodeMap.keySet());
529 throw new RuntimeException(e);
541 throw new RuntimeException(e);
543 throw new RuntimeException(e);
545 throw new RuntimeException(e);
ShadowFragmentActivity.java 48 throw new RuntimeException(e);
50 throw new RuntimeException(e);
ShadowSQLiteDatabase.java 131 throw new RuntimeException("SQL exception in query", e);
167 throw new RuntimeException("SQL exception in update", e);
178 throw new RuntimeException("SQL exception in delete", e);
257 throw new RuntimeException("SQL exception in query", e);
280 throw new RuntimeException("SQL exception in close", e);
289 throw new RuntimeException("SQL exception in beginTransaction", e);
316 throw new RuntimeException("SQL exception in beginTransaction", e);
354 throw new RuntimeException(e);
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
AttributeResource.java 35 if (!isResourceReference()) throw new RuntimeException("not a resource reference: " + this);
44 if (!isStyleReference()) throw new RuntimeException("not a style reference: " + this);
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ShadowImpl.java 42 throw new RuntimeException("error creating direct call proxy for " + clazz, e);
52 throw new RuntimeException(e);
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 50 throw RuntimeException("Font to subset is not valid.");
63 throw RuntimeException("Builder for subset is not valid.");
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/trigger/
EventGenerationControllingObserver.java 91 throw new RuntimeException(t);
101 throw new RuntimeException(t);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
YamlDocument.java 47 throw new RuntimeException(e);
53 throw new RuntimeException("Generated presentation is not valid: " + presentation);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXParserImpl.java 75 throw new RuntimeException(sex.getMessage());
84 throw new RuntimeException(sex.getMessage());
  /external/vogar/src/vogar/
HostFileCache.java 39 throw new RuntimeException("Couldn't copy " + source + " to " + destination
48 throw new RuntimeException("Couldn't move " + source + " to " + destination
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
TypefaceCreatePerfTest.java 86 throw new RuntimeException(e);
97 throw new RuntimeException(e);
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 48 throw new RuntimeException("Can't manage monkey status; is the system running?");
57 throw new RuntimeException(e);
  /frameworks/base/core/java/android/os/
ParcelableException.java 37 public final class ParcelableException extends RuntimeException implements Parcelable {
60 return new RuntimeException(name + ": " + msg);
  /frameworks/base/core/tests/coretests/src/android/animation/
ViewPropertyAnimatorTest.java 76 mFuture.setException(new RuntimeException(e));
215 mFuture.setException(new RuntimeException(e));
238 mFuture.setException(new RuntimeException(e));
261 mFuture.setException(new RuntimeException(e));
285 mFuture.setException(new RuntimeException(e));
312 mFuture.setException(new RuntimeException(e));
336 mFuture.setException(new RuntimeException(e));
360 mFuture.setException(new RuntimeException(e));
  /frameworks/base/core/tests/coretests/src/android/view/
ViewAttachTest.java 43 * a RuntimeException if onDetachedToWindow and onAttachedToWindow are
50 * Expected result: No RuntimeException is thrown from the TestView in

Completed in 1449 milliseconds

<<31323334353637383940>>