Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniInvocation_test.cpp28 const char* result = JniInvocationGetLibraryWith(nullptr, true, kTestNonNull2); in TEST() local
42 const char* result = JniInvocationGetLibraryWith(nullptr, false, kTestNonNull2); in TEST() local
/libnativehelper/tests_mts/jni/
Dlibnativehelper_test.cpp22 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp() local
/libnativehelper/
DJNIHelp.c327 int result = (*env)->RegisterNatives(env, clazz, methods, numMethods); in jniRegisterNativeMethods() local
/libnativehelper/include/nativehelper/
DJNIHelp.h368 int result = env->RegisterNatives(clazz, methods, numMethods); in jniRegisterNativeMethods() local
/libnativehelper/include_jni/
Djni.h572 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local