Lines Matching refs:result
77 bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { in getExceptionSummary() argument
90 result = "<error getting class name>"; in getExceptionSummary()
96 result = "<error getting class name UTF-8>"; in getExceptionSummary()
99 result += classNameChars; in getExceptionSummary()
111 result += ": "; in getExceptionSummary()
115 result += messageChars; in getExceptionSummary()
118 result += "<error getting message>"; in getExceptionSummary()
128 bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { in getStackTrace() argument
180 result = utfChars; in getStackTrace()
253 int result = e->RegisterNatives(c.get(), gMethods, numMethods); in jniRegisterNativeMethods() local
254 ALOG_ALWAYS_FATAL_IF(result < 0, "RegisterNatives failed for '%s'; aborting...", in jniRegisterNativeMethods()