OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
226 - 250
of
1476
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java
116
* @throws
IllegalStateException
121
throws
IllegalStateException
{
124
throw new
IllegalStateException
("Connection GC already enabled.");
129
throw new
IllegalStateException
("Pool already in use.");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java
151
* @exception
IllegalStateException
if the cipher isn't initialised.
157
throws DataLengthException,
IllegalStateException
182
* @exception
IllegalStateException
if the cipher isn't initialised.
190
throws DataLengthException,
IllegalStateException
251
* @exception
IllegalStateException
if the underlying cipher is not
260
throws DataLengthException,
IllegalStateException
, InvalidCipherTextException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CFBBlockCipher.java
139
* @exception
IllegalStateException
if the cipher isn't initialised.
147
throws DataLengthException,
IllegalStateException
161
* @exception
IllegalStateException
if the cipher isn't initialised.
169
throws DataLengthException,
IllegalStateException
209
* @exception
IllegalStateException
if the cipher isn't initialised.
217
throws DataLengthException,
IllegalStateException
CTSBlockCipher.java
82
* @exception
IllegalStateException
if the cipher isn't initialised.
88
throws DataLengthException,
IllegalStateException
115
* @exception
IllegalStateException
if the cipher isn't initialised.
123
throws DataLengthException,
IllegalStateException
182
* @exception
IllegalStateException
if the underlying cipher is not
190
throws DataLengthException,
IllegalStateException
, InvalidCipherTextException
CCMBlockCipher.java
114
throws DataLengthException,
IllegalStateException
122
throws DataLengthException,
IllegalStateException
130
throws
IllegalStateException
, InvalidCipherTextException
182
throws
IllegalStateException
, InvalidCipherTextException
188
throw new
IllegalStateException
("CCM cipher unitialized.");
198
throw new
IllegalStateException
("CCM packet too large for choice of q.");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java
142
* @exception
IllegalStateException
if the cipher isn't initialised.
148
throws DataLengthException,
IllegalStateException
173
* @exception
IllegalStateException
if the cipher isn't initialised.
181
throws DataLengthException,
IllegalStateException
238
* @exception
IllegalStateException
if the underlying cipher is not
245
throws DataLengthException,
IllegalStateException
, InvalidCipherTextException
/external/guava/guava/src/com/google/common/base/
Preconditions.java
125
* @throws
IllegalStateException
if {@code expression} is false
129
throw new
IllegalStateException
();
140
* @throws
IllegalStateException
if {@code expression} is false
145
throw new
IllegalStateException
(String.valueOf(errorMessage));
163
* @throws
IllegalStateException
if {@code expression} is false
172
throw new
IllegalStateException
(
/frameworks/base/core/java/android/app/
TaskStackBuilder.java
217
throw new
IllegalStateException
(
268
throw new
IllegalStateException
(
282
throw new
IllegalStateException
(
/frameworks/base/graphics/java/android/renderscript/
Mesh.java
249
public Builder addVertexType(Type t) throws
IllegalStateException
{
251
throw new
IllegalStateException
("Max vertex types exceeded.");
270
public Builder addVertexType(Element e, int size) throws
IllegalStateException
{
272
throw new
IllegalStateException
("Max vertex types exceeded.");
456
public AllocationBuilder addVertexAllocation(Allocation a) throws
IllegalStateException
{
458
throw new
IllegalStateException
("Max vertex types exceeded.");
652
throw new
IllegalStateException
("add mistmatch with declared components.");
674
throw new
IllegalStateException
("add mistmatch with declared components.");
696
throw new
IllegalStateException
("add mistmatch with declared components.");
715
throw new
IllegalStateException
("add mistmatch with declared components.")
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaBassBoostTest.java
99
} catch (
IllegalStateException
e) {
144
} catch (
IllegalStateException
e) {
171
} catch (
IllegalStateException
e) {
MediaVirtualizerTest.java
99
} catch (
IllegalStateException
e) {
145
} catch (
IllegalStateException
e) {
172
} catch (
IllegalStateException
e) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java
179
throw new
IllegalStateException
("Cannot pull frame from closed input port!");
198
throw new
IllegalStateException
("Cannot pull frame from closed input port!");
308
throw new
IllegalStateException
("Attempting to attach port while not in attachment "
/libcore/libdvm/src/main/java/java/lang/
Daemons.java
60
throw new
IllegalStateException
("already running");
80
throw new
IllegalStateException
("not running");
96
throw new
IllegalStateException
("not running");
/libcore/luni/src/main/java/java/util/zip/
Deflater.java
250
* called, other methods will typically throw {@code
IllegalStateException
}.
428
throw new
IllegalStateException
("setLevel cannot be called after setInput");
447
throw new
IllegalStateException
("setStrategy cannot be called after setInput");
476
throw new
IllegalStateException
("attempt to use Deflater after calling end");
/libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java
52
fail("
IllegalStateException
expected");
53
} catch (
IllegalStateException
expected) {
121
fail("
IllegalStateException
expected");
122
} catch (
IllegalStateException
ee) {
140
fail("
IllegalStateException
expected");
141
} catch (
IllegalStateException
ee) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java
112
throw new
IllegalStateException
("No start tag found");
156
throw new
IllegalStateException
("Problem reading XML", e);
158
throw new
IllegalStateException
("Problem reading XML", e);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java
36
* do so generates an {@link
IllegalStateException
}).
159
protected boolean setTask(ProxyTask task, String name) throws
IllegalStateException
{
161
throw new
IllegalStateException
("Cannot call setTask twice on the same ServiceProxy.");
186
throw new
IllegalStateException
("This cannot be called on the main thread.");
/packages/apps/Exchange/src/com/android/exchange/
EasResponse.java
144
throw new
IllegalStateException
("Can't reuse stream or get closed stream");
146
throw new
IllegalStateException
("Can't get input stream without entity");
160
} catch (
IllegalStateException
e1) {
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Preconditions.java
117
* @throws
IllegalStateException
if {@code expression} is false
121
throw new
IllegalStateException
();
132
* @throws
IllegalStateException
if {@code expression} is false
136
throw new
IllegalStateException
(String.valueOf(errorMessage));
154
* @throws
IllegalStateException
if {@code expression} is false
162
throw new
IllegalStateException
(
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java
117
throw new
IllegalStateException
("must call startConversation first");
181
throw new
IllegalStateException
("must call startConversation first");
195
throw new
IllegalStateException
("must call startConversation first");
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Preconditions.java
117
* @throws
IllegalStateException
if {@code expression} is false
121
throw new
IllegalStateException
();
132
* @throws
IllegalStateException
if {@code expression} is false
136
throw new
IllegalStateException
(String.valueOf(errorMessage));
154
* @throws
IllegalStateException
if {@code expression} is false
162
throw new
IllegalStateException
(
/cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java
100
fail("should throw
IllegalStateException
.");
101
} catch (
IllegalStateException
e) {
111
fail("should throw
IllegalStateException
.");
112
} catch (
IllegalStateException
e) {
121
fail("should throw
IllegalStateException
.");
122
} catch (
IllegalStateException
e) {
133
fail("should throw
IllegalStateException
.");
134
} catch (
IllegalStateException
e) {
142
fail("should throw
IllegalStateException
.");
143
} catch (
IllegalStateException
e)
[
all
...]
/external/guava/guava/src/com/google/common/collect/
Cut.java
120
throw new
IllegalStateException
("range unbounded on this side");
126
throw new
IllegalStateException
();
133
throw new
IllegalStateException
();
186
throw new
IllegalStateException
("range unbounded on this side");
195
throw new
IllegalStateException
();
203
throw new
IllegalStateException
();
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java
97
throw new
IllegalStateException
("Unknown type of owner: " + owner.getClass());
155
throw new
IllegalStateException
("Invalid space type for target object: " + space.toString());
177
throw new
IllegalStateException
("Invalid space type for target object: " + space.toString());
214
throw new
IllegalStateException
("Invalid space type (" + space.toString() + ") for owner object.");
216
throw new
IllegalStateException
("Invalid space type for target object: " + space.toString());
244
throw new
IllegalStateException
("Invalid space type for target object: " + space.toString());
/frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java
514
* @throws
IllegalStateException
If a required attribute was not specified.
518
throw new
IllegalStateException
("No media size specified.");
521
throw new
IllegalStateException
("No default media size specified.");
524
throw new
IllegalStateException
("No resolution specified.");
527
throw new
IllegalStateException
("No default resolution specified.");
530
throw new
IllegalStateException
("No color mode specified.");
533
throw new
IllegalStateException
("No default color mode specified.");
Completed in 413 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>