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

<<21222324252627282930>>

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 108 throw new RuntimeException(e);
167 throw new RuntimeException(e.getMessage(), e);
199 throw new RuntimeException(e.getMessage(), e);
220 throw new RuntimeException(e.getMessage(), e);
246 throw new RuntimeException(e.getMessage(), e);
261 throw new RuntimeException(e.getMessage(), e);
277 throw new RuntimeException(e.getMessage(), e);
296 throw new RuntimeException(e);
322 throw new RuntimeException(e);
345 throw new RuntimeException(e)
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 89 throw new RuntimeException("Attempting to connect filter not in graph!");
95 throw new RuntimeException("Unknown output port '" + outputName + "' on Filter " +
98 throw new RuntimeException("Unknown input port '" + inputName + "' on Filter " +
112 throw new RuntimeException(
115 throw new RuntimeException(
219 throw new RuntimeException("Could not schedule all filters! Is your graph malformed?");
231 throw new RuntimeException("Filter did not return an output format for "
263 throw new RuntimeException("Type mismatch: Filter " + filter + " expects a "
320 throw new RuntimeException("Attempting to connect " + outputPort + " to multiple "
328 throw new RuntimeException("TODO: Unsynced branches not implemented yet!")
    [all...]
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 66 throw new RuntimeException("Failed to create service " + className
81 * @throws RuntimeException if the service fails to start.
92 throw new RuntimeException("Failed to create " + name
100 throw new RuntimeException("Failed to create service " + name
103 throw new RuntimeException("Failed to create service " + name
106 throw new RuntimeException("Failed to create service " + name
109 throw new RuntimeException("Failed to create service " + name
127 } catch (RuntimeException ex) {
128 throw new RuntimeException("Failed to start service " + service.getClass().getName()
157 throw new RuntimeException("Failed to boot service
    [all...]
  /packages/services/Car/service/src/com/android/car/
GarageModeService.java 39 import java.lang.RuntimeException;
309 throw new RuntimeException("Must include valid policy.");
316 throw new RuntimeException("Bad policy format: " + policy[i]);
323 throw new RuntimeException("Missing wakeup time: " + policy[i]);
328 throw new RuntimeException("Missing wakeup time value: " + wakeupTime);
333 throw new RuntimeException("Wakeup time must be > 0: " + timeCount);
340 throw new RuntimeException("Bad wakeup time units: " + wakeupTime);
345 throw new RuntimeException("Bad wakeup time value: " + wakeupTimeValue);
350 throw new RuntimeException(
354 throw new RuntimeException("Bad number of attempts: " + splitString[1])
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/
NullnessMigrationTest.kt 344 public static int codePointAt(char @NonNull [] a, int index) { throw new RuntimeException("Stub!"); }
370 public Foo() { throw new RuntimeException("Stub!"); }
371 public static char @androidx.annotation.RecentlyNonNull [] toChars(int codePoint) { throw new RuntimeException("Stub!"); }
372 public static int codePointAt(char @androidx.annotation.RecentlyNonNull [] a, int index) { throw new RuntimeException("Stub!"); }
373 public <T> T @androidx.annotation.RecentlyNonNull [] toArray(T @androidx.annotation.RecentlyNonNull [] a) { throw new RuntimeException("Stub!"); }
394 public static int codePointAt(char @NonNull [] a, int index) { throw new RuntimeException("Stub!"); }
420 public Foo() { throw new RuntimeException("Stub!"); }
421 public static char @androidx.annotation.RecentlyNonNull [] toChars(int codePoint) { throw new RuntimeException("Stub!"); }
422 public static int codePointAt(char @androidx.annotation.RecentlyNonNull [] a, int index) { throw new RuntimeException("Stub!"); }
423 public <T> T @androidx.annotation.RecentlyNonNull [] toArray(T @androidx.annotation.RecentlyNonNull [] a) { throw new RuntimeException("Stub!");
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/net/
HttpHelper.java 204 } else if (runnable.getException() instanceof RuntimeException) {
205 throw (RuntimeException) runnable.getException();
222 } else if (runnable.getException() instanceof RuntimeException) {
223 throw (RuntimeException) runnable.getException();
243 } else if (runnable.getException() instanceof RuntimeException) {
244 throw (RuntimeException) runnable.getException();
332 } catch (RuntimeException e) {
333 CLog.i("RuntimeException %s", e.getMessage());
395 } catch (RuntimeException e) {
396 CLog.i("RuntimeException %s", e.getMessage())
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
RSACipherTest.java 66 throw new RuntimeException("Failed for key " + key.getAlias(), e);
95 throw new RuntimeException("Failed for key " + key.getAlias(), e);
123 throw new RuntimeException("Failed for key " + key.getAlias(), e);
152 throw new RuntimeException("Failed for key " + key.getAlias(), e);
184 throw new RuntimeException("Failed for key " + key.getAlias(), e);
216 throw new RuntimeException("Failed for key " + key.getAlias(), e);
247 throw new RuntimeException("Failed for key " + key.getAlias(), e);
CipherTest.java 352 throw new RuntimeException("Failed for " + algorithm, e);
377 throw new RuntimeException("Failed for" + algorithm, e);
419 throw new RuntimeException(
511 throw new RuntimeException(
560 throw new RuntimeException(
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 203 private RuntimeException mFailure = null;
243 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's "
248 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's "
253 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo));
275 throw new RuntimeException("test timed out");
293 public void failure(RuntimeException failure) {
318 mFailure = new RuntimeException("no failure exception set");
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 78 Throwable cause = new RuntimeException("Message");
85 "java.lang.RuntimeException: Message", sqlClientInfoException
140 Throwable cause = new RuntimeException("Message");
190 Throwable cause = new RuntimeException("Message");
217 Throwable cause = new RuntimeException("Message");
263 Throwable cause = new RuntimeException("Message");
278 Throwable cause = new RuntimeException("Message");
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 152 throws ClassNotFoundException, RuntimeException
171 throw new RuntimeException("cannot find a class file: "
176 throw new RuntimeException("no default value: " + classname + "."
204 catch (RuntimeException e) {
208 throw new RuntimeException("Error retrieving value " + name + " for annotation " + annotation.getTypeName(), e);
265 catch (RuntimeException e) {
269 throw new RuntimeException("Error retrieving value " + name + " for annotation " + annotation.getTypeName(), e);
  /frameworks/base/tests/testables/src/android/testing/
TestableLooper.java 152 throw new RuntimeException(e);
165 throw new RuntimeException(e);
197 throw new RuntimeException("Message didn't queue...");
231 throw new RuntimeException(e);
278 } catch (RuntimeException re) {
280 // RuntimeException, make sure we grab the actual source.
316 private static class LooperException extends RuntimeException {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordLoader.java 156 throw new RuntimeException("get EF record size failed",
167 throw new RuntimeException("get wrong EF record size format",
174 throw new RuntimeException("wrong ADN format",
188 throw new RuntimeException("update EF adn record failed",
199 throw new RuntimeException("load failed", ar.exception);
258 throw new RuntimeException("load failed", ar.exception);
283 } catch (RuntimeException exc) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 96 } catch (RuntimeException ex) {
117 } catch (RuntimeException ex) {
132 } catch (RuntimeException ex) {
144 } catch (RuntimeException ex) {
157 } catch (RuntimeException ex) {
250 } catch (RuntimeException ex) {
270 } catch (RuntimeException ex) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 91 throw new RuntimeException("Could not fetch frame data!");
115 throw new RuntimeException("RETAINING RELEASED");
123 throw new RuntimeException("DOUBLE-RELEASE");
248 throw new RuntimeException(
256 throw new RuntimeException(
260 throw new RuntimeException(
300 throw new RuntimeException(
303 throw new RuntimeException(
318 throw new RuntimeException("Attempting to read-lock locked frame " + this + "!");
364 throw new RuntimeException("Internal error: Setting data on frame backing " + thi
    [all...]
  /dalvik/dx/tests/083-ssa-phi-placement/
expected.txt 172 Blort.java:52@0007: new-instance(java.lang.RuntimeException catch) . <- .
178 Blort.java:52@000a: move-object v6:N0007Ljava/lang/RuntimeException; <- v3:N0
179 007Ljava/lang/RuntimeException;
180 Blort.java:52@000a: move-object v3:N0007Ljava/lang/RuntimeException; <- v6:N0
181 007Ljava/lang/RuntimeException;
182 Blort.java:52@000a: move-object v4:N0007Ljava/lang/RuntimeException; <- v6:N0
183 007Ljava/lang/RuntimeException;
190 Blort.java:52@000d: Rop{invoke-direct . <- Ljava/lang/RuntimeException; Ljava
191 /lang/String; call throws <any>}(java.lang.RuntimeException.<init>:(Ljava/lan
192 g/String;)V catch) . <- v4:N0007Ljava/lang/RuntimeException; v5:Ljava/lang/S
    [all...]
  /external/vogar/src/vogar/
OptionParser.java 171 throw new RuntimeException("cannot handle non-collection parameterized type " + type);
175 throw new RuntimeException("cannot handle nested parameterized type " + type);
185 throw new RuntimeException(
194 throw new RuntimeException("cannot handle unknown field type " + type);
219 throw new RuntimeException(e);
282 throw new RuntimeException("unrecognized option '" + name + "'");
342 throw new RuntimeException("couldn't convert '" + valueText + "' to a " + type + " for option '" + arg + "'");
357 throw new RuntimeException("internal error", ex);
369 throw new RuntimeException(e);
378 throw new RuntimeException("option '" + name + "' requires a " + type + " argument")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java 143 throw new RuntimeException("failed creating program");
148 throw new RuntimeException("Could not get attrib location for aPosition");
153 throw new RuntimeException("Could not get attrib location for aTextureCoord");
159 throw new RuntimeException("Could not get attrib location for uMVPMatrix");
165 throw new RuntimeException("Could not get attrib location for uSTMatrix");
194 throw new RuntimeException("failed creating program");
249 throw new RuntimeException(op + ": glError " + error);
296 throw new RuntimeException("Failed to write file " + filename, ioe);
301 throw new RuntimeException("Failed to close file " + filename, ioe2);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 139 throw new RuntimeException("failed creating program");
144 throw new RuntimeException("Could not get attrib location for aPosition");
149 throw new RuntimeException("Could not get attrib location for aTextureCoord");
155 throw new RuntimeException("Could not get attrib location for uMVPMatrix");
161 throw new RuntimeException("Could not get attrib location for uSTMatrix");
190 throw new RuntimeException("failed creating program");
245 throw new RuntimeException(op + ": glError " + error);
292 throw new RuntimeException("Failed to write file " + filename, ioe);
297 throw new RuntimeException("Failed to close file " + filename, ioe2);
  /external/guava/guava-tests/test/com/google/common/io/
CloserTest.java 240 RuntimeException tryException = new RuntimeException();
241 RuntimeException c1Exception = new RuntimeException();
242 RuntimeException c2Exception = new RuntimeException();
301 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(new RuntimeException()));
332 RuntimeException c2Exception = new RuntimeException();
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MapEntry.java 172 throw new RuntimeException(
199 throw new RuntimeException(
205 throw new RuntimeException(
298 throw new RuntimeException(
312 throw new RuntimeException(
347 throw new RuntimeException(
353 throw new RuntimeException(
409 throw new RuntimeException(
415 throw new RuntimeException(
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 207 throw new RuntimeException("system server dead?", e);
238 throw new RuntimeException("system server dead?", e);
255 throw new RuntimeException("system server dead?", e);
295 throw new RuntimeException("system server dead?", e);
309 throw new RuntimeException("system server dead?", e);
326 throw new RuntimeException("system server dead?", e);
347 throw new RuntimeException("system server dead?", e);
367 throw new RuntimeException("system server dead?", e);
390 throw new RuntimeException("system server dead?", e);
  /art/test/1900-track-alloc/
alloc.cc 72 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
102 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
108 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
120 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
150 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
Rgba16fTests.java 54 throw new RuntimeException("Test failed: ", e);
78 throw new RuntimeException("Test failed: ", e);
112 throw new RuntimeException("Test failed: ", e);
133 throw new RuntimeException("Test failed: ", e);
156 throw new RuntimeException("Test failed: ", e);
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 91 throw new RuntimeException(
155 throw new RuntimeException(
181 throw new RuntimeException("Label " + uc.from + " not defined");
186 throw new RuntimeException("Label " + uc.to + " not defined");
199 throw new RuntimeException("Label " + branch

Completed in 1762 milliseconds

<<21222324252627282930>>