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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/autofillservice/src/android/autofillservice/cts/
SafeCleanerRuleTest.java 57 private final RuntimeException mRuntimeException = new RuntimeException("D'OH!");
77 final Throwable actualException = expectThrows(RuntimeException.class,
85 final Throwable actualException = expectThrows(RuntimeException.class,
96 final Throwable actualException = expectThrows(RuntimeException.class,
109 final Throwable actualException = expectThrows(RuntimeException.class,
124 final Throwable actualException = expectThrows(RuntimeException.class,
142 final Throwable actualException = expectThrows(RuntimeException.class,
160 final Throwable actualException = expectThrows(RuntimeException.class,
176 final Throwable actualException = expectThrows(RuntimeException.class
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase14.java 99 throw new RuntimeException("Already has an EGLSurface");
104 throw new RuntimeException("Failed to create window surface");
117 throw new RuntimeException("Already has an EGLSurface");
122 throw new RuntimeException("Failed to create pixel buffer surface");
161 throw new RuntimeException("This object has been released");
182 throw new RuntimeException("No EGLSurface - can't make current");
185 throw new RuntimeException("eglMakeCurrent failed");
194 throw new RuntimeException("eglMakeCurrent failed");
202 throw new RuntimeException("No EGLSurface - can't swap buffers");
210 throw new RuntimeException("No EGLSurface - can't swap buffers")
    [all...]
EglBase10.java 154 throw new RuntimeException("Already has an EGLSurface");
159 throw new RuntimeException("Failed to create window surface");
173 throw new RuntimeException("Already has an EGLSurface");
178 throw new RuntimeException("Failed to create pixel buffer surface");
217 throw new RuntimeException("This object has been released");
237 throw new RuntimeException("No EGLSurface - can't make current");
240 throw new RuntimeException("eglMakeCurrent failed");
249 throw new RuntimeException("eglMakeCurrent failed");
257 throw new RuntimeException("No EGLSurface - can't swap buffers");
266 throw new RuntimeException("Unable to get EGL10 display")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLReaderAdapterTest.java 82 throw new RuntimeException("Unexpected exception", e);
137 throw new RuntimeException("Unexpected exception", e);
160 throw new RuntimeException("Unexpected exception", e);
162 throw new RuntimeException("Unexpected exception", e);
177 throw new RuntimeException("Unexpected exception", e);
179 throw new RuntimeException("Unexpected exception", e);
203 throw new RuntimeException("Unexpected exception", e);
215 throw new RuntimeException("Unexpected exception", e);
241 throw new RuntimeException("Unexpected exception", e);
255 throw new RuntimeException("Unexpected exception", e)
    [all...]
  /frameworks/base/core/java/android/content/res/
TypedArray.java 104 * @throws RuntimeException if the TypedArray has already been recycled.
108 throw new RuntimeException("Cannot make calls to a recycled instance!");
118 * @throws RuntimeException if the TypedArray has already been recycled.
122 throw new RuntimeException("Cannot make calls to a recycled instance!");
137 * @throws RuntimeException if the TypedArray has already been recycled.
141 throw new RuntimeException("Cannot make calls to a recycled instance!");
150 * @throws RuntimeException if the TypedArray has already been recycled.
154 throw new RuntimeException("Cannot make calls to a recycled instance!");
171 * @throws RuntimeException if the TypedArray has already been recycled.
175 throw new RuntimeException("Cannot make calls to a recycled instance!")
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 108 throw new RuntimeException("Attempting to create GL frame with unknown binding type "
117 throw new RuntimeException("Could not allocate external GL frame!");
121 throw new RuntimeException("Could not allocate GL frame!");
130 throw new RuntimeException("Could not allocate texture backed GL frame!");
140 throw new RuntimeException("Could not allocate FBO backed GL frame!");
179 throw new RuntimeException("Could not set int values for GL frame!");
195 throw new RuntimeException("Could not set int values for GL frame!");
212 throw new RuntimeException("Data size in setData does not match GL frame size!");
214 throw new RuntimeException("Could not set GL frame data!");
231 throw new RuntimeException("Bitmap dimensions do not match GL frame dimensions!")
    [all...]
SyncRunner.java 58 throw new RuntimeException("Scheduler does not have constructor <init>(FilterGraph)!", e);
60 throw new RuntimeException("Could not instantiate the Scheduler instance!", e);
62 throw new RuntimeException("Cannot access Scheduler constructor!", e);
64 throw new RuntimeException("Scheduler constructor threw an exception", e);
66 throw new RuntimeException("Could not instantiate Scheduler", e);
92 throw new RuntimeException("Trying to process graph that is not open!");
150 throw new RuntimeException("SyncRunner does not support stopping a graph!");
166 throw new RuntimeException("There was an error executing " + filter + "!");
222 throw new RuntimeException("Attempting to run schedule with no scheduler in place!");
224 throw new RuntimeException("Calling step on scheduler with no graph in place!")
    [all...]
  /dalvik/dx/tests/080-dex-exception-tables/
expected.txt 23 java.lang.RuntimeException -> 0013
45 catch java.lang.RuntimeException -> 0013
48 java.lang.RuntimeException -> 0013
50 catch java.lang.RuntimeException -> 0013
79 catch java.lang.RuntimeException -> 001f
82 java.lang.RuntimeException -> 001f
86 java.lang.RuntimeException -> 001f
89 java.lang.RuntimeException -> 001f
91 catch java.lang.RuntimeException -> 001f
119 catch java.lang.RuntimeException -> 001
    [all...]
  /external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/util/
ReflectionHelpers.java 88 throw new RuntimeException(e);
111 throw new RuntimeException(e);
129 throw new RuntimeException(e);
146 throw new RuntimeException(e);
162 throw new RuntimeException(e);
177 throw new RuntimeException(e);
192 throw new RuntimeException(e);
220 if (e.getTargetException() instanceof RuntimeException) {
221 throw (RuntimeException) e.getTargetException();
226 throw new RuntimeException(e.getTargetException())
    [all...]
  /art/test/439-npe/src/
Main.java 315 throw new RuntimeException("Failed to throw NullPointerException.");
321 throw new RuntimeException("Failed to throw NullPointerException.");
327 throw new RuntimeException("Failed to throw NullPointerException.");
333 throw new RuntimeException("Failed to throw NullPointerException.");
339 throw new RuntimeException("Failed to throw NullPointerException.");
345 throw new RuntimeException("Failed to throw NullPointerException.");
351 throw new RuntimeException("Failed to throw NullPointerException.");
357 throw new RuntimeException("Failed to throw NullPointerException.");
363 throw new RuntimeException("Failed to throw NullPointerException.");
369 throw new RuntimeException("Failed to throw NullPointerException.")
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/
DocAnalyzerTest.kt 45 public Foo() { throw new RuntimeException("Stub!"); }
52 @androidx.annotation.Nullable public java.lang.Double method1(@androidx.annotation.NonNull java.lang.Double factor1, @androidx.annotation.NonNull java.lang.Double factor2) { throw new RuntimeException("Stub!"); }
58 @androidx.annotation.Nullable public java.lang.Double method2(@androidx.annotation.NonNull java.lang.Double factor1, @androidx.annotation.NonNull java.lang.Double factor2) { throw new RuntimeException("Stub!"); }
64 @androidx.annotation.Nullable public java.lang.Double method3(@androidx.annotation.NonNull java.lang.Double factor1, @androidx.annotation.NonNull java.lang.Double factor2) { throw new RuntimeException("Stub!"); }
134 public Foo() { throw new RuntimeException("Stub!"); }
199 public PermissionTest() { throw new RuntimeException("Stub!"); }
203 @androidx.annotation.RequiresPermission(android.Manifest.permission.ACCESS_COARSE_LOCATION) public void test1() { throw new RuntimeException("Stub!"); }
207 @androidx.annotation.RequiresPermission(allOf=android.Manifest.permission.ACCESS_COARSE_LOCATION) public void test2() { throw new RuntimeException("Stub!"); }
211 @androidx.annotation.RequiresPermission(anyOf={android.Manifest.permission.ACCESS_COARSE_LOCATION, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void test3() { throw new RuntimeException("Stub!"); }
215 @androidx.annotation.RequiresPermission(allOf={android.Manifest.permission.ACCESS_COARSE_LOCATION, android.Manifest.permission.ACCOUNT_MANAGER}) public void test4() { throw new RuntimeException("Stub!");
    [all...]
StubsTest.kt 92 public Foo() { throw new RuntimeException("Stub!"); }
98 protected static void onCreate(java.lang.String parameter1) { throw new RuntimeException("Stub!"); }
153 public Range() { throw new RuntimeException("Stub!"); }
157 public TtsSpan() { throw new RuntimeException("Stub!"); }
199 public Foo(int i) { throw new RuntimeException("Stub!"); }
200 public Foo(int i, int j) { throw new RuntimeException("Stub!"); }
225 Foo() { throw new RuntimeException("Stub!"); }
342 public Foo() { throw new RuntimeException("Stub!"); }
343 public void base() { throw new RuntimeException("Stub!"); }
344 public void child() { throw new RuntimeException("Stub!");
    [all...]
  /art/test/121-modifiers/src2/
Main.java 80 throw new RuntimeException("Expected an interface.");
86 throw new RuntimeException("Undefined bits for an interface: " + className);
90 throw new RuntimeException("Expected a class.");
96 throw new RuntimeException("Undefined bits for a class: " + className);
107 throw new RuntimeException("Unexpected field bits: " + name);
115 throw new RuntimeException("Expected field bit not set.");
127 throw new RuntimeException("Unexpected method bits: " + name);
132 throw new RuntimeException("Expected method bit not set.");
163 throw new RuntimeException("Unexpected field name " + name);
201 throw new RuntimeException("Unexpected method name " + name)
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/common/
StateChangerRuleTest.java 44 private final RuntimeException mRuntimeException = new RuntimeException("D'OH");
121 final RuntimeException actualException = expectThrows(RuntimeException.class,
138 final RuntimeException actualException = expectThrows(RuntimeException.class,
152 final RuntimeException actualException = expectThrows(RuntimeException.class,
168 final RuntimeException actualException = expectThrows(RuntimeException.class
    [all...]
StateKeeperRuleTest.java 44 private final RuntimeException mRuntimeException = new RuntimeException("D'OH");
77 final RuntimeException actualException = expectThrows(RuntimeException.class,
103 final RuntimeException actualException = expectThrows(RuntimeException.class,
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
expected.txt 9 0009: new-instance v1, java.lang.RuntimeException
14 000f: invoke-direct {v2, v3}, java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
27 0008: new-instance v1, java.lang.RuntimeException
32 000e: invoke-direct {v2, v3}, java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
46 0009: new-instance v1, java.lang.RuntimeException
51 000f: invoke-direct {v2, v3}, java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
65 0008: new-instance v1, java.lang.RuntimeException
70 000e: invoke-direct {v2, v3}, java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
85 0009: new-instance v1, java.lang.RuntimeException
90 000f: invoke-direct {v2, v3}, java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)
    [all...]
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
expected.txt 79 Blort.java:16@0000: new-instance(java.lang.RuntimeException catch java.lang.R
85 Blort.java:16@0004: Rop{invoke-direct . <- Ljava/lang/RuntimeException; call
86 throws <any>}(java.lang.RuntimeException.<init>:()V catch java.lang.RuntimeEx
87 ception) . <- v0:N0000Ljava/lang/RuntimeException;
92 Blort.java:16@0007: throw(catch java.lang.RuntimeException) . <- v0:Ljava/lan
93 g/RuntimeException;
106 Blort.java:16@0000: Rop{move-result-pseudo N0000Ljava/lang/RuntimeException;
107 <- . flows} v0:N0000Ljava/lang/RuntimeException; <- .
117 Blort.java:17@0008: Rop{move-exception Ljava/lang/RuntimeException; <- . flow
118 s} v0:Ljava/lang/RuntimeException; <-
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
PropertyBoxParserImpl.java 59 throw new RuntimeException(e);
83 throw new RuntimeException(e);
128 throw new RuntimeException(e);
130 throw new RuntimeException(e);
132 throw new RuntimeException(e);
134 throw new RuntimeException(e);
139 throw new RuntimeException(e);
168 throw new RuntimeException("we have a userType but no uuid box type. Something's wrong");
187 throw new RuntimeException("No box object found for " + type);
192 throw new RuntimeException("Cannot work with that constructor: " + constructor)
    [all...]
  /cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
JvmtiAttachingHostTest.java 74 throw new RuntimeException("Failed bind-time attaching", e);
84 throw new RuntimeException("pwd failed");
88 throw new RuntimeException("pwd failed");
100 throw new RuntimeException("Failed pre-bind attaching", e);
111 throw new RuntimeException("Failed running set-agent-app", e);
120 throw new RuntimeException("Failed agent-app attaching", e);
130 throw new RuntimeException("pwd failed");
134 throw new RuntimeException("pwd failed");
148 throw new RuntimeException("Failed running set-agent-app", e);
157 throw new RuntimeException("Failed agent-app attaching", e)
    [all...]
  /external/robolectric/v1/lib/main/
maps_v16.jar 
  /art/test/911-get-stack-trace/src/art/
Frames.java 45 } catch (RuntimeException e) {
53 } catch (RuntimeException e) {
78 } catch (RuntimeException e) {
86 } catch (RuntimeException e) {
116 } catch (RuntimeException e) {
124 } catch (RuntimeException e) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
ASurfaceTextureTest.java 57 throw new RuntimeException("no EGL display");
62 throw new RuntimeException("error in eglInitialize");
76 throw new RuntimeException("eglChooseConfig failed");
83 throw new RuntimeException("eglCreatePbufferSurface failed");
89 throw new RuntimeException("eglCreateContext failed");
93 throw new RuntimeException("eglMakeCurrent failed");
  /cts/tests/tests/view/src/android/view/cts/
GLProducerThread.java 78 throw new RuntimeException("eglGetDisplay() failed "
84 throw new RuntimeException("eglInitialize() failed "
103 throw new RuntimeException("eglChooseConfig() failed");
119 throw new RuntimeException(
122 throw new RuntimeException("eglCreateWindowSurface() failed "
127 throw new RuntimeException("eglMakeCurrent() failed "
  /external/conscrypt/common/src/main/java/org/conscrypt/
DuckTypedPSKKeyManager.java 79 throw new RuntimeException("Failed to invoke chooseServerKeyIdentityHint", e);
90 throw new RuntimeException("Failed to invoke chooseServerKeyIdentityHint", e);
101 throw new RuntimeException("Failed to invoke chooseClientKeyIdentity", e);
112 throw new RuntimeException("Failed to invoke chooseClientKeyIdentity", e);
123 throw new RuntimeException("Failed to invoke getKey", e);
134 throw new RuntimeException("Failed to invoke getKey", e);
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapImplementsMapTest.java 90 } catch (RuntimeException tolerated) {
98 } catch (RuntimeException tolerated) {
106 } catch (RuntimeException tolerated) {
114 } catch (RuntimeException tolerated) {
122 } catch (RuntimeException tolerated) {
130 } catch (RuntimeException tolerated) {

Completed in 1525 milliseconds

1 2 3 4 5 6 7 8 91011>>