OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jniThrowRuntimeException
(Results
1 - 8
of
8
) sorted by null
/libcore/luni/src/main/native/
ErrorCode.cpp
37
return
jniThrowRuntimeException
(env, message);
NativeCrypto.cpp
186
jniThrowRuntimeException
(env, message);
489
jniThrowRuntimeException
(env, "DSA_new failed");
503
jniThrowRuntimeException
(env, "Unable to convert BigInteger to BIGNUM");
509
jniThrowRuntimeException
(env, "EVP_PKEY_new failed");
513
jniThrowRuntimeException
(env, "EVP_PKEY_assign_DSA failed");
532
jniThrowRuntimeException
(env, "RSA_new failed");
559
jniThrowRuntimeException
(env, "Unable to convert BigInteger to BIGNUM");
565
jniThrowRuntimeException
(env, "EVP_PKEY_new failed");
569
jniThrowRuntimeException
(env, "EVP_PKEY_new failed");
633
jniThrowRuntimeException
(env, "Unable to copy EVP_MD_CTX")
[
all
...]
/dalvik/libnativehelper/include/nativehelper/
JNIHelp.h
64
int
jniThrowRuntimeException
(C_JNIEnv* env, const char* msg);
125
inline int
jniThrowRuntimeException
(JNIEnv* env, const char* msg)
127
return
jniThrowRuntimeException
(&env->functions, msg);
/frameworks/base/core/jni/
android_os_MessageQueue.cpp
95
jniThrowRuntimeException
(env, "Unable to allocate native queue");
android_view_InputChannel.cpp
130
jniThrowRuntimeException
(env, "Could not open input channel pair.");
196
jniThrowRuntimeException
(env,
android_view_InputQueue.cpp
457
jniThrowRuntimeException
(env, "Failed to register input channel. "
467
jniThrowRuntimeException
(env, "Failed to unregister input channel. "
481
jniThrowRuntimeException
(env, "Failed to finish input event. "
/frameworks/base/services/jni/
com_android_server_InputManager.cpp
[
all
...]
/dalvik/libnativehelper/
JNIHelp.c
224
int
jniThrowRuntimeException
(JNIEnv* env, const char* msg)
Completed in 233 milliseconds