HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowNullPointerException (Results 1 - 25 of 40) 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_util_Log.cpp 82 jniThrowNullPointerException(env, "println needs a message");
87 jniThrowNullPointerException(env, "bad bufID");
android_net_LocalSocketImpl.cpp 95 jniThrowNullPointerException(env, NULL);
324 jniThrowNullPointerException(env, NULL);
359 jniThrowNullPointerException(env, NULL);
403 jniThrowNullPointerException(env, NULL);
426 jniThrowNullPointerException(env, NULL);
463 jniThrowNullPointerException(env, NULL);
android_app_admin_SecurityLog.cpp 198 jniThrowNullPointerException(env, NULL);
209 jniThrowNullPointerException(env, NULL);
219 jniThrowNullPointerException(env, NULL);
229 jniThrowNullPointerException(env, NULL);
android_util_Process.cpp 108 jniThrowNullPointerException(env, NULL);
140 jniThrowNullPointerException(env, NULL);
569 jniThrowNullPointerException(env, NULL);
670 jniThrowNullPointerException(env, NULL);
696 jniThrowNullPointerException(env, "Element in reqFields");
702 jniThrowNullPointerException(env, "Element in reqFields");
779 jniThrowNullPointerException(env, NULL);
1015 jniThrowNullPointerException(env, NULL);
1056 jniThrowNullPointerException(env, NULL);
1123 jniThrowNullPointerException(env, NULL)
    [all...]
android_util_EventLog.cpp 237 jniThrowNullPointerException(env, NULL);
254 jniThrowNullPointerException(env, NULL);
android_util_AssetManager.cpp 437 jniThrowNullPointerException(env, "asset");
450 jniThrowNullPointerException(env, "asset");
466 jniThrowNullPointerException(env, "asset");
499 jniThrowNullPointerException(env, "asset");
513 jniThrowNullPointerException(env, "asset");
526 jniThrowNullPointerException(env, "asset");
887 jniThrowNullPointerException(env, "outValue");
    [all...]
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 361 jniThrowNullPointerException(env, "surface");
379 jniThrowNullPointerException(env, "surfaceTexture");
398 jniThrowNullPointerException(env, "surface");
578 jniThrowNullPointerException(env, "pixelBuffer");
586 jniThrowNullPointerException(env, "pixels");
  /external/conscrypt/common/src/jni/unbundled/include/
ScopedUtfChars.h 37 conscrypt::Errors::jniThrowNullPointerException(env, nullptr);
ScopedPrimitiveArray.h 34 conscrypt::Errors::jniThrowNullPointerException(mEnv, nullptr); \
92 conscrypt::Errors::jniThrowNullPointerException(mEnv, nullptr); \
  /libcore/include/
ScopedIcuLocale.h 30 jniThrowNullPointerException(mEnv, "javaLocaleName == null");
ScopedJavaUnicodeString.h 30 jniThrowNullPointerException(mEnv, NULL);
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 161 jniThrowNullPointerException(env, "Type");
178 jniThrowNullPointerException(env, "Type");
195 jniThrowNullPointerException(env, "Type");
212 jniThrowNullPointerException(env, "Type");
229 jniThrowNullPointerException(env, "path");
247 jniThrowNullPointerException(env, "path");
274 jniThrowNullPointerException(env, "path");
  /libnativehelper/include/nativehelper/
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);
ScopedUtfChars.h 37 jniThrowNullPointerException(env, nullptr);
ScopedPrimitiveArray.h 49 jniThrowNullPointerException(mEnv, NULL); \
106 jniThrowNullPointerException(mEnv, NULL); \
  /frameworks/opt/net/voip/src/jni/rtp/
util.cpp 28 jniThrowNullPointerException(env, "address");
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 225 jniThrowNullPointerException(env, "name");
227 jniThrowNullPointerException(env, "address");
291 jniThrowNullPointerException(env, "name");
296 jniThrowNullPointerException(env, "addresses");
319 jniThrowNullPointerException(env, "name");
332 jniThrowNullPointerException(env, "name");
  /cts/tests/tests/security/jni/
android_security_cts_MMapExecutableTest.cpp 37 jniThrowNullPointerException(env, NULL);
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 66 Errors::jniThrowNullPointerException(env, "ssl_ctx == null");
75 Errors::jniThrowNullPointerException(env, "ssl == null");
84 Errors::jniThrowNullPointerException(env, "bio == null");
94 Errors::jniThrowNullPointerException(env, "ssl_session == null");
104 Errors::jniThrowNullPointerException(env, "ssl_cipher == null");
113 Errors::jniThrowNullPointerException(env, "contextObject == null");
120 Errors::jniThrowNullPointerException(env, "ref == null");
135 Errors::jniThrowNullPointerException(env, "dest == null");
230 Errors::jniThrowNullPointerException(env, sourceName);
274 Errors::jniThrowNullPointerException(env, "ASN1 input == null")
    [all...]
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 96 jniThrowNullPointerException(env, NULL);
125 jniThrowNullPointerException(env, NULL);

Completed in 637 milliseconds

1 2