Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniInvocation_test.cpp53 const char* result = in TEST() local
78 const char* result = JniInvocation::GetLibrary(NULL, buffer, is_debuggable, nullptr); in TEST() local
/libnativehelper/
DJniConstants.cpp92 jfieldID result = env->GetFieldID(klass, name, desc); in FindField() local
98 jmethodID result = env->GetMethodID(klass, name, signature); in FindMethod() local
104 jmethodID result = env->GetStaticMethodID(klass, name, signature); in FindStaticMethod() local
DJNIHelp.cpp78 int result = e->RegisterNatives(c.get(), gMethods, numMethods); in jniRegisterNativeMethods() local
90 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { in getExceptionSummary()
141 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { in getStackTrace()
/libnativehelper/include/nativehelper/
DtoStringArray.h38 jobjectArray result = newStringArray(env, count); in toStringArray() local
/libnativehelper/include_jni/
Djni.h573 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local