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

<<21222324252627282930>>

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
IoUtils.java 30 } catch (RuntimeException rethrown) {
  /platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
HandheldHelperTest.java 27 throw new RuntimeException("Could not set orientation.", e);
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LauncherStrategyFactory.java 91 * @throw RuntimeException if no valid launcher strategy is found
99 throw new RuntimeException(String.format(
114 throw new RuntimeException("This LauncherStrategy is suitable for TV.");
127 throw new RuntimeException("This LauncherStrategy is not for auto launcher.");
  /tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
Command.java 25 class ExecutionException extends RuntimeException {
  /tools/metalava/src/main/java/com/android/tools/metalava/
DriverException.kt 23 ) : RuntimeException(stdout + stderr
  /tools/tradefederation/contrib/src/com/android/media/tests/
TestFailureException.java 19 public class TestFailureException extends RuntimeException {
  /tools/tradefederation/core/tests/test-apps/TradeFedTestApp/src/com/android/tradefed/testapp/
CrashMeActivity.java 29 throw new RuntimeException();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 129 throw new RuntimeException("unable to get EGL14 display");
134 throw new RuntimeException("unable to initialize EGL14");
151 throw new RuntimeException("unable to find RGB888+recordable ES2 EGL config");
163 throw new RuntimeException("null context");
176 throw new RuntimeException("surface was null");
211 throw new RuntimeException("eglMakeCurrent failed");
245 throw new RuntimeException("Surface frame wait timed out");
249 throw new RuntimeException(ie);
277 throw new RuntimeException(ie);
306 throw new RuntimeException("mFrameAvailable already set, frame could be dropped")
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 125 throw new RuntimeException("unable to get EGL14 display");
130 throw new RuntimeException("unable to initialize EGL14");
147 throw new RuntimeException("unable to find RGB888+recordable ES2 EGL config");
159 throw new RuntimeException("null context");
172 throw new RuntimeException("surface was null");
207 throw new RuntimeException("eglMakeCurrent failed");
241 throw new RuntimeException("Surface frame wait timed out");
245 throw new RuntimeException(ie);
273 throw new RuntimeException(ie);
302 throw new RuntimeException("mFrameAvailable already set, frame could be dropped")
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 50 * RuntimeException}.
128 * @throws RuntimeException if timed out or interrupted while waiting
150 throw new RuntimeException("Unexpected interrupt while waiting for future", ie);
155 throw new RuntimeException(
163 * @throws RuntimeException if timed out or interrupted while waiting
182 throw new RuntimeException("Unexpected interrupt while waiting for latch", ie);
185 throw new RuntimeException(
216 * @throws RuntimeException if timed out or interrupted while waiting
236 throw new RuntimeException(
252 * @throws RuntimeException if timed out or interrupted while waitin
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsSmsImplBase.java 158 } catch (RuntimeException e) {
208 * @throws RuntimeException if called before {@link #onReady()} is triggered.
210 public final void onSmsReceived(int token, String format, byte[] pdu) throws RuntimeException {
213 throw new RuntimeException("Feature not ready.");
269 * @throws RuntimeException if called before {@link #onReady()} is triggered or if the
274 int reason) throws RuntimeException {
277 throw new RuntimeException("Feature not ready.");
295 * @throws RuntimeException if called before {@link #onReady()} is triggered
298 byte[] pdu) throws RuntimeException{
301 throw new RuntimeException("Feature not ready.")
    [all...]
  /art/test/1909-per-agent-tls/
agent_tls.cc 61 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
67 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
  /art/test/1941-dispose-stress/
dispose_stress.cc 47 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
53 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
  /art/test/435-new-instance/src/
Main.java 38 throw new RuntimeException("Failed to throw " + errorName);
41 throw new RuntimeException("Failed to throw " + errorName
  /art/test/675-checker-unverified-method/smali/
TestCase.smali 41 new-instance v0, Ljava/lang/RuntimeException;
42 invoke-direct {v0}, Ljava/lang/RuntimeException;-><init>()V
  /art/test/901-hello-ti-agent/src/art/
Test901.java 44 } catch (RuntimeException e) {
57 } catch (RuntimeException e) {
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
MyActivity.java 56 throw new RuntimeException(e);
65 throw new RuntimeException(e);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 93 if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + isDex);
112 throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.getAbsolutePath(), e);
114 throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.getAbsolutePath(), e);
116 throw new RuntimeException("problem while parsing .dfh or .cfh file: "+cfhF.getAbsolutePath(), e);
134 throw new RuntimeException(ex);
142 throw new RuntimeException("unexpected digest write: " + amt +
146 throw new RuntimeException(ex);
213 throw new RuntimeException("problem while writing file",e);
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
UnitTest.java 34 } catch (RuntimeException e) {
44 } catch (RuntimeException e) {
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
Transformation.java 69 throw new RuntimeException(e);
83 throw new RuntimeException(e);
  /external/guice/core/src/com/google/inject/internal/
DelegatingInvocationHandler.java 52 throw new RuntimeException(e);
54 throw new RuntimeException(e);
  /external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/
verify.bsh 34 throw new RuntimeException( "Property was not configured, expected " + agentOptions );
46 throw new RuntimeException( "Could not find generated report" );
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
com_github_javaparser_ast_CompilationUnit.txt 22 Line 143) new RuntimeException("Not implemented!") ==> java.lang.RuntimeException
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAddExpression.java 116 throw new RuntimeException("Not a child.");
135 throw new RuntimeException("Not a child.");
AAndExpression.java 116 throw new RuntimeException("Not a child.");
135 throw new RuntimeException("Not a child.");

Completed in 1589 milliseconds

<<21222324252627282930>>