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

<<51525354555657585960>>

  /libcore/support/src/test/java/tests/support/
Support_ClassLoader.java 46 throw new RuntimeException("Unable to create ClassLoader", ex);
  /packages/apps/Camera2/src/com/android/camera/one/v1/
LegacyOneCameraOpenerImpl.java 56 throw new RuntimeException("Not implemented yet.");
  /packages/apps/Dialer/java/com/android/dialer/commandline/impl/
Version.java 61 throw new RuntimeException(e);
  /packages/apps/Dialer/java/com/android/dialer/common/concurrent/
UiThreadExecutor.java 71 throw new RuntimeException(e);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 125 } catch (RuntimeException e) {
127 // IllegalArgumentException and RuntimeException. Catching
128 // RuntimeException which get them all. Reasons for these exceptions
133 "RuntimeException when trying to unbind from service");
  /packages/apps/Gallery/src/com/android/camera/
ReverseGeocoderTask.java 63 } catch (RuntimeException ex) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PreparePageFadeoutTexture.java 56 } catch (RuntimeException e) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
ResultPayloadUtilsTest.java 52 } catch (RuntimeException e) {
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
SecuritySettingsLaunchTest.java 55 throw new RuntimeException("failed to freeze device orientaion", e);
StorageSettingsUITest.java 59 throw new RuntimeException("failed to freeze device orientation", e);
SyncSettingsTest.java 51 throw new RuntimeException("failed to freeze device orientaion", e);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java 34 if (id == null) throw new RuntimeException("Unknown key code: " + name);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Diff.java 43 throw new RuntimeException("Not enough arguments for command " + COMMAND);
50 throw new RuntimeException("Wrong number of arguments for command " + COMMAND);
57 if (null == dict0) throw new RuntimeException("Can't read dictionary " + mArgs[0]);
60 if (null == dict1) throw new RuntimeException("Can't read dictionary " + mArgs[1]);
  /packages/services/Car/car-systemtest-lib/src/android/car/test/
CarTestManager.java 75 throw new RuntimeException(e);
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3head.swg 43 { SWIG_JavaRuntimeException, "java/lang/RuntimeException" },
  /test/vts/harnesses/tradefed/src/com/android/tradefed/util/
VtsPythonRunnerHelper.java 136 * @throws RuntimeException.
138 private String buildPythonPath() throws RuntimeException {
177 throw new RuntimeException("Could not find python path on host machine");
210 throw new RuntimeException("Could not find python binary on host "
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
TraceFormatParserTest.java 94 } catch (RuntimeException e) {
105 } catch (RuntimeException e) {
116 } catch (RuntimeException e) {
127 } catch (RuntimeException e) {
  /tools/tradefederation/contrib/src/com/android/tradefed/build/
TestzipBuildInfo.java 81 throw new RuntimeException(e);
  /tools/tradefederation/core/src/com/android/tradefed/build/
FolderBuildInfo.java 84 throw new RuntimeException(e);
OtaToolsDeviceBuildInfo.java 72 throw new RuntimeException(e);
  /tools/tradefederation/core/src/com/android/tradefed/result/
SubprocessResultsReporter.java 260 throw new RuntimeException(e);
263 throw new RuntimeException(
275 throw new RuntimeException("Reporter Socket is not connected");
281 throw new RuntimeException(e);
  /tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
LongevityHostRunner.java 147 throw new RuntimeException(
157 throw new RuntimeException(
178 throw new RuntimeException("Unable to construct longevity suite", e);
214 throw new RuntimeException(e);
  /prebuilts/sdk/13/
android.jar 
  /art/test/130-hprof/src/
Main.java 52 private static void createDumpAndConv() throws RuntimeException {
73 throw new RuntimeException("Exited abnormally with " + ret);
76 throw new RuntimeException(exc);
  /art/test/1940-ddms-ext/
ddm_ext.cc 133 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
168 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
195 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));

Completed in 1234 milliseconds

<<51525354555657585960>>