| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| CompanionAwareTest.java | 36 * @throws RuntimeException if no companion device has been allocated 42 throw new RuntimeException("no companion device allocated, "
|
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| WrapperTest.java | 83 throw new RuntimeException("buffer has overrun (intbuf)"); 91 throw new RuntimeException("buffer has overrun (int[])"); 139 throw new RuntimeException("buffer has overrun (intbuf)"); 147 throw new RuntimeException("buffer has overrun (int[])"); 175 throw new RuntimeException("eglMakeCurrent failed"); 225 throw new RuntimeException(op + ": glError " + error); 237 throw new RuntimeException("unable to get EGL14 display"); 242 throw new RuntimeException("unable to initialize EGL14"); 254 throw new RuntimeException("unsupported API level " + api); 270 throw new RuntimeException("unable to find RGB888+pbuffer ES" + api + " EGL config") [all...] |
| Egl14Utils.java | 102 throw new RuntimeException("error releasing context: " + error); 108 throw new RuntimeException("error destroying context: " + error); 117 throw new RuntimeException("error releasing thread: " + error); 123 throw new RuntimeException("error terminating display: " + error); 153 throw new RuntimeException("eglChooseConfig failed"); 161 * @throws RuntimeException if there is a GL error 166 throw new RuntimeException("gl error: " + Integer.toHexString(errorCode));
|
| /external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
| RenegotiationTest.java | 151 throw new RuntimeException(e); 161 throw new RuntimeException(e); 175 } catch (RuntimeException e) { 178 throw new RuntimeException(e); 208 throw new RuntimeException(e); 217 throw new RuntimeException(e); 276 throw new RuntimeException(e); 278 throw new RuntimeException(e); 304 throw new RuntimeException(e); 318 throw new RuntimeException(e) [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| NdkInputSurface.java | 51 throw new RuntimeException("unable to get EGL14 display"); 56 throw new RuntimeException("unable to find RGB888+recordable ES2 EGL config"); 61 throw new RuntimeException("null context"); 66 throw new RuntimeException("surface was null"); 77 throw new RuntimeException("eglMakeCurrent failed");
|
| /dalvik/dexgen/src/com/android/dexgen/util/ |
| HexParser.java | 78 throw new RuntimeException("bogus offset marker: " + 105 throw new RuntimeException("spare digit around " + 114 throw new RuntimeException("bogus digit character: \"" + 127 throw new RuntimeException("spare digit around offset " + 132 throw new RuntimeException("unterminated quote around " +
|
| /dalvik/dx/src/com/android/dx/util/ |
| HexParser.java | 78 throw new RuntimeException("bogus offset marker: " + 105 throw new RuntimeException("spare digit around " + 114 throw new RuntimeException("bogus digit character: \"" + 127 throw new RuntimeException("spare digit around offset " + 132 throw new RuntimeException("unterminated quote around " +
|
| /external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
| Insertion.java | 340 throw new RuntimeException("Illegal kind: " + type.getKind()); 402 throw new RuntimeException("Expected 'ANNOTATION' insertion kind, got '" 414 throw new RuntimeException("Missing type path."); 429 throw new RuntimeException("Incorrect type path."); 436 throw new RuntimeException("Incorrect type path: " 441 throw new RuntimeException("Incorrect type path."); 448 throw new RuntimeException("Incorrect type path: " 453 throw new RuntimeException("Incorrect type path."); 463 throw new RuntimeException("Incorrect type argument index: " + tpe.arg); 466 throw new RuntimeException("Incorrect type path.") [all...] |
| /external/protobuf/conformance/ |
| ConformanceJava.java | 74 throw new RuntimeException("Request didn't have payload."); 78 throw new RuntimeException("Unexpected payload case."); 84 throw new RuntimeException("Unspecified output format."); 99 throw new RuntimeException("Unexpected request output."); 114 throw new RuntimeException("Unexpected EOF from test program.");
|
| /frameworks/base/core/tests/utiltests/src/android/util/ |
| RemoteIntArray.java | 62 throw new RuntimeException(e); 70 throw new RuntimeException(e); 102 throw new RuntimeException(e); 110 throw new RuntimeException(e); 155 throw new RuntimeException(e);
|
| /frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/ |
| TimeReceiver.java | 53 throw new RuntimeException( 76 * different type tag. If it times out, a RuntimeException is thrown. 84 throw new RuntimeException("Timed out when listening for a time: " + type); 90 throw new RuntimeException(e); 93 throw new RuntimeException("Timed out when listening for a time: " + type);
|
| /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
| Utils.java | 47 throw new RuntimeException(selector.toString() + " has not been started."); 86 throw new RuntimeException(); 88 throw new RuntimeException("Unsupported device rotation."); 106 throw new RuntimeException("Unsupported rotation mode: " + rotationMode); 115 throw new RuntimeException(e);
|
| /tools/tradefederation/core/src/com/android/tradefed/result/ |
| LogSaverResultForwarder.java | 51 } catch (RuntimeException e) { 68 } catch (RuntimeException e) { 94 } catch (RuntimeException | IOException e) { 122 } catch (RuntimeException e) { 137 } catch (RuntimeException e) {
|
| /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
| NotificationInd.java | 33 * RuntimeException if an undeclared error occurs. 63 * RuntimeException if an undeclared error occurs. 85 * RuntimeException if an undeclared error occurs. 107 * @throws RuntimeException if an undeclared error occurs. 129 * RuntimeException if an undeclared error occurs. 151 * RuntimeException if an undeclared error occurs. 171 * @throws RuntimeException if an undeclared error occurs. 191 * RuntimeException if an undeclared error occurs. 211 * RuntimeException if an undeclared error occurs. 231 * RuntimeException if an undeclared error occurs [all...] |
| /frameworks/base/tests/utils/testutils/java/android/os/test/ |
| TestLooper.java | 68 throw new RuntimeException("Failed to initialize TestLooper", e); 81 throw new RuntimeException("Reflection error constructing or accessing looper", e); 98 throw new RuntimeException("Access failed in TestLooper: get - MessageQueue.mMessages", 115 throw new RuntimeException("Access failed in TestLooper: set - Message.when", e); 148 throw new RuntimeException("Access failed in TestLooper", e); 208 private RuntimeException mAutoDispatchException = null; 222 } catch (RuntimeException e) { 246 * @return RuntimeException Exception created by stopping without dispatching a message 248 public RuntimeException getException() { 279 RuntimeException e = mAutoDispatchThread.getException() [all...] |
| /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
| RemoteLayoutlibCallbackAdapter.java | 64 throw new RuntimeException(e); 168 throw new RuntimeException(e); 178 throw new RuntimeException(e); 187 throw new RuntimeException(e); 196 throw new RuntimeException(e); 210 throw new RuntimeException(e); 233 throw new RuntimeException(e); 248 throw new RuntimeException(e); 262 throw new RuntimeException(e); 276 throw new RuntimeException(e) [all...] |
| /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
| NotificationInd.java | 33 * RuntimeException if an undeclared error occurs. 63 * RuntimeException if an undeclared error occurs. 85 * RuntimeException if an undeclared error occurs. 107 * @throws RuntimeException if an undeclared error occurs. 129 * RuntimeException if an undeclared error occurs. 151 * RuntimeException if an undeclared error occurs. 171 * @throws RuntimeException if an undeclared error occurs. 191 * RuntimeException if an undeclared error occurs. 211 * RuntimeException if an undeclared error occurs. 231 * RuntimeException if an undeclared error occurs [all...] |
| /packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
| NotificationInd.java | 31 * RuntimeException if an undeclared error occurs. 61 * RuntimeException if an undeclared error occurs. 83 * RuntimeException if an undeclared error occurs. 105 * @throws RuntimeException if an undeclared error occurs. 127 * RuntimeException if an undeclared error occurs. 149 * RuntimeException if an undeclared error occurs. 169 * @throws RuntimeException if an undeclared error occurs. 189 * RuntimeException if an undeclared error occurs. 209 * RuntimeException if an undeclared error occurs. 229 * RuntimeException if an undeclared error occurs [all...] |
| /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
| NotificationInd.java | 33 * @throws RuntimeException if an undeclared error occurs. 63 * @throws RuntimeException if an undeclared error occurs. 85 * @throws RuntimeException if an undeclared error occurs. 107 * @throws RuntimeException if an undeclared error occurs. 129 * @throws RuntimeException if an undeclared error occurs. 151 * @throws RuntimeException if an undeclared error occurs. 171 * @throws RuntimeException if an undeclared error occurs. 191 * @throws RuntimeException if an undeclared error occurs. 211 * @throws RuntimeException if an undeclared error occurs. 231 * @throws RuntimeException if an undeclared error occurs [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| RIL.java | 378 } catch (RemoteException | RuntimeException e) { 423 } catch (RemoteException | RuntimeException e) { 538 } catch (RemoteException | RuntimeException e) { 583 } catch (RemoteException | RuntimeException e) { 611 } catch (RemoteException | RuntimeException e) { 638 } catch (RemoteException | RuntimeException e) { 666 } catch (RemoteException | RuntimeException e) { 694 } catch (RemoteException | RuntimeException e) { 722 } catch (RemoteException | RuntimeException e) { 743 } catch (RemoteException | RuntimeException e) [all...] |
| /cts/tests/tests/keystore/src/android/keystore/cts/ |
| KeyGeneratorTest.java | 112 throw new RuntimeException("Failed for " + algorithm, e); 127 throw new RuntimeException("Failed for " + algorithm, e); 144 throw new RuntimeException("Failed for " + algorithm, e); 159 throw new RuntimeException("Failed for " + algorithm, e); 175 throw new RuntimeException("Failed for " + algorithm, e); 190 throw new RuntimeException("Failed for " + algorithm, e); 205 throw new RuntimeException("Failed for " + algorithm, e); 219 throw new RuntimeException("Failed for " + algorithm, e); 256 throw new RuntimeException("Failed for key size " + i, e); 296 throw new RuntimeException( [all...] |
| SecretKeyFactoryTest.java | 140 throw new RuntimeException("Failed for " + algorithm, e); 154 throw new RuntimeException("Failed for " + algorithm, e); 169 throw new RuntimeException("Failed for " + algorithm, e); 195 throw new RuntimeException("Failed for " + algorithm, e); 209 throw new RuntimeException("Failed for " + algorithm, e); 223 throw new RuntimeException("Failed for " + algorithm, e); 243 throw new RuntimeException("Failed for " + algorithm, e);
|
| /art/test/070-nio-buffer/src/ |
| Main.java | 140 throw new RuntimeException("byte get/store failed"); 143 throw new RuntimeException("short get/store failed"); 146 throw new RuntimeException("char get/store failed"); 149 throw new RuntimeException("int get/store failed"); 152 throw new RuntimeException("float get/store failed"); 155 throw new RuntimeException("long get/store failed"); 158 throw new RuntimeException("double get/store failed");
|
| /art/test/712-varhandle-invocations/src/ |
| VarHandleTypeConversionTests.java | 33 throw new RuntimeException(e); 70 throw new RuntimeException(e); 98 throw new RuntimeException(e); 124 throw new RuntimeException(e); 152 throw new RuntimeException(e); 180 throw new RuntimeException(e); 209 throw new RuntimeException(e); 238 throw new RuntimeException(e); 267 throw new RuntimeException(e); 299 throw new RuntimeException(e) [all...] |
| /libcore/ojluni/src/main/java/java/lang/invoke/ |
| MethodHandleStatics.java | 137 /*non-public*/ static RuntimeException newIllegalStateException(String message) { 140 /*non-public*/ static RuntimeException newIllegalStateException(String message, Object obj) { 143 /*non-public*/ static RuntimeException newIllegalArgumentException(String message) { 146 /*non-public*/ static RuntimeException newIllegalArgumentException(String message, Object obj) { 149 /*non-public*/ static RuntimeException newIllegalArgumentException(String message, Object obj, Object obj2) { 155 if (ex instanceof RuntimeException) throw (RuntimeException) ex;
|