OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
626 - 650
of
1476
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java
648
* algorithms. Throws
IllegalStateException
if there are are more
657
* algorithms. Throws
IllegalStateException
if there are are more
678
throw new
IllegalStateException
("KeyStore has more than one private key for "
687
throw new
IllegalStateException
("KeyStore contained no private key for "
699
* certificate. Throws
IllegalStateException
if there are are more
708
* certificate. Throws
IllegalStateException
if there are are more
714
throw new
IllegalStateException
("issuer requires an X509Certificate, found " + c);
734
throw new
IllegalStateException
("KeyStore has more than one issuing CA for "
742
throw new
IllegalStateException
("KeyStore contained no issuing CA for " + cert);
749
* for the given algorithm. Throws
IllegalStateException
if ther
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java
81
} catch (
IllegalStateException
ex) {
282
fail("
IllegalStateException
wasn't thrown");
283
} catch (
IllegalStateException
se) {
286
fail(e + " was thrown instead of
IllegalStateException
");
291
fail("
IllegalStateException
wasn't thrown");
292
} catch (
IllegalStateException
ise) {
295
fail(e + " was thrown instead of
IllegalStateException
");
311
@AndroidOnly("The RI doesn't throw the expected
IllegalStateException
.")
528
* Exception case:
IllegalStateException
should be thrown.
530
@AndroidOnly("The RI doesn't throw the
IllegalStateException
."
[
all
...]
/cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java
162
fail("setNumColumns() should throws
IllegalStateException
here.");
163
} catch (
IllegalStateException
e) {
172
fail("setNumColumns() should throws
IllegalStateException
here.");
173
} catch (
IllegalStateException
e) {
340
fail("Row number is smaller than startPosition, will cause a
IllegalStateException
.");
341
} catch (
IllegalStateException
e) {
AbstractCursorTest.java
96
} catch (
IllegalStateException
e) {
105
} catch (
IllegalStateException
e) {
119
} catch (
IllegalStateException
e) {
128
} catch (
IllegalStateException
e) {
/cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java
137
throw new
IllegalStateException
("createProgram failed");
369
throw new
IllegalStateException
("Couldn't load texture '" + TEXTURE_FILE
386
throw new
IllegalStateException
(op + ": glError " + error);
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java
311
throw new
IllegalStateException
("Unexpected feedback type "
499
throw new
IllegalStateException
("Unexpected feedback type " + mProvidedFeedbackType);
513
throw new
IllegalStateException
("Unexpected feedback type " + mProvidedFeedbackType);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java
326
throw new
IllegalStateException
("Unknown diffuse shader type: " + diffuseShader.toString());
357
throw new
IllegalStateException
("Unknown specular shader type: " + specularShader.toString());
392
throw new
IllegalStateException
("Unknown texture type: " + texType);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsRigidBody.java
94
throw new
IllegalStateException
("Dynamic rigidbody can not have mesh collision shape!");
319
throw new
IllegalStateException
("Dynamic rigidbody can not have mesh collision shape!");
571
throw new
IllegalStateException
("Dynamic rigidbody can not have mesh collision shape!");
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java
201
throw new
IllegalStateException
("cannot reply to a locally initiated stream");
204
throw new
IllegalStateException
("reply already sent");
235
* @throws
IllegalStateException
if this stream was initiated by the peer
241
throw new
IllegalStateException
("reply before requesting the output stream");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java
185
throw new
IllegalStateException
("database not open");
298
throw new
IllegalStateException
("connection is not opened");
300
throw new
IllegalStateException
("transaction already successfully");
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraDevice.java
209
throw new
IllegalStateException
("The camera is currently busy." +
360
throw new
IllegalStateException
("Active repeating request ongoing");
679
throw new
IllegalStateException
("CameraDevice was already closed");
/frameworks/base/core/java/android/view/
ViewTreeObserver.java
386
* @throws
IllegalStateException
If {@link #isAlive()} returns false
404
* @throws
IllegalStateException
If {@link #isAlive()} returns false
421
* @throws
IllegalStateException
If {@link #isAlive()} returns false
439
* @throws
IllegalStateException
If {@link #isAlive()} returns false
456
* @throws
IllegalStateException
If {@link #isAlive()} returns false
473
* @throws
IllegalStateException
If {@link #isAlive()} returns false
491
* @throws
IllegalStateException
If {@link #isAlive()} returns false
508
* @throws
IllegalStateException
If {@link #isAlive()} returns false
524
* @throws
IllegalStateException
If {@link #isAlive()} returns false
541
* @throws
IllegalStateException
If {@link #isAlive()} returns fals
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java
499
* @throws
IllegalStateException
if config is invalid for key id generation
519
throw new
IllegalStateException
("Not an EAP network");
526
throw new
IllegalStateException
("Invalid config details");
559
throw new
IllegalStateException
("Invalid configuration");
/libcore/luni/src/main/java/java/util/
ArrayDeque.java
124
throw new
IllegalStateException
("Sorry, deque too big");
616
throw new
IllegalStateException
();
652
throw new
IllegalStateException
();
/libcore/luni/src/main/java/java/util/concurrent/
Phaser.java
225
* parties result in {@code
IllegalStateException
}. However, you can and
363
throw new
IllegalStateException
(badArrive(s));
410
throw new
IllegalStateException
(badRegister(s));
559
* @throws
IllegalStateException
if attempting to register more
581
* @throws
IllegalStateException
if attempting to register more
598
*
IllegalStateException
} only upon some subsequent operation on
602
* @throws
IllegalStateException
if not terminated and the number
618
*
IllegalStateException
} only upon some subsequent operation on
622
* @throws
IllegalStateException
if not terminated and the number
639
*
IllegalStateException
} only upon some subsequent operation o
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java
69
fail("
IllegalStateException
was not thrown.");
70
} catch(
IllegalStateException
ise) {
418
} catch(
IllegalStateException
ise) {
419
fail("
IllegalStateException
shouldn't be thrown.");
435
fail("
IllegalStateException
wasn't thrown.");
436
} catch(
IllegalStateException
ise) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java
87
if (root == null) throw new
IllegalStateException
();
142
if (component.mParent != null) throw new
IllegalStateException
();
377
throw new
IllegalStateException
(getClass().getName()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java
129
throw new
IllegalStateException
("Failed to touch " + file);
132
throw new
IllegalStateException
("Failed to touch " + file + ": " + e);
149
throw new
IllegalStateException
("Failed to delete " + docId);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
/libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
ScannerTest.java
522
} catch (
IllegalStateException
expected) {
547
} catch (
IllegalStateException
expected) {
554
} catch (
IllegalStateException
expected) {
573
} catch (
IllegalStateException
expected) {
589
} catch (
IllegalStateException
expected) {
610
} catch (
IllegalStateException
expected) {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java
82
String getContents() throws IllegalArgumentException,
IllegalStateException
, IOException {
/cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java
92
} catch (
IllegalStateException
e) {
/cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java
101
throw new
IllegalStateException
(errorMessage.toString());
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/db/
SelectionBuilder.java
189
* @throws
IllegalStateException
if table not set
193
throw new
IllegalStateException
("Table not specified");
/developers/build/prebuilts/gradle/MediaRecorder/MediaRecorderSample/src/main/java/com/example/android/mediarecorder/
MainActivity.java
184
} catch (
IllegalStateException
e) {
185
Log.d(TAG, "
IllegalStateException
preparing MediaRecorder: " + e.getMessage());
Completed in 1889 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>