Searched defs:gMethods (Results 1 – 11 of 11) sorted by relevance
46 static JNINativeMethod gMethods[] = { variable
57 static JNINativeMethod gMethods[] = { variable
61 static JNINativeMethod gMethods[] = { variable
99 static JNINativeMethod gMethods[] = { variable
96 static JNINativeMethod gMethods[] = { variable
129 static JNINativeMethod gMethods[] = { variable
134 static JNINativeMethod gMethods[] = { variable
224 static JNINativeMethod gMethods[] = { variable
679 static JNINativeMethod gMethods[] = { variable
43 static JNINativeMethod gMethods[] = { variable51 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods()
148 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, in jniRegisterNativeMethods()