Home
last modified time | relevance | path

Searched defs:result (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/tests/
DJniInvocation_test.cpp109 const char* result = JniInvocation::GetLibrary(NULL, buffer); in TEST_F() local
134 const char* result = JniInvocation::GetLibrary(NULL, buffer); in TEST_F() local
/libnativehelper/include/nativehelper/
DtoStringArray.h31 jobjectArray result = newStringArray(env, count); in toStringArray() local
Djni.h574 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local
/libnativehelper/
DJNIHelp.cpp101 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { in getExceptionSummary()
152 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { in getStackTrace()
DJniConstants.cpp83 jclass result = reinterpret_cast<jclass>(env->NewGlobalRef(localClass.get())); in findClass() local