/external/sfntly/cpp/src/sfntly/port/ |
exception_type.h | 113 class IllegalStateException : public Exception { 115 IllegalStateException() throw() : Exception("Illegal state") {} 116 explicit IllegalStateException(const char* message) throw() 118 virtual ~IllegalStateException() throw() {}
|
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLContextImpl.java | 99 throw new IllegalStateException("SSLContext is not initialized."); 107 throw new IllegalStateException("SSLContext is not initialized."); 115 throw new IllegalStateException("SSLContext is not initialized."); 125 throw new IllegalStateException("SSLContext is not initialized.");
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieSpecRegistry.java | 103 * @throws IllegalStateException if a policy with the given name cannot be found 106 throws IllegalStateException { 115 throw new IllegalStateException("Unsupported cookie spec: " + name); 126 * @throws IllegalStateException if a policy with the given name cannot be found 129 throws IllegalStateException {
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
HeaderIterator.java | 81 public void remove() throws IllegalStateException { 83 throw new IllegalStateException(); 88 throw new IllegalStateException();
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
MockSpdyPeer.java | 77 if (serverSocket != null) throw new IllegalStateException(); 93 if (socket != null) throw new IllegalStateException(); 182 if (this.type != -1) throw new IllegalStateException(); 190 if (this.type != -1) throw new IllegalStateException(); 201 if (this.type != -1) throw new IllegalStateException(); 209 if (this.type != -1) throw new IllegalStateException(); 218 if (this.type != -1) throw new IllegalStateException(); 227 if (this.type != -1) throw new IllegalStateException(); 235 if (this.type != -1) throw new IllegalStateException(); 242 if (this.type != -1) throw new IllegalStateException(); [all...] |
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
RtpStream.java | 129 * @throws IllegalStateException if the stream is busy. 134 throw new IllegalStateException("Busy"); 150 * @throws IllegalStateException if the stream is busy. 155 throw new IllegalStateException("Busy"); 176 * @throws IllegalStateException if the stream is busy. 182 throw new IllegalStateException("Busy");
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Connection.java | 178 throw new IllegalStateException("Connection is not established!"); 181 throw new IllegalStateException("Connection is already authenticated!"); 259 throw new IllegalStateException("Connection is not established!"); 262 throw new IllegalStateException("Connection is already authenticated!"); 305 throw new IllegalStateException("Connection is not established!"); 308 throw new IllegalStateException("Connection is already authenticated!"); 356 throw new IllegalStateException("Connection is not established!"); 359 throw new IllegalStateException("Connection is already authenticated!"); 424 throw new IllegalStateException("Connection is not established!"); 427 throw new IllegalStateException("Connection is already authenticated!") [all...] |
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/ |
WriteData.java | 115 * @throws IllegalStateException 117 public void validate() throws IllegalStateException { 119 throw new IllegalStateException( 126 throw new IllegalStateException( 131 throw new IllegalStateException( 136 throw new IllegalStateException("Selection out of bounds");
|
/frameworks/base/sax/java/android/sax/ |
Element.java | 68 throw new IllegalStateException("This element already has an end" 131 throw new IllegalStateException( 142 throw new IllegalStateException( 154 throw new IllegalStateException( 159 throw new IllegalStateException("This element already has children."
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
DistinguishedNameParser.java | 67 throw new IllegalStateException("Unexpected end of DN: " + dn); 80 throw new IllegalStateException("Unexpected end of DN: " + dn); 111 throw new IllegalStateException("Unexpected end of DN: " + dn); 140 throw new IllegalStateException("Unexpected end of DN: " + dn); 174 throw new IllegalStateException("Unexpected end of DN: " + dn); 235 throw new IllegalStateException("Unexpected end of DN: " + dn); 313 throw new IllegalStateException("Malformed DN: " + dn); 326 throw new IllegalStateException("Malformed DN: " + dn); 337 throw new IllegalStateException("Malformed DN: " + dn); 397 throw new IllegalStateException("Malformed DN: " + dn) [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
DistinguishedNameParser.java | 69 throw new IllegalStateException("Unexpected end of DN: " + dn); 82 throw new IllegalStateException("Unexpected end of DN: " + dn); 113 throw new IllegalStateException("Unexpected end of DN: " + dn); 142 throw new IllegalStateException("Unexpected end of DN: " + dn); 176 throw new IllegalStateException("Unexpected end of DN: " + dn); 237 throw new IllegalStateException("Unexpected end of DN: " + dn); 315 throw new IllegalStateException("Malformed DN: " + dn); 328 throw new IllegalStateException("Malformed DN: " + dn); 339 throw new IllegalStateException("Malformed DN: " + dn); 399 throw new IllegalStateException("Malformed DN: " + dn) [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/ |
KerberosKeyTest.java | 177 // check that IllegalStateException is thrown for certain methods 180 fail("No expected IllegalStateException"); 181 } catch (IllegalStateException e) { 186 fail("No expected IllegalStateException"); 187 } catch (IllegalStateException e) { 192 fail("No expected IllegalStateException"); 193 } catch (IllegalStateException e) { 198 fail("No expected IllegalStateException"); 199 } catch (IllegalStateException e) { 204 fail("No expected IllegalStateException"); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyAgreementSpi.java | 69 throws InvalidKeyException, IllegalStateException 73 throw new IllegalStateException("Diffie-Hellman not initialised."); 101 throws IllegalStateException 105 throw new IllegalStateException("Diffie-Hellman not initialised."); 114 throws IllegalStateException, ShortBufferException 118 throw new IllegalStateException("Diffie-Hellman not initialised."); 138 throw new IllegalStateException("Diffie-Hellman not initialised.");
|
/libcore/luni/src/main/java/javax/crypto/ |
ExemptionMechanism.java | 212 * @throws IllegalStateException 216 public final int getOutputSize(int inputLen) throws IllegalStateException { 218 throw new IllegalStateException("ExemptionMechanism is not initialized"); 296 * @throws IllegalStateException 302 public final byte[] genExemptionBlob() throws IllegalStateException, 305 throw new IllegalStateException("ExemptionMechanism is not initialized"); 320 * @throws IllegalStateException 329 throws IllegalStateException, ShortBufferException, 343 * @throws IllegalStateException 352 throws IllegalStateException, ShortBufferException [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
FastXmlSerializer.java | 167 IllegalArgumentException, IllegalStateException { 183 IllegalStateException { 188 IllegalStateException { 193 IllegalStateException { 197 public void endDocument() throws IOException, IllegalArgumentException, IllegalStateException { 202 IllegalArgumentException, IllegalStateException { 224 IllegalStateException { 289 IllegalStateException { 294 IllegalStateException { 299 IllegalStateException { [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
Equalizer.java | 138 * @throws java.lang.IllegalStateException 144 throws IllegalStateException, IllegalArgumentException, 178 * @throws IllegalStateException 183 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { 200 * @throws IllegalStateException 205 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { 217 * @throws IllegalStateException 223 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { 238 * @throws IllegalStateException 243 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException [all...] |
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
AwtPanelsContext.java | 33 throw new IllegalStateException(); 42 throw new IllegalStateException(); 47 throw new IllegalStateException(); 52 throw new IllegalStateException(); 174 throw new IllegalStateException("Already created"); 184 throw new IllegalStateException("Not created");
|
/external/smack/src/org/apache/qpid/management/common/sasl/ |
PlainSaslClient.java | 62 throw new IllegalStateException("PLAIN: authentication already " + 114 throw new IllegalStateException("PLAIN: this mechanism supports " + 117 throw new IllegalStateException("PLAIN: authentication not " + 126 throw new IllegalStateException("PLAIN: this mechanism supports " + 131 throw new IllegalStateException("PLAIN: authentication not " + 151 throw new IllegalStateException("PLAIN: authentication not " +
|
/frameworks/base/core/java/android/app/ |
UiAutomationConnection.java | 69 throw new IllegalStateException("Already connected."); 83 throw new IllegalStateException("Already disconnected."); 178 throw new IllegalStateException("Error while registering UiTestAutomationService.", re); 191 throw new IllegalStateException("Error while unregistering UiTestAutomationService", 230 throw new IllegalStateException("Connection shutdown!"); 236 throw new IllegalStateException("Not connected!");
|
/frameworks/base/core/java/android/content/ |
SyncAdapterType.java | 96 throw new IllegalStateException( 104 throw new IllegalStateException( 117 throw new IllegalStateException( 133 throw new IllegalStateException( 145 throw new IllegalStateException( 194 throw new IllegalStateException("keys aren't parcelable");
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/dh/ |
DhGroupExchange.java | 59 throw new IllegalStateException("Not initialized!"); 70 throw new IllegalStateException("Shared secret not yet known, need f first!"); 81 throw new IllegalStateException("Not initialized!");
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Suggestions.java | 112 throw new IllegalStateException("registerDataSetObserver() when closed"); 139 throw new IllegalStateException("Double close()"); 182 throw new IllegalStateException("Called getSourceCount() when closed.");
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 159 throw new IllegalStateException("The buffer is already empty");
173 throw new IllegalStateException("The buffer is already empty");
241 throw new IllegalStateException();
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
EglConfigTest.java | 101 throw new IllegalStateException("Couldn't call eglGetConfigAttrib"); 106 throw new IllegalStateException("Couldn't call eglChooseConfig (1)"); 109 throw new IllegalStateException("Couldn't call eglChooseConfig (2)"); 115 throw new IllegalStateException("Couldn't initialize EGL.");
|
/cts/tools/dex-tools/test/dex/reader/util/ |
JavaSource.java | 50 throw new IllegalStateException();
|