HomeSort by relevance Sort by last modified time
    Searched refs:MethodOtherP0 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/android/jni_generator/
sample_for_tests.h 29 jdouble MethodOtherP0(JNIEnv* env, jobject obj);
golden_sample_for_tests_jni.h 69 static jdouble MethodOtherP0(JNIEnv* env, jobject jcaller,
73 CHECK_NATIVE_PTR(env, jcaller, native, "MethodOtherP0", 0);
74 return native->MethodOtherP0(env, jcaller);
356 "D", reinterpret_cast<void*>(MethodOtherP0) },
sample_for_tests.cc 19 jdouble CPPClass::InnerClass::MethodOtherP0(JNIEnv* env, jobject obj) {

Completed in 2628 milliseconds