Home
last modified time | relevance | path

Searched refs:IllegalStateException (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/external/okhttp/okio/okio/src/main/java/okio/
DRealBufferedSink.java44 if (closed) throw new IllegalStateException("closed"); in write()
50 if (closed) throw new IllegalStateException("closed"); in write()
56 if (closed) throw new IllegalStateException("closed"); in writeUtf8()
63 if (closed) throw new IllegalStateException("closed"); in writeUtf8()
69 if (closed) throw new IllegalStateException("closed"); in writeUtf8CodePoint()
75 if (closed) throw new IllegalStateException("closed"); in writeString()
82 if (closed) throw new IllegalStateException("closed"); in writeString()
88 if (closed) throw new IllegalStateException("closed"); in write()
94 if (closed) throw new IllegalStateException("closed"); in write()
120 if (closed) throw new IllegalStateException("closed"); in writeByte()
[all …]
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java315 throw new IllegalStateException(NO_ASSOC_ERROR); in getWidth()
326 throw new IllegalStateException(NO_ASSOC_ERROR); in getHeight()
338 throw new IllegalStateException(NO_ASSOC_ERROR); in getPad()
340 throw new IllegalStateException("Image is not stored in a unified buffer"); in getPad()
351 throw new IllegalStateException(NO_ASSOC_ERROR); in getStrides()
364 throw new IllegalStateException(NO_ASSOC_ERROR); in getOffsets()
376 throw new IllegalStateException(NO_ASSOC_ERROR); in getSubsamp()
388 throw new IllegalStateException(NO_ASSOC_ERROR); in getPlanes()
400 throw new IllegalStateException(NO_ASSOC_ERROR); in getBuf()
404 throw new IllegalStateException("Image is not stored in a unified buffer"); in getBuf()
[all …]
DTJDecompressor.java146 throw new IllegalStateException(NO_ASSOC_ERROR); in getWidth()
161 throw new IllegalStateException(NO_ASSOC_ERROR); in getHeight()
177 throw new IllegalStateException(NO_ASSOC_ERROR); in getSubsamp()
179 throw new IllegalStateException("JPEG header information is invalid"); in getSubsamp()
195 throw new IllegalStateException(NO_ASSOC_ERROR); in getColorspace()
197 throw new IllegalStateException("JPEG header information is invalid"); in getColorspace()
208 throw new IllegalStateException(NO_ASSOC_ERROR); in getJPEGBuf()
221 throw new IllegalStateException(NO_ASSOC_ERROR); in getJPEGSize()
246 throw new IllegalStateException(NO_ASSOC_ERROR); in getScaledWidth()
287 throw new IllegalStateException(NO_ASSOC_ERROR); in getScaledHeight()
[all …]
/external/proguard/src/proguard/classfile/
DProgramClass.java120 …throw ((IllegalStateException)new IllegalStateException("Expected Utf8Constant at index ["+constan… in getString()
132 …throw ((IllegalStateException)new IllegalStateException("Expected StringConstant at index ["+const… in getStringString()
144 …throw ((IllegalStateException)new IllegalStateException("Expected ClassConstant at index ["+consta… in getClassName()
156 …throw ((IllegalStateException)new IllegalStateException("Expected NameAndTypeConstant at index ["+… in getName()
168 …throw ((IllegalStateException)new IllegalStateException("Expected NameAndTypeConstant at index ["+… in getType()
181 …throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constant… in getRefClassName()
193 …throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constant… in getRefName()
205 …throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constant… in getRefType()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java67 throw new IllegalStateException("Unexpected end of DN: " + dn); in nextAT()
80 throw new IllegalStateException("Unexpected end of DN: " + dn); in nextAT()
111 throw new IllegalStateException("Unexpected end of DN: " + dn); in quotedAV()
140 throw new IllegalStateException("Unexpected end of DN: " + dn); in hexAV()
174 throw new IllegalStateException("Unexpected end of DN: " + dn); in hexAV()
235 throw new IllegalStateException("Unexpected end of DN: " + dn); in getEscaped()
313 throw new IllegalStateException("Malformed DN: " + dn); in getByte()
326 throw new IllegalStateException("Malformed DN: " + dn); in getByte()
337 throw new IllegalStateException("Malformed DN: " + dn); in getByte()
397 throw new IllegalStateException("Malformed DN: " + dn); in findMostSpecific()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttp1xStream.java98 throw new IllegalStateException( in createRequestBody()
166 if (state != STATE_IDLE) throw new IllegalStateException("state: " + state); in writeRequest()
181 throw new IllegalStateException("state: " + state); in readResponse()
218 if (state != STATE_OPEN_REQUEST_BODY) throw new IllegalStateException("state: " + state); in newChunkedSink()
224 if (state != STATE_OPEN_REQUEST_BODY) throw new IllegalStateException("state: " + state); in newFixedLengthSink()
230 if (state != STATE_OPEN_REQUEST_BODY) throw new IllegalStateException("state: " + state); in writeRequestBody()
236 if (state != STATE_OPEN_RESPONSE_BODY) throw new IllegalStateException("state: " + state); in newFixedLengthSource()
242 if (state != STATE_OPEN_RESPONSE_BODY) throw new IllegalStateException("state: " + state); in newChunkedSource()
248 if (state != STATE_OPEN_RESPONSE_BODY) throw new IllegalStateException("state: " + state); in newUnknownLengthSource()
249 if (streamAllocation == null) throw new IllegalStateException("streamAllocation == null"); in newUnknownLengthSource()
[all …]
/external/guice/extensions/persist/lib/
Djta.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/transaction/ javax/ ...
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java80 } catch (IllegalStateException expected) {} in testInitialCapacity_setTwice()
132 } catch (IllegalStateException expected) {} in testConcurrencyLevel_setTwice()
163 } catch (IllegalStateException expected) {} in testMaximumSize_setTwice()
172 } catch (IllegalStateException expected) {} in testMaximumSize_andWeight()
191 } catch (IllegalStateException expected) {} in testMaximumWeight_setTwice()
195 } catch (IllegalStateException expected) {} in testMaximumWeight_setTwice()
205 } catch (IllegalStateException expected) {} in testMaximumWeight_withoutWeigher()
215 } catch (IllegalStateException expected) {} in testWeigher_withoutMaximumWeight()
225 } catch (IllegalStateException expected) {} in testWeigher_withMaximumSize()
231 } catch (IllegalStateException expected) {} in testWeigher_withMaximumSize()
[all …]
/external/apache-http/src/org/apache/http/impl/conn/
DAbstractPoolEntry.java155 throw new IllegalStateException("Connection already open."); in open()
213 throw new IllegalStateException("Connection not open."); in tunnelTarget()
216 throw new IllegalStateException in tunnelTarget()
258 throw new IllegalStateException("Connection not open."); in tunnelProxy()
287 throw new IllegalStateException("Connection not open."); in layerProtocol()
291 throw new IllegalStateException in layerProtocol()
295 throw new IllegalStateException in layerProtocol()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/
DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class
30 public IllegalStateException(String message) { in IllegalStateException() method in IllegalStateException
37 public IllegalStateException(Throwable cause) { in IllegalStateException() method in IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { in IllegalStateException() method in IllegalStateException
/external/guava/guava/src/com/google/common/io/
DByteStreams.java216 throw new IllegalStateException(e); in readFully()
224 throw new IllegalStateException(e); in readFully()
232 throw new IllegalStateException(e); in skipBytes()
240 throw new IllegalStateException(e); in readBoolean()
248 throw new IllegalStateException(e); in readByte()
258 throw new IllegalStateException(e); in readUnsignedByte()
266 throw new IllegalStateException(e); in readShort()
274 throw new IllegalStateException(e); in readUnsignedShort()
282 throw new IllegalStateException(e); in readChar()
290 throw new IllegalStateException(e); in readInt()
[all …]
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMDC.java127 throw new IllegalStateException("MDCAdapter cannot be null. See also " + NULL_MDCA_URL); in put()
183 throw new IllegalStateException("MDCAdapter cannot be null. See also " + NULL_MDCA_URL); in get()
204 throw new IllegalStateException("MDCAdapter cannot be null. See also " + NULL_MDCA_URL); in remove()
214 throw new IllegalStateException("MDCAdapter cannot be null. See also " + NULL_MDCA_URL); in clear()
228 throw new IllegalStateException("MDCAdapter cannot be null. See also " + NULL_MDCA_URL); in getCopyOfContextMap()
244 throw new IllegalStateException("MDCAdapter cannot be null. See also " + NULL_MDCA_URL); in setContextMap()
/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilderTest.java62 } catch (IllegalStateException expected) {} in testInitialCapacity_setTwice()
85 } catch (IllegalStateException expected) {} in testConcurrencyLevel_setTwice()
107 } catch (IllegalStateException expected) {} in testMaximumSize_setTwice()
132 } catch (IllegalStateException expected) {} in testTimeToLive_setTwice()
157 } catch (IllegalStateException expected) {} in testTimeToIdle_setTwice()
176 } catch (IllegalStateException expected) {} in testTicker_setTwice()
187 } catch (IllegalStateException expected) {} in testRemovalListener_setTwice()
/external/guice/core/test/com/google/inject/
DProvisionExceptionsTest.java52 assertEquals(IllegalStateException.class, pe.getCause().getClass()); in testConstructorRuntimeException()
53 … assertEquals(IllegalStateException.class, Errors.getOnlyCause(pe.getErrorMessages()).getClass()); in testConstructorRuntimeException()
99 assertEquals(IllegalStateException.class, pe.getCause().getClass()); in testCustomProvidersRuntimeException()
100 … assertEquals(IllegalStateException.class, Errors.getOnlyCause(pe.getErrorMessages()).getClass()); in testCustomProvidersRuntimeException()
122 assertEquals(IllegalStateException.class, pe.getCause().getClass()); in testProviderMethodRuntimeException()
123 … assertEquals(IllegalStateException.class, Errors.getOnlyCause(pe.getErrorMessages()).getClass()); in testProviderMethodRuntimeException()
155 throw new IllegalStateException("boom!"); in Explosion()

12345678910>>...33