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

1 2

  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 39 jniThrowNullPointerException(env, NULL);
66 jniThrowNullPointerException(env, NULL);
78 jniThrowNullPointerException(env, NULL);
163 jniThrowNullPointerException(env, NULL);
175 jniThrowNullPointerException(env, NULL);
187 jniThrowNullPointerException(env, NULL);
199 jniThrowNullPointerException(env, NULL);
211 jniThrowNullPointerException(env, NULL);
223 jniThrowNullPointerException(env, NULL);
235 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 116 jniThrowNullPointerException(env, NULL);
176 jniThrowNullPointerException(env, NULL);
454 jniThrowNullPointerException(env, NULL);
685 jniThrowNullPointerException(env, NULL);
720 jniThrowNullPointerException(env, NULL);
764 jniThrowNullPointerException(env, NULL);
787 jniThrowNullPointerException(env, NULL);
824 jniThrowNullPointerException(env, NULL);
863 jniThrowNullPointerException(env, NULL);
android_util_Log.cpp 115 jniThrowNullPointerException(env, "println needs a message");
120 jniThrowNullPointerException(env, "bad bufID");
android_util_Process.cpp 115 jniThrowNullPointerException(env, NULL);
146 jniThrowNullPointerException(env, NULL);
382 jniThrowNullPointerException(env, NULL);
482 jniThrowNullPointerException(env, NULL);
508 jniThrowNullPointerException(env, "Element in reqFields");
514 jniThrowNullPointerException(env, "Element in reqFields");
591 jniThrowNullPointerException(env, NULL);
805 jniThrowNullPointerException(env, NULL);
841 jniThrowNullPointerException(env, NULL);
908 jniThrowNullPointerException(env, NULL)
    [all...]
android_util_AssetManager.cpp 336 jniThrowNullPointerException(env, "asset");
349 jniThrowNullPointerException(env, "asset");
365 jniThrowNullPointerException(env, "asset");
398 jniThrowNullPointerException(env, "asset");
412 jniThrowNullPointerException(env, "asset");
425 jniThrowNullPointerException(env, "asset");
689 jniThrowNullPointerException(env, "outValue");
880 jniThrowNullPointerException(env, "theme token");
884 jniThrowNullPointerException(env, "attrs");
888 jniThrowNullPointerException(env, "out values")
    [all...]
android_os_Parcel.cpp 377 jniThrowNullPointerException(env, NULL);
425 jniThrowNullPointerException(env, NULL);
449 jniThrowNullPointerException(env, NULL);
463 jniThrowNullPointerException(env, NULL);
com_android_internal_os_ZygoteInit.cpp 189 jniThrowNullPointerException(env, "fds == null");
android_os_Debug.cpp 516 jniThrowNullPointerException(env, "fd == null");
553 jniThrowNullPointerException(env, "file == null");
android_os_SELinux.cpp 94 jniThrowNullPointerException(env,
android_util_EventLog.cpp 151 jniThrowNullPointerException(env, NULL);
android_util_Binder.cpp     [all...]
android_view_MotionEvent.cpp 370 jniThrowNullPointerException(env, "pointerCoords");
421 jniThrowNullPointerException(env, "pointerCoords");
    [all...]
  /libcore/include/
ScopedUtfChars.h 39 jniThrowNullPointerException(env, NULL);
ScopedJavaUnicodeString.h 30 jniThrowNullPointerException(mEnv, NULL);
ScopedPrimitiveArray.h 32 jniThrowNullPointerException(mEnv, NULL); \
75 jniThrowNullPointerException(mEnv, NULL); \
ScopedBytes.h 35 jniThrowNullPointerException(mEnv, NULL);
  /frameworks/opt/net/voip/src/jni/rtp/
util.cpp 28 jniThrowNullPointerException(env, "address");
  /libnativehelper/include/nativehelper/
JNIHelp.h 64 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
141 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
142 return jniThrowNullPointerException(&env->functions, msg);
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 657 jniThrowNullPointerException(env, "ssl_ctx == null");
666 jniThrowNullPointerException(env, "ssl == null");
676 jniThrowNullPointerException(env, "ssl_session == null");
714 jniThrowNullPointerException(env, sourceName);
751 jniThrowNullPointerException(env, "ASN1 input == null");
    [all...]
NetworkUtilities.cpp 108 jniThrowNullPointerException(env, NULL);
131 jniThrowNullPointerException(env, NULL);
  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 354 jniThrowNullPointerException(env, "name");
359 jniThrowNullPointerException(env, "addresses");
387 jniThrowNullPointerException(env, "name");
392 jniThrowNullPointerException(env, "routes");
415 jniThrowNullPointerException(env, "name");
428 jniThrowNullPointerException(env, "name");
440 jniThrowNullPointerException(env, "name");
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 154 jniThrowNullPointerException(env, "camera object is a NULL pointer");
  /libnativehelper/
JNIHelp.cpp 245 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) {

Completed in 445 milliseconds

1 2