OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
1076 - 1100
of
7326
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/tools/tradefederation/core/src/com/android/tradefed/testtype/
PythonUnitTestRunner.java
119
throw new
RuntimeException
("Could not find python binary on host machine");
151
throw new
RuntimeException
(
159
throw new
RuntimeException
(
181
throw new
RuntimeException
(
204
throw new
RuntimeException
(
/external/guice/core/test/com/google/inject/
ProvisionListenerTest.java
66
"Reason: java.lang.
RuntimeException
: boo",
87
"Reason: java.lang.
RuntimeException
: boo",
106
"1) Error injecting constructor, java.lang.
RuntimeException
: Retry, Abort, Fail",
126
"1) Error injecting constructor, java.lang.
RuntimeException
: Retry, Abort, Fail",
153
"1) Error injecting constructor, java.lang.
RuntimeException
: Retry, Abort, Fail",
183
"1) Error injecting constructor, java.lang.
RuntimeException
: Retry, Abort, Fail",
266
"Reason: java.lang.
RuntimeException
: boo",
292
"Reason: java.lang.
RuntimeException
: boo",
311
throw new
RuntimeException
(ex);
434
throw new
RuntimeException
("Retry, Abort, Fail")
[
all
...]
DuplicateBindingsTest.java
184
"and an error was thrown while checking duplicate bindings. Error: java.lang.
RuntimeException
: Boo!",
338
throw new
RuntimeException
("Boo!");
507
throw new
RuntimeException
(e);
509
throw new
RuntimeException
(e);
526
throw new
RuntimeException
(e);
528
throw new
RuntimeException
(e);
546
throw new
RuntimeException
();
550
throw new
RuntimeException
();
565
throw new
RuntimeException
();
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
CameraManager.java
169
} catch (final
RuntimeException
e) {
275
} catch (final
RuntimeException
e) {
276
LogUtil.e("CameraManager.selectCamera", "
RuntimeException
in CameraManager.selectCamera", e);
299
} catch (final
RuntimeException
e) {
302
"
RuntimeException
in CameraManager.selectCameraByIndex",
497
} catch (final
RuntimeException
e) {
498
LogUtil.e("CameraManager.takePicture", "
RuntimeException
in CameraManager.takePicture", e);
659
} catch (final
RuntimeException
e) {
661
"CameraManager.tryShowPreview", "
RuntimeException
in CameraManager.tryShowPreview", e);
793
} catch (final
RuntimeException
e)
[
all
...]
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/18/
android.jar
/frameworks/support/car/car-stubs/
android.car.jar
/prebuilts/sdk/current/optional/
android.car.jar
/art/test/674-hiddenapi/src-ex/
ChildClass.java
79
throw new
RuntimeException
("Expected ParentClass " +
84
throw new
RuntimeException
("Expected ChildClass " + (expectedChildInBoot ? "" : "not ") +
172
throw new
RuntimeException
("No callback for member: " + name);
489
throw new
RuntimeException
("Expected to " + (canAccess ? "" : "not ") +
505
throw new
RuntimeException
("Expected to " + (canAccess ? "" : "not ") +
517
throw new
RuntimeException
("Expected " + (isField ? "field " : "method ") + klass.getName() +
525
throw new
RuntimeException
("Expected to be able to access " + (isField ? "field " : "method ") +
533
throw new
RuntimeException
("Expected access to " + (isField ? "field " : "method ") +
541
throw new
RuntimeException
("Expected " + (isField ? "field " : "method ") + klass.getName() +
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
ExecutionListBenchmark.java
325
} catch (
RuntimeException
e) {
326
log.log(Level.SEVERE, "
RuntimeException
while executing runnable "
374
} catch (
RuntimeException
e) {
375
log.log(Level.SEVERE, "
RuntimeException
while executing runnable "
445
} catch (
RuntimeException
e) {
446
log.log(Level.SEVERE, "
RuntimeException
while executing runnable "
506
throw new
RuntimeException
("Could not initialize intrinsics",
570
} catch (
RuntimeException
e) {
571
log.log(Level.SEVERE, "
RuntimeException
while executing runnable "
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java
144
if (isBuilt) throw new
RuntimeException
("You can't push anything to a timeline once it is started");
155
if (isBuilt) throw new
RuntimeException
("You can't push anything to a timeline once it is started");
156
if (timeline.current != timeline) throw new
RuntimeException
("You forgot to call a few 'end()' statements in your pushed timeline");
170
if (isBuilt) throw new
RuntimeException
("You can't push anything to a timeline once it is started");
182
if (isBuilt) throw new
RuntimeException
("You can't push anything to a timeline once it is started");
198
if (isBuilt) throw new
RuntimeException
("You can't push anything to a timeline once it is started");
213
if (isBuilt) throw new
RuntimeException
("You can't push anything to a timeline once it is started");
214
if (current == this) throw new
RuntimeException
("Nothing to end...");
241
if (obj.getRepeatCount() < 0) throw new
RuntimeException
("You can't push an object with infinite repetitions in a timeline");
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
SecureBox.java
292
} catch (
RuntimeException
ex) {
293
// Rethrow the
RuntimeException
as InvalidKeyException
308
throw new
RuntimeException
(ex);
316
throw new
RuntimeException
(ex);
331
throw new
RuntimeException
(ex);
348
throw new
RuntimeException
(ex);
359
throw new
RuntimeException
(ex);
371
throw new
RuntimeException
(ex);
417
throw new
RuntimeException
(ex);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java
111
private static final class PermittedMetaException extends
RuntimeException
{
112
final Set<? extends Class<? extends
RuntimeException
>> exceptionClasses;
115
Set<? extends Class<? extends
RuntimeException
>> exceptionClasses) {
120
PermittedMetaException(Class<? extends
RuntimeException
> exceptionClass) {
125
boolean isPermitted(
RuntimeException
exception) {
126
for (Class<? extends
RuntimeException
> clazz : exceptionClasses) {
135
void assertPermitted(
RuntimeException
exception) {
151
private static final class UnknownElementException extends
RuntimeException
{
297
Set<Class<? extends
RuntimeException
>> exceptions
298
= new HashSet<Class<? extends
RuntimeException
>>();
[
all
...]
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java
386
} catch (RemoteException |
RuntimeException
e) {
413
} catch (
RuntimeException
e) {
443
} catch (RemoteException |
RuntimeException
e) {
462
} catch (FileNotFoundException |
RuntimeException
e) {
501
} catch (RemoteException |
RuntimeException
e) {
513
} catch (
RuntimeException
e) {
520
} catch (
RuntimeException
e) {
530
throw new
RuntimeException
("Some files failed to copy during a recursive "
560
} catch (FileNotFoundException | RemoteException |
RuntimeException
e) {
581
} catch (FileNotFoundException | RemoteException |
RuntimeException
e)
[
all
...]
/prebuilts/sdk/11/
android.jar
/external/javassist/src/main/javassist/
ClassPool.java
90
throw new
RuntimeException
("cannot initialize ClassPool", pae.getException());
590
void checkNotFrozen(String classname) throws
RuntimeException
{
599
throw new
RuntimeException
(classname
605
throw new
RuntimeException
(classname
687
* @throws
RuntimeException
if there is a frozen class with the
693
throws IOException,
RuntimeException
708
* @param ifNotFrozen throws a
RuntimeException
if this parameter is true
713
throws IOException,
RuntimeException
743
throws IOException,
RuntimeException
773
* @throws
RuntimeException
if the existing class is frozen
[
all
...]
/prebuilts/sdk/9/
android.jar
/art/test/031-class-attributes/src/
ClassAttrs.java
144
} catch (
RuntimeException
re) {
214
if (!b) throw new
RuntimeException
();
218
if (b) throw new
RuntimeException
();
222
throw new
RuntimeException
();
243
throw new
RuntimeException
(ex);
245
throw new
RuntimeException
(ex);
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
BusinessLogicDeviceExecutorTest.java
176
@Test(expected =
RuntimeException
.class)
181
@Test(expected =
RuntimeException
.class)
186
@Test(expected =
RuntimeException
.class)
191
@Test(expected =
RuntimeException
.class)
204
@Test(expected =
RuntimeException
.class)
218
@Test(expected =
RuntimeException
.class)
/cts/tests/tests/graphics/src/android/graphics/cts/
ANativeWindowTest.java
59
throw new
RuntimeException
("no EGL display");
64
throw new
RuntimeException
("error in eglInitialize");
78
throw new
RuntimeException
("eglChooseConfig failed");
85
throw new
RuntimeException
("eglCreatePbufferSurface failed");
91
throw new
RuntimeException
("eglCreateContext failed");
95
throw new
RuntimeException
("eglMakeCurrent failed");
/cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java
172
throw new
RuntimeException
("Could not get attrib location for aPosition");
177
throw new
RuntimeException
("Could not get attrib location for aTextureCoord");
183
throw new
RuntimeException
("Could not get attrib location for uMVPMatrix");
189
throw new
RuntimeException
("Could not get attrib location for uSTMatrix");
194
throw new
RuntimeException
("Could not get attrib location for uCRatio");
294
throw new
RuntimeException
(op + ": glError " + error);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
ResourceModule.java
157
throw new
RuntimeException
(e.getMessage(),e);
166
// Notice, other
RuntimeException
may be throwed
177
// Sadly, we throw
RuntimeException
also
178
throw new
RuntimeException
(e.getMessage(),e);
221
*
RuntimeException
which can be silently bypassed. This behavior is a
227
*
RuntimeException
. The caller functions should avoid sepread the execption
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ResourceModule.java
156
throw new
RuntimeException
(e.getMessage(),e);
165
// Notice, other
RuntimeException
may be throwed
176
// Sadly, we throw
RuntimeException
also
177
throw new
RuntimeException
(e.getMessage(),e);
220
*
RuntimeException
which can be silently bypassed. This behavior is a
226
*
RuntimeException
. The caller functions should avoid sepread the execption
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Node.java
60
throw new
RuntimeException
("Element obj expected)");
65
throw new
RuntimeException
("String expected");
125
throw new
RuntimeException
(
165
throw new
RuntimeException
("not text-only content!");
301
throw new
RuntimeException
(e.toString());
360
throw new
RuntimeException
("Illegal type: " + type);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
AbstractMessageLite.java
60
throw new
RuntimeException
(
75
throw new
RuntimeException
(
159
throw new
RuntimeException
(
177
throw new
RuntimeException
(
200
throw new
RuntimeException
(
228
throw new
RuntimeException
(
Completed in 1051 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>