Searched defs:result (Results 1 – 4 of 4) sorted by relevance
102 const char* result = JniInvocation::GetLibrary(NULL, buffer); in TEST_F() local127 const char* result = JniInvocation::GetLibrary(NULL, buffer); in TEST_F() local
31 jobjectArray result = newStringArray(env, count); in toStringArray() local
74 jclass result = reinterpret_cast<jclass>(env->NewGlobalRef(localClass.get())); in findClass() local
117 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { in getExceptionSummary()168 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { in getStackTrace()