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

<<81828384858687888990>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 73 * is an {@link Error}, not a {@link RuntimeException}. We don't trouble ourselves
437 } catch (RuntimeException ex) {
612 } catch (RuntimeException ex) {
629 } catch (RuntimeException ex) {
642 } catch (RuntimeException ex) {
764 final RuntimeException ex = waiter.mException;
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 430 throw new RuntimeException("Increased size ?!");
437 if (passes > MAX_PASSES) throw new RuntimeException("Too many passes - probably a bug");
465 throw new RuntimeException("Wrong address for node " + index
501 throw new RuntimeException("Position " + position + " has a strange size");
536 throw new RuntimeException("Node with a strange address");
576 throw new RuntimeException("Strange offset size");
663 throw new RuntimeException("Bug: write index is not the same as the cached address "
669 throw new RuntimeException("A node has a frequency > "
677 throw new RuntimeException("Not the same size : written "
    [all...]
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeEventStreamTestUtils.java 139 throw new RuntimeException("expectEvent failed: " + stream.dump(), e);
251 throw new RuntimeException("notExpectEvent failed: " + stream.dump(), e);
309 throw new RuntimeException("notExpectEvent failed: " + stream.dump(), e);
  /cts/tests/tests/os/src/android/os/cts/
SeccompTest.java 302 throw new RuntimeException(e);
411 throw new RuntimeException("Unsupported architecture/ABI");
458 throw new RuntimeException("Failed to load policy file", e);
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 134 @Test(expected=RuntimeException.class)
381 @Test(expected=RuntimeException.class)
400 @Test(expected=RuntimeException.class)
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 46 throw new RuntimeException("unknown output format");
66 throw new RuntimeException("unknown output format");
78 throw new RuntimeException("unknown output format");
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
BasicVerifier.java 178 throw new RuntimeException("Internal error.");
299 throw new RuntimeException("Internal error.");
359 throw new RuntimeException("Internal error.");
  /external/annotation-tools/scene-lib/src/annotations/io/
JavapParser.java 204 throw new RuntimeException("null target type");
387 } catch (RuntimeException e) {
388 throw new RuntimeException("Line " + lineNo, e);
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 118 throw new RuntimeException("System doesn't support US-ASCII", e);
136 throw new RuntimeException("Core sanity test 1 has failed, unit tests are unreliable", e);
186 throw new RuntimeException("Unable to generate test zip!", e);
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
Main.java 181 throw new RuntimeException("AST processor Rule: " + rule
202 throw new RuntimeException("Document processor Rule: " + rule
285 throw new RuntimeException("Unable to parse document. Stopping.");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlertDialog.java 98 throw new RuntimeException("Only positive, negative, or neutral button choices are recognized");
114 throw new RuntimeException("Only positive, negative, or neutral button choices are recognized");
433 throw new RuntimeException(e);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 175 throw new RuntimeException(String.format("Unknown type %s: ", type));
201 throw new RuntimeException(String.format("Unknown type %s: ", type));
251 throw new RuntimeException("Unexpected opcode: " + opcode.name);
  /external/snakeyaml/src/test/java/org/pyyaml/
PyEmitterTest.java 116 throw new RuntimeException(e);
197 throw new RuntimeException(e);
288 throw new RuntimeException(e);
  /external/testng/src/main/java/org/testng/internal/
MethodInvocationHelper.java 71 throw new RuntimeException("Can't invoke method " + thisMethod
74 throw new RuntimeException("Can't invoke method " + thisMethod
163 throw new RuntimeException(e.getCause());
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 260 // RuntimeException.
267 } catch (RuntimeException e) {
269 // java.?lang.?RuntimeException: Fail to connect to camera service
  /frameworks/base/core/java/android/os/
ShellCommand.java 95 RuntimeException here = new RuntimeException("here");
244 } catch (RuntimeException e) {
  /frameworks/base/graphics/java/android/graphics/
Region.java 347 throw new RuntimeException();
367 throw new RuntimeException();
391 throw new RuntimeException();
  /frameworks/base/services/core/java/com/android/server/power/batterysaver/
FileUpdater.java 303 } catch (IOException | RuntimeException e) {
332 } catch (IOException | XmlPullParserException | RuntimeException e) {
371 } catch (IOException | XmlPullParserException | RuntimeException e) {
  /frameworks/base/tools/preload2/src/com/android/preload/
Main.java 188 throw new RuntimeException(
277 throw new RuntimeException("Could not find any devices...");
334 throw new RuntimeException("Could not find client...");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java 81 AsyncResult ar = new AsyncResult(null, null, new RuntimeException("AdnCache reset"));
124 Exception e = new RuntimeException(errString);
296 = new RuntimeException("EF is not known ADN-like EF:0x" +
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
MediaSession2TestBase.java 162 throw new RuntimeException("Test has a bug. Expected MediaController2 but returned "
176 throw new RuntimeException("Test has a bug. Expected controller implemented"
181 throw new RuntimeException("Test has a bug. Expected controller with callback "
  /libcore/ojluni/src/main/java/java/util/logging/
MemoryHandler.java 58 * If no default value is defined then a RuntimeException is thrown.
128 throw new RuntimeException("The handler " + handlerName
143 throw new RuntimeException("MemoryHandler can't load handler target \"" +
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DrawableLoader.java 121 } catch (RuntimeException e) {
238 } catch (RuntimeException ex) {
239 Log.e(TAG, "RuntimeException" + ex + ", trying decodeStream again");
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java 175 throw new RuntimeException("Not supported");
180 throw new RuntimeException("Not supported");
185 throw new RuntimeException("Not supported");
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
InputTestFragment.java 137 throw new RuntimeException("Couldn't connect to " + IVehicle.kInterfaceName, ex);
139 throw new RuntimeException("Failed to connect to IVehicle");
231 throw new RuntimeException("Failed to inject key press");

Completed in 2041 milliseconds

<<81828384858687888990>>