Home
last modified time | relevance | path

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

/libnativehelper/tests/
Dlibnativehelper_test.cpp31 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp() local
43 std::unique_ptr<ScopedUtfChars> result; in TEST_F() local
58 std::unique_ptr<ScopedUtfChars> result; in TEST_F() local
96 std::unique_ptr<ScopedLocalRef<jstring>> result; in TEST_F() local
120 std::unique_ptr<ScopedLocalRef<jstring>> result; in TEST_F() local
136 std::unique_ptr<ScopedLocalRef<jstring>> result; in TEST_F() local
151 std::unique_ptr<ScopedLocalRef<jstring>> result; in TEST_F() local
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.c329 int result = (*env)->RegisterNatives(env, clazz, methods, numMethods); in jniRegisterNativeMethods() local
/libnativehelper/include/nativehelper/
DJNIHelp.h373 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