Searched refs:throwNullPointerException (Results 1 – 6 of 6) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 82 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 …]
|
D | jniutil.cc | 160 int throwNullPointerException(JNIEnv* env, const char* msg) { in throwNullPointerException() function
|
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/ |
D | scoped_primitive_array.h | 34 conscrypt::jniutil::throwNullPointerException(mEnv, nullptr); \ 92 conscrypt::jniutil::throwNullPointerException(mEnv, nullptr); \
|
D | scoped_utf_chars.h | 37 conscrypt::jniutil::throwNullPointerException(env, nullptr); in ScopedUtfChars()
|
/external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/ |
D | GeneralMocking.java | 53 public void throwNullPointerException() { in throwNullPointerException() method in GeneralMocking.TestClass 167 t.throwNullPointerException(); in spyExceptingMethod()
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 170 extern int throwNullPointerException(JNIEnv* env, const char* msg);
|