Searched defs:result (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/tests/ |
D | JniInvocation_test.cpp | 53 const char* result = in TEST() local 78 const char* result = JniInvocation::GetLibrary(NULL, buffer, is_debuggable, nullptr); in TEST() local
|
/libnativehelper/ |
D | JniConstants.cpp | 92 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
|
D | JNIHelp.cpp | 78 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/ |
D | toStringArray.h | 38 jobjectArray result = newStringArray(env, count); in toStringArray() local
|
/libnativehelper/include_jni/ |
D | jni.h | 573 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local
|