Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 25 of 1939) sorted by relevance

12345678910>>...78

/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java45 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
50 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
55 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
60 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
65 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
70 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
75 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
80 throw new RuntimeException("Stub!"); in startHandshake()
87 throw new RuntimeException("Stub!"); in clientCertificateRequested()
93 throw new RuntimeException("Stub!"); in handshakeCompleted()
[all …]
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImpl.java45 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
50 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
55 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
60 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
65 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
70 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
75 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl()
80 throw new RuntimeException("Stub!"); in startHandshake()
87 throw new RuntimeException("Stub!"); in clientCertificateRequested()
93 throw new RuntimeException("Stub!"); in handshakeCompleted()
[all …]
/external/proguard/src/proguard/classfile/io/
DRuntimeDataInput.java52 throw new RuntimeException(ex.getMessage()); in readBoolean()
64 throw new RuntimeException(ex.getMessage()); in readByte()
76 throw new RuntimeException(ex.getMessage()); in readChar()
88 throw new RuntimeException(ex.getMessage()); in readDouble()
100 throw new RuntimeException(ex.getMessage()); in readFloat()
112 throw new RuntimeException(ex.getMessage()); in readFully()
124 throw new RuntimeException(ex.getMessage()); in readFully()
136 throw new RuntimeException(ex.getMessage()); in readInt()
148 throw new RuntimeException(ex.getMessage()); in readLine()
160 throw new RuntimeException(ex.getMessage()); in readLong()
[all …]
DRuntimeDataOutput.java52 throw new RuntimeException(ex.getMessage()); in write()
65 throw new RuntimeException(ex.getMessage()); in write()
78 throw new RuntimeException(ex.getMessage()); in write()
91 throw new RuntimeException(ex.getMessage()); in writeBoolean()
104 throw new RuntimeException(ex.getMessage()); in writeByte()
117 throw new RuntimeException(ex.getMessage()); in writeBytes()
130 throw new RuntimeException(ex.getMessage()); in writeChar()
143 throw new RuntimeException(ex.getMessage()); in writeChars()
156 throw new RuntimeException(ex.getMessage()); in writeDouble()
169 throw new RuntimeException(ex.getMessage()); in writeFloat()
[all …]
/external/easymock/src/org/easymock/internal/
DMocksControl.java54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in replay()
109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in verify()
119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkOrder()
127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in makeThreadSafe()
135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkIsUsedInOneThread()
146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andReturn()
155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andThrow()
164 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andAnswer()
[all …]
/external/robolectric-shadows/shadowapi/src/test/java/org/robolectric/util/
DReflectionHelpersTest.java35 } catch (RuntimeException e) { in getFieldReflectively_givesHelpfulExceptions()
37 throw new RuntimeException("Incorrect exception thrown", e); in getFieldReflectively_givesHelpfulExceptions()
64 } catch (RuntimeException e) { in setFieldReflectively_givesHelpfulExceptions()
66 throw new RuntimeException("Incorrect exception thrown", e); in setFieldReflectively_givesHelpfulExceptions()
138 } catch (RuntimeException e) { in callInstanceMethodReflectively_givesHelpfulExceptions()
140 throw new RuntimeException("Incorrect exception thrown", e); in callInstanceMethodReflectively_givesHelpfulExceptions()
152 } catch (RuntimeException e) { in callInstanceMethodReflectively_rethrowsUncheckedException()
153 throw new RuntimeException("Incorrect exception thrown", e); in callInstanceMethodReflectively_rethrowsUncheckedException()
163 } catch (RuntimeException e) { in callInstanceMethodReflectively_rethrowsError()
164 throw new RuntimeException("Incorrect exception thrown", e); in callInstanceMethodReflectively_rethrowsError()
[all …]
/external/libchrome/base/android/jni_generator/
DtestMotionEvent.javap716 #2 = Class #294 // java/lang/RuntimeException
18 …#4 = Methodref #2.#296 // java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
308 #294 = Utf8 java/lang/RuntimeException
838 4: new #2 // class java/lang/RuntimeException
841 …10: invokespecial #4 // Method java/lang/RuntimeException."<init>":(Ljava/lang/St…
854 0: new #2 // class java/lang/RuntimeException
857 …6: invokespecial #4 // Method java/lang/RuntimeException."<init>":(Ljava/lang/Str…
872 0: new #2 // class java/lang/RuntimeException
875 …6: invokespecial #4 // Method java/lang/RuntimeException."<init>":(Ljava/lang/Str…
901 0: new #2 // class java/lang/RuntimeException
[all …]
DtestMotionEvent.javap12 const #2 = class #294; // java/lang/RuntimeException
14 const #4 = Method #2.#296; // java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
304 const #294 = Asciz java/lang/RuntimeException;
674 4: new #2; //class java/lang/RuntimeException
677 10: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
691 0: new #2; //class java/lang/RuntimeException
694 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
709 0: new #2; //class java/lang/RuntimeException
712 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
739 0: new #2; //class java/lang/RuntimeException
[all …]
DtestInputStream.javap8 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 …]
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/util/
DReflectionHelpers.java119 throw new RuntimeException(e);
142 throw new RuntimeException(e);
160 throw new RuntimeException(e);
177 throw new RuntimeException(e);
193 throw new RuntimeException(e);
208 throw new RuntimeException(e);
223 throw new RuntimeException(e);
251 if (e.getTargetException() instanceof RuntimeException) {
252 throw (RuntimeException) e.getTargetException();
257 throw new RuntimeException(e.getTargetException());
[all …]
/external/antlr/runtime/ObjC/Framework/
DRuntimeException.h34 @interface RuntimeException : NSException {
37 + (RuntimeException *) newException;
38 + (RuntimeException *) newException:(NSString *)aReason;
39 + (RuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
41 + (RuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason;
42 + (RuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictio…
55 @interface CloneNotSupportedException : RuntimeException {
68 @interface ConcurrentModificationException : RuntimeException {
78 @interface IllegalArgumentException : RuntimeException {
91 @interface IllegalStateException : RuntimeException {
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java111 throw new RuntimeException(ex); in write()
120 throw new RuntimeException(ex); in write()
129 throw new RuntimeException(ex); in write()
138 throw new RuntimeException(ex); in write()
147 throw new RuntimeException(ex); in write()
157 throw new RuntimeException(ex); in write()
167 throw new RuntimeException(ex); in write()
177 throw new RuntimeException(ex); in write()
187 throw new RuntimeException(ex); in write()
197 throw new RuntimeException(ex); in write()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java415 throw new RuntimeException( in previousNode()
482 throw new RuntimeException( in runTo()
539 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in addNode()
557 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in insertNode()
573 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in removeNode()
650 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in addNodes()
707 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in addNodesInDocOrder()
796 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in addNodeInDocOrder()
871 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in addNodeInDocOrder()
897 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MU… in addElement()
[all …]
DNodeSet.java271 throw new RuntimeException( in previousNode()
326 throw new RuntimeException( in runTo()
383 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in addNode()
401 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in insertNode()
417 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in removeNode()
435 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in addNodes()
475 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in addNodes()
492 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in addNodes()
520 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in addNodesInDocOrder()
548 …throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTAB… in addNodesInDocOrder()
[all …]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java99 throw new RuntimeException("Already has an EGLSurface"); in createSurfaceInternal()
104 throw new RuntimeException("Failed to create window surface"); in createSurfaceInternal()
117 throw new RuntimeException("Already has an EGLSurface"); in createPbufferSurface()
122 throw new RuntimeException("Failed to create pixel buffer surface"); in createPbufferSurface()
161 throw new RuntimeException("This object has been released"); in checkIsNotReleased()
182 throw new RuntimeException("No EGLSurface - can't make current"); in makeCurrent()
185 throw new RuntimeException("eglMakeCurrent failed"); in makeCurrent()
194 throw new RuntimeException("eglMakeCurrent failed"); in detachCurrent()
202 throw new RuntimeException("No EGLSurface - can't swap buffers"); in swapBuffers()
210 throw new RuntimeException("No EGLSurface - can't swap buffers"); in swapBuffers()
[all …]
DEglBase10.java154 throw new RuntimeException("Already has an EGLSurface"); in createSurfaceInternal()
159 throw new RuntimeException("Failed to create window surface"); in createSurfaceInternal()
173 throw new RuntimeException("Already has an EGLSurface"); in createPbufferSurface()
178 throw new RuntimeException("Failed to create pixel buffer surface"); in createPbufferSurface()
217 throw new RuntimeException("This object has been released"); in checkIsNotReleased()
237 throw new RuntimeException("No EGLSurface - can't make current"); in makeCurrent()
240 throw new RuntimeException("eglMakeCurrent failed"); in makeCurrent()
249 throw new RuntimeException("eglMakeCurrent failed"); in detachCurrent()
257 throw new RuntimeException("No EGLSurface - can't swap buffers"); in swapBuffers()
266 throw new RuntimeException("Unable to get EGL10 display"); in getEglDisplay()
[all …]
DGlShader.java51 throw new RuntimeException(GLES20.glGetShaderInfoLog(shader)); in compileShader()
66 throw new RuntimeException("Could not create program"); in GlShader()
78 throw new RuntimeException(GLES20.glGetProgramInfoLog(program)); in GlShader()
85 throw new RuntimeException("The program has been released"); in getAttribLocation()
89 throw new RuntimeException("Could not locate '" + label + "' in program"); in getAttribLocation()
100 throw new RuntimeException("The program has been released"); in setVertexAttribArray()
110 throw new RuntimeException("The program has been released"); in getUniformLocation()
114 throw new RuntimeException("Could not locate uniform '" + label + "' in program"); in getUniformLocation()
121 throw new RuntimeException("The program has been released"); in useProgram()
/external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
DMonitors.java74 } catch (RuntimeException e) { in producerMonitorFor()
94 } catch (RuntimeException e) { in create()
117 } catch (RuntimeException e) { in methodStarting()
126 } catch (RuntimeException e) { in methodFinished()
135 } catch (RuntimeException e) { in succeeded()
144 } catch (RuntimeException e) { in failed()
171 } catch (RuntimeException e) { in producerMonitorFor()
201 } catch (RuntimeException e) { in create()
233 } catch (RuntimeException e) { in methodStarting()
244 } catch (RuntimeException e) { in methodFinished()
[all …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DReflectionLongAdderCounter.java34 private static final RuntimeException initializationException;
74 initializationException = new RuntimeException(caught);
85 throw new RuntimeException(e); in ReflectionLongAdderCounter()
87 throw new RuntimeException(e); in ReflectionLongAdderCounter()
89 throw new RuntimeException(e); in ReflectionLongAdderCounter()
105 throw new RuntimeException(e); in add()
107 throw new RuntimeException(e); in add()
116 throw new RuntimeException(); in value()
118 throw new RuntimeException(); in value()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithThrowablesTest.java222 when(mock.isEmpty()).thenThrow(RuntimeException.class, (Class[]) null); in shouldNotAllowSettingNullThrowableClasses()
230 when(mock.isEmpty()).thenThrow(RuntimeException.class, (Class) null); in shouldNotAllowSettingNullVarArgThrowableClass()
246 doThrow(RuntimeException.class, (Class) null).when(mock).isEmpty(); in doThrowShouldNotAllowSettingNullThrowableClasses()
254 doThrow(RuntimeException.class, (Class[]) null).when(mock).isEmpty(); in doThrowShouldNotAllowSettingNullVarArgThrowableClasses()
262 when(mock.isEmpty()).thenThrow(RuntimeException.class, (Class<RuntimeException>[]) null); in shouldNotAllowSettingNullVarArgsThrowableClasses()
335 when(mock.size()).thenThrow(new RuntimeException()); in shouldStubbingWithThrowableBeVerifiable()
336 doThrow(new RuntimeException()).when(mock).clone(); in shouldStubbingWithThrowableBeVerifiable()
341 } catch (RuntimeException e) { in shouldStubbingWithThrowableBeVerifiable()
347 } catch (RuntimeException e) { in shouldStubbingWithThrowableBeVerifiable()
357 when(mock.size()).thenThrow(new RuntimeException()); in shouldStubbingWithThrowableFailVerification()
[all …]
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicClassifier.java71 throws IOException, RuntimeException { in OvicClassifier()
73 throw new RuntimeException("Input model is empty."); in OvicClassifier()
80 throw new RuntimeException("The model's input dimensions must be 4 (BWHC)."); in OvicClassifier()
83 throw new RuntimeException("The model must have a batch size of 1, got " in OvicClassifier()
87 throw new RuntimeException("The model must have three color channels, got " in OvicClassifier()
93 throw new RuntimeException("The model's resolution must be between (0, 1000]."); in OvicClassifier()
101 throw new RuntimeException("Cannot process output type: " + outputDataType); in OvicClassifier()
111 throw new RuntimeException(TAG + ": ImageNet classifier has not been initialized; Failed."); in classifyByteBuffer()
114 throw new RuntimeException(TAG + ": Classifier output type has not been resolved."); in classifyByteBuffer()
151 throw new RuntimeException(TAG + ": ImageNet classifier has not been initialized; Failed."); in getLastNativeInferenceLatencyMilliseconds()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSimpleElementValue.java54 throw new RuntimeException( in getValueString()
65 throw new RuntimeException( in getValueInt()
76 throw new RuntimeException( in getValueByte()
87 throw new RuntimeException( in getValueChar()
98 throw new RuntimeException( in getValueLong()
108 throw new RuntimeException( in getValueFloat()
118 throw new RuntimeException( in getValueDouble()
128 throw new RuntimeException( in getValueBoolean()
138 throw new RuntimeException( in getValueShort()
199 …throw new RuntimeException("SimpleElementValue class does not know how to stringify type " + _type… in stringifyValue()
[all …]
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DFoo.java8 throw new RuntimeException("stub!"); in Foo()
12 throw new RuntimeException("stub!"); in getName()
16 throw new RuntimeException("stub!"); in findFooById()
21 throw new RuntimeException("stub!"); in hashCode()
26 throw new RuntimeException("stub!"); in equals()
31 throw new RuntimeException("stub!"); in toString()
/external/mockito/src/test/java/org/mockito/internal/junit/util/
DJUnitFailureHackerTest.java24 RuntimeException actualExc = new RuntimeException("foo"); in shouldReplaceException()
38 Failure failure = new Failure(Description.EMPTY, new RuntimeException("foo")); in shouldAppendWarning()
49 RuntimeException ex = new RuntimeException("foo"); in shouldNotAppendWhenNoWarnings()
61 RuntimeException ex = new RuntimeException("foo"); in shouldNotAppendWhenNullWarnings()
73 Failure failure = new Failure(Description.EMPTY, new RuntimeException("foo")); in shouldPrintTheWarningSoICanSeeIt()
/external/dagger2/producers/src/test/java/dagger/producers/monitoring/internal/
DMonitorsTest.java76 doThrow(new RuntimeException("monkey")) in singleMonitor_throwingProductionComponentMonitorFactory()
103 doThrow(new RuntimeException("monkey")) in singleMonitor_throwingProductionComponentMonitor()
144 Throwable t = new RuntimeException("monkey"); in singleMonitor_normalProducerMonitorFailure()
159 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodStarting(); in singleMonitor_throwingProducerMonitorSuccess()
160 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodFinished(); in singleMonitor_throwingProducerMonitorSuccess()
161 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).succeeded(any(Object.class)); in singleMonitor_throwingProducerMonitorSuccess()
183 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodStarting(); in singleMonitor_throwingProducerMonitorFailure()
184 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodFinished(); in singleMonitor_throwingProducerMonitorFailure()
185 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).failed(any(Throwable.class)); in singleMonitor_throwingProducerMonitorFailure()
192 Throwable t = new RuntimeException("gorilla"); in singleMonitor_throwingProducerMonitorFailure()
[all …]

12345678910>>...78