HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowNullPointerException (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 39 jniThrowNullPointerException(env, NULL);
67 jniThrowNullPointerException(env, NULL);
79 jniThrowNullPointerException(env, NULL);
166 jniThrowNullPointerException(env, NULL);
178 jniThrowNullPointerException(env, NULL);
190 jniThrowNullPointerException(env, NULL);
202 jniThrowNullPointerException(env, NULL);
214 jniThrowNullPointerException(env, NULL);
226 jniThrowNullPointerException(env, NULL);
238 jniThrowNullPointerException(env, NULL)
    [all...]
android_util_StringBlock.cpp 39 jniThrowNullPointerException(env, NULL);
67 jniThrowNullPointerException(env, NULL);
79 jniThrowNullPointerException(env, NULL);
103 jniThrowNullPointerException(env, NULL);
146 jniThrowNullPointerException(env, NULL);
android_os_SystemProperties.cpp 39 jniThrowNullPointerException(env, "key must not be null.");
76 jniThrowNullPointerException(env, "key must not be null.");
106 jniThrowNullPointerException(env, "key must not be null.");
135 jniThrowNullPointerException(env, "key must not be null.");
170 jniThrowNullPointerException(env, "key must not be null.");
android_net_LocalSocketImpl.cpp 92 jniThrowNullPointerException(env, NULL);
151 jniThrowNullPointerException(env, NULL);
635 jniThrowNullPointerException(env, NULL);
670 jniThrowNullPointerException(env, NULL);
714 jniThrowNullPointerException(env, NULL);
737 jniThrowNullPointerException(env, NULL);
774 jniThrowNullPointerException(env, NULL);
813 jniThrowNullPointerException(env, NULL);
android_util_Log.cpp 115 jniThrowNullPointerException(env, "println needs a message");
120 jniThrowNullPointerException(env, "bad bufID");
android_util_Process.cpp 105 jniThrowNullPointerException(env, NULL);
136 jniThrowNullPointerException(env, NULL);
380 jniThrowNullPointerException(env, NULL);
482 jniThrowNullPointerException(env, NULL);
508 jniThrowNullPointerException(env, "Element in reqFields");
514 jniThrowNullPointerException(env, "Element in reqFields");
591 jniThrowNullPointerException(env, NULL);
819 jniThrowNullPointerException(env, NULL);
856 jniThrowNullPointerException(env, NULL);
923 jniThrowNullPointerException(env, NULL)
    [all...]
android_util_AssetManager.cpp 405 jniThrowNullPointerException(env, "asset");
418 jniThrowNullPointerException(env, "asset");
434 jniThrowNullPointerException(env, "asset");
467 jniThrowNullPointerException(env, "asset");
481 jniThrowNullPointerException(env, "asset");
494 jniThrowNullPointerException(env, "asset");
793 jniThrowNullPointerException(env, "outValue");
1012 jniThrowNullPointerException(env, "theme token");
1016 jniThrowNullPointerException(env, "attrs");
1020 jniThrowNullPointerException(env, "out values")
    [all...]
  /external/conscrypt/src/compat/native/
ScopedUtfChars.h 37 jniThrowNullPointerException(env, NULL);
JNIHelp.h 66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
144 return jniThrowNullPointerException(&env->functions, msg);
ScopedPrimitiveArray.h 34 jniThrowNullPointerException(mEnv, NULL); \
83 jniThrowNullPointerException(mEnv, NULL); \
JNIHelp.cpp 118 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) {
  /libcore/include/
ScopedIcuLocale.h 30 jniThrowNullPointerException(mEnv, "javaLocaleName == null");
ScopedJavaUnicodeString.h 30 jniThrowNullPointerException(mEnv, NULL);
  /libnativehelper/include/nativehelper/
ScopedUtfChars.h 37 jniThrowNullPointerException(env, NULL);
JNIHelp.h 66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
144 return jniThrowNullPointerException(&env->functions, msg);
ScopedStringChars.h 36 jniThrowNullPointerException(env, NULL);
ScopedBytes.h 35 jniThrowNullPointerException(mEnv, NULL);
ScopedPrimitiveArray.h 34 jniThrowNullPointerException(mEnv, NULL); \
83 jniThrowNullPointerException(mEnv, NULL); \
  /cts/tests/tests/security/jni/
android_security_cts_SELinuxTest.cpp 36 jniThrowNullPointerException(env, NULL);
55 jniThrowNullPointerException(env, NULL);
android_security_cts_MMapExecutableTest.cpp 37 jniThrowNullPointerException(env, NULL);
  /frameworks/opt/net/voip/src/jni/rtp/
util.cpp 28 jniThrowNullPointerException(env, "address");
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 157 jniThrowNullPointerException(env, "Type");
173 jniThrowNullPointerException(env, "Type");
189 jniThrowNullPointerException(env, "Type");
205 jniThrowNullPointerException(env, "Type");
221 jniThrowNullPointerException(env, "path");
238 jniThrowNullPointerException(env, "path");
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 224 jniThrowNullPointerException(env, "name");
226 jniThrowNullPointerException(env, "address");
290 jniThrowNullPointerException(env, "name");
295 jniThrowNullPointerException(env, "addresses");
318 jniThrowNullPointerException(env, "name");
331 jniThrowNullPointerException(env, "name");
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 718 jniThrowNullPointerException(env, "ssl_ctx == null");
727 jniThrowNullPointerException(env, "ssl == null");
737 jniThrowNullPointerException(env, "ssl_session == null");
747 jniThrowNullPointerException(env, "ssl_cipher == null");
757 jniThrowNullPointerException(env, "ctx == null");
771 jniThrowNullPointerException(env, "dest == null");
830 jniThrowNullPointerException(env, sourceName);
874 jniThrowNullPointerException(env, "ASN1 input == null");
    [all...]
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 108 jniThrowNullPointerException(env, NULL);
131 jniThrowNullPointerException(env, NULL);

Completed in 1433 milliseconds

1 2