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

1 2 34 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dex/util/
FileUtils.java 32 * {@link RuntimeException} of some sort.
44 * {@link RuntimeException} of some sort.
51 throw new RuntimeException(file + ": file not found");
55 throw new RuntimeException(file + ": not a file");
59 throw new RuntimeException(file + ": file not readable");
65 throw new RuntimeException(file + ": file too long");
76 throw new RuntimeException(file + ": unexpected EOF");
83 throw new RuntimeException(file + ": trouble reading", ex);
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.class 
  /dalvik/dx/tests/081-dex-throws-list/
Blort.class 
expected.txt 2 system-annotation dalvik.annotation.Throws {value: {java.lang.RuntimeException}}
  /external/testng/src/test/java/test/expectedexceptions/
SampleExceptions.java 22 throw new RuntimeException();
31 @ExpectedExceptions(RuntimeException.class)
  /external/testng/src/test/java/test/guice/
ModuleFactory.java 15 throw new RuntimeException("Excepted parameter to be " + expected + ", got " + parameter);
20 throw new RuntimeException("Don't know how to create a module for class " + testClass);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java 58 throw new RuntimeException("Could not initialize GLEnvironment with new context!");
65 throw new RuntimeException("Could not initialize GLEnvironment with current context!");
86 throw new RuntimeException("Could not activate GLEnvironment!");
92 throw new RuntimeException("Could not deactivate GLEnvironment!");
98 throw new RuntimeException("Error swapping EGL buffers!");
105 throw new RuntimeException("Error registering surface " + surface + "!");
115 throw new RuntimeException("Error registering surfaceTexture " + surfaceTexture + "!");
123 throw new RuntimeException("Error registering surface from "
131 throw new RuntimeException("Could not activate surface " + surfaceId + "!");
137 throw new RuntimeException("Could not unregister surface " + surfaceId + "!")
    [all...]
VertexFrame.java 40 throw new RuntimeException("Could not allocate vertex frame!");
58 throw new RuntimeException("Vertex frames do not support reading data!");
65 throw new RuntimeException("Could not set int values for vertex frame!");
71 throw new RuntimeException("Vertex frames do not support reading data!");
78 throw new RuntimeException("Could not set int values for vertex frame!");
84 throw new RuntimeException("Vertex frames do not support reading data!");
92 throw new RuntimeException("Data size in setData does not match vertex frame size!");
94 throw new RuntimeException("Could not set vertex frame data!");
100 throw new RuntimeException("Vertex frames do not support reading data!");
105 throw new RuntimeException("Unsupported: Cannot set vertex frame bitmap value!")
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 42 throw new RuntimeException("good Object.wait() interrupted",
45 throw new RuntimeException("Unexpected exception when calling" +
57 throw new RuntimeException("bad Object.wait() interrupted", ex);
61 throw new RuntimeException("Unexpected exception when calling" +
65 throw new RuntimeException("bad call to Object.wait() should " +
75 throw new RuntimeException("bad Object.wait() interrupted", ex);
79 throw new RuntimeException("Unexpected exception when calling" +
83 throw new RuntimeException("bad call to Object.wait() should " +
94 throw new RuntimeException("bad Object.wait() interrupted", ex);
98 throw new RuntimeException("Unexpected exception when calling"
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
Monitors.java 39 * called on this object, even transitively, does not throw a {@link RuntimeException} or return
74 } catch (RuntimeException e) {
94 } catch (RuntimeException e) {
117 } catch (RuntimeException e) {
126 } catch (RuntimeException e) {
135 } catch (RuntimeException e) {
144 } catch (RuntimeException e) {
171 } catch (RuntimeException e) {
201 } catch (RuntimeException e) {
233 } catch (RuntimeException e)
    [all...]
  /external/libmojo/base/android/jni_generator/
testInputStream.javap 8 const #2 = class #40; // java/lang/RuntimeException
10 const #4 = Method #2.#42; // java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
46 const #40 = Asciz java/lang/RuntimeException;
62 4: new #2; //class java/lang/RuntimeException
65 10: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
79 0: new #2; //class java/lang/RuntimeException
82 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
97 0: new #2; //class java/lang/RuntimeException
100 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
115 0: new #2; //class java/lang/RuntimeException
    [all...]
  /art/test/518-null-array-get/src/
Main.java 38 throw new RuntimeException("Expected error for " + className);
43 throw new RuntimeException("Expected an InvocationTargetException");
46 throw new RuntimeException("Expected a NullPointerException");
52 throw new RuntimeException(e);
  /art/test/800-smali/smali/
b_22331663.smali 13 new-instance v3, Ljava/lang/RuntimeException;
14 invoke-direct {v3}, Ljava/lang/RuntimeException;-><init>()V
23 new-instance v3, Ljava/lang/RuntimeException;
24 invoke-direct {v3}, Ljava/lang/RuntimeException;-><init>()V
  /build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/
Parent.java 9 public Parent() { throw new RuntimeException("Stub!"); }
10 public java.lang.String methodString() { throw new RuntimeException("Stub!"); }
11 public int method(boolean b, char c, int i, long l, float f, double d) { throw new RuntimeException("Stub!"); }
12 protected void protectedMethod() { throw new RuntimeException("Stub!"); }
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_12.d 38 .catch java/lang/RuntimeException from Label0 to Label1 using Label1
45 new-instance v0, java/lang/RuntimeException
46 invoke-direct {v0}, java/lang/RuntimeException/<init>()V
52 .catch java/lang/RuntimeException from Label0 to Label1 using Label1
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 31 } catch (RuntimeException ex) {
41 } catch (RuntimeException ex) {
51 } catch (RuntimeException ex) {
62 } catch (RuntimeException ex) {
  /dalvik/dx/tests/115-merge/testdata/
TryCatchFinally.java 16 } catch (RuntimeException e) {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSRuntimeException.java 4 extends RuntimeException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
RuntimeCryptoException.java 7 extends RuntimeException
  /external/brotli/java/org/brotli/dec/
BrotliRuntimeException.java 12 class BrotliRuntimeException extends RuntimeException {
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/
verify.bsh 20 throw new RuntimeException( "Execution data from child1 was not loaded." );
24 throw new RuntimeException( "Execution data from child2 was loaded." );
31 throw new RuntimeException( "Report for child1 was not created." );
36 throw new RuntimeException( "Report for child2 was not created." );
  /external/jacoco/jacoco-maven-plugin.test/it/it-site/
verify.bsh 17 throw new RuntimeException( "project-reports.html does not contain link to JaCoCo report" );
22 throw new RuntimeException( "HTML report was not created" );
27 throw new RuntimeException( "XML report was not created" );
32 throw new RuntimeException( "CSV report was not created" );
  /external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/
ConfilictingGenericTypesException.java 8 public class ConfilictingGenericTypesException extends RuntimeException {
  /external/junit/src/main/java/org/junit/runner/notification/
StoppedByUserException.java 10 public class StoppedByUserException extends RuntimeException {

Completed in 1560 milliseconds

1 2 34 5 6 7 8 91011>>