OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
4101 - 4125
of
7326
) sorted by null
<<
161
162
163
164
165
166
167
168
169
170
>>
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
LockFindingClassVisitor.java
103
throw new
RuntimeException
("Locked region code injection: " + e.getMessage(), e);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java
383
throw new
RuntimeException
("invalid bysetpos value");
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
NetworkListStoreData.java
223
} catch (
RuntimeException
e) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java
110
throw new
RuntimeException
("LinkPropertyChangeAction.fromInt: bad value=" + value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java
94
throw new
RuntimeException
("Card state is absent when updating!");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardVerifier.java
184
throw new
RuntimeException
("Unexpected vcard type during a unit test");
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
Swarm.java
197
throw new
RuntimeException
(glOperation + ": glError " + error);
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
TestContentProvider.java
105
throw new
RuntimeException
("Recordset size must be >= 0");
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
VerticalGridPresenter.java
240
throw new
RuntimeException
("super.initializeGridViewHolder() must be called");
/frameworks/support/media/src/main/java/androidx/media/subtitle/
ClosedCaptionRenderer.java
78
throw new
RuntimeException
("No matching format: " + format.toString());
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/
BooksDaoTest.kt
317
} catch (e:
RuntimeException
) {
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
ForeignKeyTest.java
420
throw new
RuntimeException
("didn't throw an exception");
/frameworks/support/slices/core/src/main/java/androidx/slice/
SliceItem.java
374
throw new
RuntimeException
("Unsupported type " + type);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DefaultItemAnimatorTest.java
147
throw new
RuntimeException
(e);
/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
WebViewOnUiThread.java
378
class ExitLoopException extends
RuntimeException
{
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java
116
throw new
RuntimeException
(e);
/libcore/jsr166-tests/src/test/java/jsr166/
CountedCompleterTest.java
208
public static final class FJException extends
RuntimeException
{
321
* completeExceptionally(new
RuntimeException
())
329
} catch (
RuntimeException
success) {
330
assertSame(success.getClass(),
RuntimeException
.class);
[
all
...]
JSR166TestCase.java
657
else if (t instanceof
RuntimeException
)
658
throw (
RuntimeException
) t;
820
if (t instanceof
RuntimeException
)
821
throw (
RuntimeException
) t;
[
all
...]
/libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java
72
throw new
RuntimeException
(
/libcore/ojluni/src/main/java/java/util/concurrent/
AbstractExecutorService.java
202
} catch (
RuntimeException
rex) {
/libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousServerSocketChannelImpl.java
290
throw new
RuntimeException
("Accept not allowed due cancellation");
/libcore/ojluni/src/test/java/time/test/java/util/
TestFormatter.java
167
new
RuntimeException
().printStackTrace(System.out);
/libnativehelper/
JNIHelp.cpp
317
return jniThrowException(env, "java/lang/
RuntimeException
", msg);
/packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java
130
} catch (
RuntimeException
e) {
/packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java
124
throw new
RuntimeException
("Unsupported bitmap format");
Completed in 1512 milliseconds
<<
161
162
163
164
165
166
167
168
169
170
>>