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

  /libcore/include/
ScopedUtfChars.h 39 jniThrowNullPointerException(env, NULL);
ScopedPrimitiveArray.h 32 jniThrowNullPointerException(mEnv, NULL); \
74 jniThrowNullPointerException(mEnv, NULL); \
  /dalvik/libnativehelper/include/nativehelper/
JNIHelp.h 59 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
121 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg)
123 return jniThrowNullPointerException(&env->functions, msg);
  /frameworks/base/voip/jni/rtp/
util.cpp 28 jniThrowNullPointerException(env, "address");
AudioGroup.cpp 873 jniThrowNullPointerException(env, "codecSpec");
  /libcore/luni/src/main/native/
NativeCrypto.cpp 358 jniThrowNullPointerException(env, "ssl_ctx == null");
367 jniThrowNullPointerException(env, "ssl == null");
377 jniThrowNullPointerException(env, "ssl_session == null");
621 jniThrowNullPointerException(env, NULL);
648 jniThrowNullPointerException(env, NULL);
675 jniThrowNullPointerException(env, NULL);
704 jniThrowNullPointerException(env, NULL);
723 jniThrowNullPointerException(env, NULL);
748 jniThrowNullPointerException(env, NULL);
770 jniThrowNullPointerException(env, NULL)
    [all...]
NetworkUtilities.cpp 30 jniThrowNullPointerException(env, NULL);
java_net_InetAddress.cpp 172 jniThrowNullPointerException(env, NULL);
298 jniThrowNullPointerException(env, NULL);
NativeDecimalFormat.cpp 98 jniThrowNullPointerException(env, NULL);
176 jniThrowNullPointerException(env, NULL);
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 203 jniThrowNullPointerException(env, NULL);
413 jniThrowNullPointerException(env, NULL);
605 jniThrowNullPointerException(env, NULL);
    [all...]
NativeBN.cpp 44 jniThrowNullPointerException(env, message);
  /dalvik/libnativehelper/
JNIHelp.c 216 int jniThrowNullPointerException(JNIEnv* env, const char* msg)

Completed in 158 milliseconds