Searched defs:result (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/tests/ |
D | JniInvocation_test.cpp | 109 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/ |
D | toStringArray.h | 31 jobjectArray result = newStringArray(env, count); in toStringArray() local
|
D | jni.h | 574 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local
|
/libnativehelper/ |
D | JNIHelp.cpp | 101 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()
|
D | JniConstants.cpp | 83 jclass result = reinterpret_cast<jclass>(env->NewGlobalRef(localClass.get())); in findClass() local
|