Searched defs:result (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/tests/ |
D | JniInvocation_test.cpp | 28 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/ |
D | libnativehelper_test.cpp | 22 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp() local
|
/libnativehelper/ |
D | JNIHelp.c | 327 int result = (*env)->RegisterNatives(env, clazz, methods, numMethods); in jniRegisterNativeMethods() local
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 368 int result = env->RegisterNatives(clazz, methods, numMethods); in jniRegisterNativeMethods() local
|
/libnativehelper/include_jni/ |
D | jni.h | 572 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local
|