HomeSort by relevance Sort by last modified time
    Searched defs:GetMethodID (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 48 jmethodID GetMethodID (
50 jmethodID m = jni->GetMethodID(c, name, signature);
51 CHECK_EXCEPTION(jni) << "Error during GetMethodID: " << name << ", "
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 159 jmethodID GetMethodID(
161 jmethodID m = jni->GetMethodID(c, name.c_str(), signature);
162 CHECK_EXCEPTION(jni) << "error during GetMethodID: " << name << ", "
  /art/test/004-JniTest/
jni_test.cc 112 jmethodID getFieldMetodId = env->GetMethodID(class_clazz, "getField",
129 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean",
164 jmethodID miranda_method = env->GetMethodID(abstract_class, "inInterface", "()Z");
378 super_constructor_(GetMethodID(super_, true, "<init>")),
379 super_static_(GetMethodID(super_, false, "staticMethod")),
380 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")),
381 sub_constructor_(GetMethodID(sub_, true, "<init>")),
382 sub_static_(GetMethodID(sub_, false, "staticMethod")),
383 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")),
423 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name)
    [all...]
  /art/runtime/
check_jni.cc 179 jmethodID GetMethodID() const {
862 ArtMethod* m = CheckMethodID(soa, args.GetMethodID());
975 ArtMethod* m = soa.DecodeMethod(args.GetMethodID());
    [all...]
jni_internal.cc 269 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature);
470 jmethodID mid = env->GetMethodID(exception_class.get(), "printStackTrace", "()V");
658 static jmethodID GetMethodID(JNIEnv* env, jclass java_class, const char* name, const char* sig) {
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
jni.h 271 jmethodID (JNICALL *GetMethodID)
874 jmethodID GetMethodID(jclass clazz, const char *name,
876 return functions->GetMethodID(this,clazz,name,sig);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/
jni.h 271 jmethodID (JNICALL *GetMethodID)
874 jmethodID GetMethodID(jclass clazz, const char *name,
876 return functions->GetMethodID(this,clazz,name,sig);
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jni.h 271 jmethodID (JNICALL *GetMethodID)
874 jmethodID GetMethodID(jclass clazz, const char *name,
876 return functions->GetMethodID(this,clazz,name,sig);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jni.h 271 jmethodID (JNICALL *GetMethodID)
874 jmethodID GetMethodID(jclass clazz, const char *name,
876 return functions->GetMethodID(this,clazz,name,sig);
    [all...]
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jni.h 271 jmethodID (JNICALL *GetMethodID)
874 jmethodID GetMethodID(jclass clazz, const char *name,
876 return functions->GetMethodID(this,clazz,name,sig);
    [all...]
  /external/libgdx/gdx/jni/jni-headers/
jni.h 271 jmethodID (JNICALL *GetMethodID)
874 jmethodID GetMethodID(jclass clazz, const char *name,
876 return functions->GetMethodID(this,clazz,name,sig);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
jni.h 212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
606 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]

Completed in 1625 milliseconds

1 2 3