Searched defs:msg (Results 1 – 4 of 4) sorted by relevance
| /libnativehelper/include/nativehelper/ |
| D | JNIHelp.h | 198 inline int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() 213 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() 217 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException()
|
| /libnativehelper/header_only_include/nativehelper/ |
| D | nativehelper_utils.h | 32 static inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException()
|
| /libnativehelper/platform_include/nativehelper/detail/ |
| D | signature_checker.h | 385 #define PARSE_FAILURE(msg) X_ASSERT(! #msg) argument 386 #define PARSE_ASSERT_MSG(cond, msg) X_ASSERT(#msg && (cond)) argument 389 #define PARSE_FAILURE(msg) return NullConstexprOptional{}; argument 390 #define PARSE_ASSERT_MSG(cond, msg) if (!(cond)) { PARSE_FAILURE(msg); } argument 395 constexpr void ParseFailure(const char* msg) { in ParseFailure()
|
| /libnativehelper/ |
| D | JNIHelp.cpp | 199 MODULE_API int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) { in jniThrowException() 236 MODULE_API int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() 240 MODULE_API int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException()
|