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

<<101102103104105106107108109110>>

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridActivity.java 169 throw new RuntimeException(ex);
171 throw new RuntimeException(ex);
173 throw new RuntimeException(ex);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
SupportMenuInflater.java 161 throw new RuntimeException("Expecting menu, got " + tagName);
215 throw new RuntimeException("Unexpected end of document");
270 throw new RuntimeException(e);
  /libcore/support/src/test/java/libcore/tlswire/handshake/
CipherSuite.java 384 throw new RuntimeException(
389 throw new RuntimeException(
395 throw new RuntimeException(
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 61 throw new RuntimeException("invalid nine-patch image: " + mResId);
210 throw new RuntimeException("invalid dimension");
217 throw new RuntimeException("unsupported nine patch");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 109 throw new RuntimeException("do not instantiate");
207 throw new RuntimeException("Listener already registered: " + listener);
343 throw new RuntimeException("mStopTask running with mListeners.size="
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java 130 throw new RuntimeException("Wrong event: SUGGESTION_PICKED event must have a "
135 throw new RuntimeException("Wrong event: only SUGGESTION_PICKED events may have " +
317 throw new RuntimeException("Unknown event type: " + mEventType);
  /platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
PermissionHelper.java 147 throw new RuntimeException(String.format("%s package isn't found", packageName));
237 throw new RuntimeException(String.format("%s isn't valid permission status", expected));
345 throw new RuntimeException("null operation can't be executed");
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
CertificationSuiteResultReporter.java 238 throw new RuntimeException(e);
242 throw new RuntimeException("Result Directory was not created");
245 throw new RuntimeException("Result Directory was not created: " +
  /test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
VtsPythonVirtualenvPreparer.java 329 } catch (IOException | RuntimeException e) {
342 private String getMD5(String str) throws RuntimeException {
352 throw new RuntimeException("Error generating MD5 hash.", e);
  /tools/tradefederation/core/prod-tests/src/com/android/build/tests/
ImageStats.java 111 throw new RuntimeException(
129 throw new RuntimeException(message, ioe);
208 throw new RuntimeException("too many capturing groups");
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java     [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipher.java 289 throw new RuntimeException(e);
324 throw new RuntimeException("calculated buffer size was wrong: " + maximumLen);
356 throw new RuntimeException("our calculated buffer was too small", e);
366 throw new RuntimeException("our calculated buffer was too small", e);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 1082 fail("Expected RuntimeException");
1083 } catch (RuntimeException e) {
1113 fail("Expected RuntimeException");
1114 } catch (RuntimeException e) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java 724 new ICUException(new RuntimeException("rte1")),
725 new ICUException("msg2", new RuntimeException("rte2"))
736 new ICUUncheckedIOException(new RuntimeException("rte1")),
737 new ICUUncheckedIOException("msg2", new RuntimeException("rte2"))
748 new ICUCloneNotSupportedException(new RuntimeException("rte1")),
749 new ICUCloneNotSupportedException("msg2", new RuntimeException("rte2"))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 721 new ICUException(new RuntimeException("rte1")),
722 new ICUException("msg2", new RuntimeException("rte2"))
733 new ICUUncheckedIOException(new RuntimeException("rte1")),
734 new ICUUncheckedIOException("msg2", new RuntimeException("rte2"))
745 new ICUCloneNotSupportedException(new RuntimeException("rte1")),
746 new ICUCloneNotSupportedException("msg2", new RuntimeException("rte2"))
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetManager.java 410 throw new RuntimeException(e);
498 throw new RuntimeException("couldn't resolve " + resName.getFullyQualifiedName());
749 throw new RuntimeException("no theme " + themePtr + " found in AssetManager");
    [all...]
  /frameworks/base/core/java/android/app/
LoaderManager.java     [all...]
  /frameworks/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 423 } catch (RuntimeException e) {
454 } catch (RuntimeException e) {
457 throw new RuntimeException("Layout Dimension '" + name + "' not found.");
477 throw new RuntimeException("Attribute '" + name + "' not found");
479 throw new RuntimeException();
499 throw new RuntimeException();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java 862 throw new RuntimeException("runtime");
901 throw new RuntimeException("runtime");
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
HostTest.java 424 throw new RuntimeException(e);
    [all...]
  /art/test/044-proxy/src/
BasicTest.java 253 throw new RuntimeException("huh?");
305 throw new RuntimeException(iae);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
FingerprintBoundKeysTest.java 154 throw new RuntimeException("Failed to create a symmetric key", e);
220 throw new RuntimeException("Failed to init Cipher", e);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 78 throw new RuntimeException("Unexpected orientation that cannot be dealt with!");
303 throw new RuntimeException("Unexpected orientation that cannot be dealt with!");
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WidgetTestUtils.java 241 throw new RuntimeException(e);
305 throw new RuntimeException(e);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowReportingTest.java 117 throw new RuntimeException(
280 throw new RuntimeException(

Completed in 2168 milliseconds

<<101102103104105106107108109110>>