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 28 jdouble MethodOtherP0(JNIEnv* env, jobject obj);
sample_for_tests.cc 19 jdouble CPPClass::InnerClass::MethodOtherP0(JNIEnv* env, jobject obj) {
golden_sample_for_tests_jni.h 68 static jdouble MethodOtherP0(JNIEnv* env, jobject obj,
70 DCHECK(nativePtr) << "MethodOtherP0";
73 return native->MethodOtherP0(env, obj);
346 "D", reinterpret_cast<void*>(MethodOtherP0) },

Completed in 1079 milliseconds