OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
951 - 975
of
7326
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/mockito/src/test/java/org/mockito/internal/
InvalidStateDetectionTest.java
138
doThrow(new
RuntimeException
()).when(mock);
141
doThrow(new
RuntimeException
()).when(mock).oneArg(true);
145
doThrow(new
RuntimeException
()).when(mock).oneArg(true);
149
} catch (
RuntimeException
e) {}
/external/mockito/src/test/java/org/mockito/internal/matchers/
EqualityTest.java
37
throw new
RuntimeException
();
/external/mockito/src/test/java/org/mockitousage/junitrule/
LenientJUnitRuleTest.java
22
throw new
RuntimeException
("Silent rule should not write anything to the logger");
/external/mockito/subprojects/inline/src/test/java/org/mockitoinline/
StubbingLocationTest.java
34
throw new
RuntimeException
(s);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReaderVariable.java
35
throw new
RuntimeException
("I don't know how to read " + bytes + " bytes");
IsoTypeWriterVariable.java
41
throw new
RuntimeException
("I don't know how to read " + bytes + " bytes");
Utf8.java
56
throw new
RuntimeException
();
/external/objenesis/main/src/main/java/org/objenesis/
ObjenesisException.java
24
public class ObjenesisException extends
RuntimeException
{
/external/objenesis/main/src/main/java/org/objenesis/instantiator/gcj/
GCJInstantiator.java
42
catch(
RuntimeException
e) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DocumentLoader.java
48
throw new
RuntimeException
("no such directory " + resourceXmlDir);
IntegerResourceLoader.java
43
throw new
RuntimeException
( rawValue + " is not an integer." , nfe );
XTagXmlResourceLoader.java
65
throw new
RuntimeException
( e );
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAssetManager.java
20
if (shadowAssetManager.resourceLoader != null) throw new
RuntimeException
("ResourceLoader already set!");
ShadowParcel.java
208
throw new
RuntimeException
("bad array lengths");
242
throw new
RuntimeException
("bad array lengths");
276
throw new
RuntimeException
("bad array lengths");
321
throw new
RuntimeException
("bad array lengths");
355
throw new
RuntimeException
("bad array lengths");
389
throw new
RuntimeException
("bad array lengths");
423
throw new
RuntimeException
("bad array lengths");
471
throw new
RuntimeException
("bad array lengths");
681
throw new
RuntimeException
(
759
throw new
RuntimeException
(
[
all
...]
ShadowPowerManager.java
54
if (--refCount < 0) throw new
RuntimeException
("WakeLock under-locked");
ShadowSQLiteCursor.java
39
throw new
RuntimeException
("SQL exception in cacheColumnNames", e);
114
throw new
RuntimeException
(x);
180
throw new
RuntimeException
("SQL exception in close", e);
258
throw new
RuntimeException
("SQL exception in setResultSet", e);
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/generator/
ServiceLoaderGenerator.java
38
throw new
RuntimeException
(e);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResourceTableFactory.java
67
throw new
RuntimeException
(e);
93
throw new
RuntimeException
(e);
102
throw new
RuntimeException
(e);
165
throw new
RuntimeException
(e);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/builder/
XmlBlock.java
38
throw new
RuntimeException
(e);
/external/robolectric-shadows/resources/src/test/java/org/robolectric/manifest/
MetaDataTest.java
47
throw new
RuntimeException
(e);
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/fakes/
RoboInstrumentation.java
47
throw new
RuntimeException
("Could not load activity " + ai.name, e);
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
SdkEnvironment.java
39
throw new
RuntimeException
(e);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityThreadTest.java
37
// } catch (
RuntimeException
e) {
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
Sandbox.java
23
throw new
RuntimeException
(e);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAsyncTaskLoader.java
38
throw new
RuntimeException
(e.getCause());
Completed in 1278 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>