OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jniThrowOutOfMemoryError
(Results
1 - 8
of
8
) sorted by null
/libcore/luni/src/main/native/
JniException.h
25
void
jniThrowOutOfMemoryError
(JNIEnv* env, const char* message);
zip.h
30
jniThrowOutOfMemoryError
(env, NULL);
55
jniThrowOutOfMemoryError
(env, NULL);
77
jniThrowOutOfMemoryError
(env, NULL);
JniException.cpp
43
void
jniThrowOutOfMemoryError
(JNIEnv* env, const char* message) {
org_apache_harmony_xml_ExpatParser.cpp
75
jniThrowOutOfMemoryError
(env, NULL);
249
jniThrowOutOfMemoryError
(env, NULL);
257
jniThrowOutOfMemoryError
(env, NULL);
379
jniThrowOutOfMemoryError
(env, NULL);
394
jniThrowOutOfMemoryError
(env, NULL);
846
jniThrowOutOfMemoryError
(env, NULL);
955
jniThrowOutOfMemoryError
(env, NULL);
991
jniThrowOutOfMemoryError
(env, NULL);
[
all
...]
java_util_zip_Deflater.cpp
43
jniThrowOutOfMemoryError
(env, NULL);
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
637
jniThrowOutOfMemoryError
(env, "Unable to allocate copy of EVP_MD_CTX");
693
jniThrowOutOfMemoryError
(env, "Unable to allocate EVP_MD_CTX");
809
jniThrowOutOfMemoryError
(env, "Unable to allocate EVP_MD_CTX");
[
all
...]
java_util_zip_Inflater.cpp
28
jniThrowOutOfMemoryError
(env, NULL);
java_lang_StringToReal.cpp
513
jniThrowOutOfMemoryError
(env, NULL);
987
jniThrowOutOfMemoryError
(env, NULL);
Completed in 96 milliseconds