Home
last modified time | relevance | path

Searched refs:throwNullPointerException (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc82 conscrypt::jniutil::throwNullPointerException(env, "ssl_ctx == null"); in to_SSL_CTX()
91 conscrypt::jniutil::throwNullPointerException(env, "ssl == null"); in to_SSL()
100 conscrypt::jniutil::throwNullPointerException(env, "bio == null"); in to_BIO()
110 conscrypt::jniutil::throwNullPointerException(env, "ssl_session == null"); in to_SSL_SESSION()
120 conscrypt::jniutil::throwNullPointerException(env, "ssl_cipher == null"); in to_SSL_CIPHER()
129 conscrypt::jniutil::throwNullPointerException(env, "contextObject == null"); in fromContextObject()
136 conscrypt::jniutil::throwNullPointerException(env, "ref == null"); in fromContextObject()
151 conscrypt::jniutil::throwNullPointerException(env, "dest == null"); in arrayToBignum()
247 conscrypt::jniutil::throwNullPointerException(env, sourceName); in bignumToArray()
291 conscrypt::jniutil::throwNullPointerException(env, "ASN1 input == null"); in ASN1ToByteArray()
[all …]
Djniutil.cc160 int throwNullPointerException(JNIEnv* env, const char* msg) { in throwNullPointerException() function
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/
Dscoped_primitive_array.h34 conscrypt::jniutil::throwNullPointerException(mEnv, nullptr); \
92 conscrypt::jniutil::throwNullPointerException(mEnv, nullptr); \
Dscoped_utf_chars.h37 conscrypt::jniutil::throwNullPointerException(env, nullptr); in ScopedUtfChars()
/external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
DGeneralMocking.java53 public void throwNullPointerException() { in throwNullPointerException() method in GeneralMocking.TestClass
167 t.throwNullPointerException(); in spyExceptingMethod()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h170 extern int throwNullPointerException(JNIEnv* env, const char* msg);