OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalStateException
(Results
376 - 400
of
1476
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java
82
throw new
IllegalStateException
("CompoundCollisionShapes cannot have CompoundCollisionShapes as children!");
94
throw new
IllegalStateException
("CompoundCollisionShapes cannot have CompoundCollisionShapes as children!");
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java
83
throw new
IllegalStateException
("CompoundCollisionShapes cannot have CompoundCollisionShapes as children!");
94
throw new
IllegalStateException
("CompoundCollisionShapes cannot have CompoundCollisionShapes as children!");
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java
147
throw new
IllegalStateException
();
201
throw new
IllegalStateException
("SystemListener is not set on context!"
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java
54
throw new
IllegalStateException
("HDF is already closed");
212
throw new
IllegalStateException
("HDF is already closed");
/external/okhttp/src/main/java/com/squareup/okhttp/
Response.java
212
if (request == null) throw new
IllegalStateException
("Response has no request.");
213
if (code == -1) throw new
IllegalStateException
("Response has no code.");
/external/smack/src/com/kenai/jbosh/
BodyParserSAX.java
102
throw(new
IllegalStateException
(
198
throw(new
IllegalStateException
(
BodyParserXmlPull.java
95
throw(new
IllegalStateException
(
158
throw(new
IllegalStateException
(
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
SimpleDirectoryPersistentCache.java
79
throw new
IllegalStateException
("Cache directory \"" + cacheDir + "\" does not exist");
81
throw new
IllegalStateException
("Cache directory \"" + cacheDir + "\" is not a directory");
/external/smack/src/org/xbill/DNS/
Header.java
218
throw new
IllegalStateException
("DNS section count cannot " +
226
throw new
IllegalStateException
("DNS section count cannot " +
/frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java
204
throw new
IllegalStateException
("getDatabase called recursively");
287
if (mIsInitializing) throw new
IllegalStateException
("Closed during initialization");
/frameworks/base/core/java/android/util/
LruCache.java
201
throw new
IllegalStateException
(getClass().getName()
289
throw new
IllegalStateException
("Negative size: " + key + "=" + value);
/frameworks/base/core/java/android/view/
ViewStub.java
230
throw new
IllegalStateException
("setVisibility called on un-referenced view");
287
throw new
IllegalStateException
("ViewStub must have a non-null ViewGroup viewParent");
WindowId.java
134
throw new
IllegalStateException
(
151
throw new
IllegalStateException
("Focus observer not registered with input token");
/frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java
69
} catch (
IllegalStateException
expected) {
92
} catch (
IllegalStateException
expected) {
/frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java
100
} catch(
IllegalStateException
isx){
108
} catch (
IllegalStateException
isx){
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java
129
* Return null if get a
IllegalStateException
with no images in the queue.
133
when(mReader.acquireNextImage()).thenThrow(new
IllegalStateException
());
136
fail("Expected
IllegalStateException
to be thrown");
137
} catch(
IllegalStateException
e) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ViewFilter.java
48
* @throws
IllegalStateException
if the method is called while the graph is running.
52
throw new
IllegalStateException
("Attempting to bind filter to view while it is "
60
throw new
IllegalStateException
("Attempting to change scale mode while filter is "
/frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java
202
throw new
IllegalStateException
(getClass().getName()
299
throw new
IllegalStateException
("Negative size: " + key + "=" + value);
/frameworks/support/v4/java/android/support/v4/content/
Loader.java
131
throw new
IllegalStateException
("There is already a listener registered");
144
throw new
IllegalStateException
("No listener register");
/frameworks/support/v4/java/android/support/v4/util/
LruCache.java
151
throw new
IllegalStateException
(getClass().getName()
235
throw new
IllegalStateException
("Negative size: " + key + "=" + value);
/libcore/luni/src/main/java/javax/crypto/
SealedObject.java
189
} catch (
IllegalStateException
e) {
284
} catch (
IllegalStateException
e) {
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java
164
throw new
IllegalStateException
("Unexpected HandshakeStatus = " + status);
166
throw new
IllegalStateException
("Unknown HandshakeStatus = " + status);
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestListFragment.java
65
throw new
IllegalStateException
("Activity must implement fragment's callbacks.");
/external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java
85
* @throws
IllegalStateException
90
throw new
IllegalStateException
("Adapter is detached.");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Time.java
112
throw new
IllegalStateException
("invalid date string: " + e.getMessage());
Completed in 1458 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>