OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throwillegalstateexception
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp
79
static void
throwIllegalStateException
(JNIEnv* env, char *message) {
94
throwIllegalStateException
(env, (char*) "Cannot read bitmap info");
102
throwIllegalStateException
(env, (char*) "Cannot get bitmap info");
118
throwIllegalStateException
(env, (char*) "Cannot lock bitmap pixels");
126
throwIllegalStateException
(env, (char*) "Cannot read bitmap pixels");
133
throwIllegalStateException
(env, (char*) "Cannot unlock bitmap pixels");
142
throwIllegalStateException
(env, (char*) "Cannot get bitmap info");
149
throwIllegalStateException
(env, (char*) "Cannot write bitmap info");
157
throwIllegalStateException
(env, (char*) "Cannot lock bitmap pixels");
165
throwIllegalStateException
(env, (char*) "Cannot write bitmap pixels")
[
all
...]
/art/runtime/
common_throws.h
125
void
ThrowIllegalStateException
(const char* msg)
common_throws.cc
256
void
ThrowIllegalStateException
(const char* msg) {
[
all
...]
/libcore/ojluni/src/main/java/java/nio/charset/
CharsetEncoder.java
591
throwIllegalStateException
(state, newState);
694
throwIllegalStateException
(state, ST_FLUSHED);
[
all
...]
CharsetDecoder.java
568
throwIllegalStateException
(state, newState);
671
throwIllegalStateException
(state, ST_FLUSHED);
[
all
...]
/art/runtime/mirror/
var_handle.cc
[
all
...]
Completed in 629 milliseconds