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

<<71727374757677787980>>

  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
IAppHelper.java 84 * @throws RuntimeException if creating the screenshot directory fails.
  /platform_testing/libraries/longevity/src/android/longevity/platform/listener/
BatteryTerminator.java 56 throw new RuntimeException("Failed to get proper battery levels.");
  /prebuilts/misc/common/robolectric/android-all/
update.gradle 73 throw new RuntimeException("huh, more than one file in ${dep}? ${files}")
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 103 throw new RuntimeException(e);
104 } catch (RuntimeException e) {
200 throw new RuntimeException();
212 throw new RuntimeException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 37 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
38 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
39 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
40 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
RetryFilterHelper.java 158 throw new RuntimeException(e);
174 throw new RuntimeException(e);
239 throw new RuntimeException ("Failed to create subplan for retry", e);
277 throw new RuntimeException(e);
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
ApiLevelUtil.java 98 throw new RuntimeException(
  /tools/tradefederation/core/prod-tests/src/com/android/fastboot/tests/
FastbootTest.java 141 throw new RuntimeException(String.format("Could not find flasher %s",
161 throw new RuntimeException("failed to set options for flasher", ce);
182 // maybe retried; the other 2x types are also rethrown as RuntimeException's for
185 throw new RuntimeException("Exception during device flashing", e);
  /tools/tradefederation/core/src/com/android/tradefed/build/
AppBuildInfo.java 98 throw new RuntimeException(e);
KernelBuildInfo.java 137 throw new RuntimeException(e);
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
CodeCoverageListener.java 82 throw new RuntimeException(e);
  /tools/tradefederation/core/src/com/android/tradefed/util/
SerializationUtil.java 71 throw new RuntimeException(cnfe);
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Insertions.java 443 } catch (RuntimeException e) {}
580 throw new RuntimeException();
591 throw new RuntimeException();
606 throw new RuntimeException();
608 throw new RuntimeException();
699 throw new RuntimeException();
707 throw new RuntimeException();
723 if (arg > 0) { throw new RuntimeException(); }
728 throw new RuntimeException("NYI"); // TODO
732 throw new RuntimeException();
    [all...]
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 267 throw new RuntimeException("Failed to drop root", ex);
312 if (t instanceof RuntimeException) {
313 throw (RuntimeException) t;
315 throw new RuntimeException(t);
340 throw new RuntimeException("Failed to restore root", ex);
390 } catch (RuntimeException e) {
681 throw new RuntimeException("Failed to capget()", ex);
720 throw new RuntimeException(ex);
761 throw new RuntimeException("Failed to setpgid(0,0)", ex);
792 throw new RuntimeException("Unknown command line argument: " + argv[i])
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageBackend.java 256 throw new RuntimeException(
436 throw new RuntimeException("ERROR: Initial call must reference valid Image!");
623 protected void incrementTaskDone(Set<TaskImageContainer> tasks) throws RuntimeException {
629 throw new RuntimeException(
701 boolean blockUntilRelease, boolean closeOnRelease) throws RuntimeException {
704 throw new RuntimeException(
732 * @throws RuntimeException Indicates image Closing Bookkeeping is screwed
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 212 private RuntimeException mStack;
393 p.mStack = new RuntimeException();
859 RuntimeException here = new RuntimeException("here");
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduParser.java 288 } catch(RuntimeException e) {
335 } catch(RuntimeException e) {
354 } catch(RuntimeException e) {
373 } catch(RuntimeException e) {
411 } catch(RuntimeException e) {
440 } catch (RuntimeException e) {
479 } catch(RuntimeException e) {
503 } catch(RuntimeException e) {
519 } catch(RuntimeException e) {
575 } catch(RuntimeException e)
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 288 } catch(RuntimeException e) {
335 } catch(RuntimeException e) {
354 } catch(RuntimeException e) {
373 } catch(RuntimeException e) {
411 } catch(RuntimeException e) {
440 } catch (RuntimeException e) {
479 } catch(RuntimeException e) {
503 } catch(RuntimeException e) {
519 } catch(RuntimeException e) {
575 } catch(RuntimeException e)
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 285 } catch(RuntimeException e) {
332 } catch(RuntimeException e) {
351 } catch(RuntimeException e) {
370 } catch(RuntimeException e) {
408 } catch(RuntimeException e) {
437 } catch (RuntimeException e) {
476 } catch(RuntimeException e) {
500 } catch(RuntimeException e) {
516 } catch(RuntimeException e) {
572 } catch(RuntimeException e)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java 310 } catch (RuntimeException e) {
357 } catch (RuntimeException e) {
376 } catch (RuntimeException e) {
395 } catch (RuntimeException e) {
434 } catch (RuntimeException e) {
464 } catch (RuntimeException e) {
502 } catch (RuntimeException e) {
525 } catch (RuntimeException e) {
542 } catch (RuntimeException e) {
599 } catch (RuntimeException e)
    [all...]
  /art/test/044-proxy/src/
WrappedThrow.java 204 throw new RuntimeException("huh?");
240 throw new RuntimeException(iae);

Completed in 1332 milliseconds

<<71727374757677787980>>