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

  /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 132 jmethodID getFieldMetodId = env->GetMethodID(class_clazz, "getField",
149 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean",
184 jmethodID miranda_method = env->GetMethodID(abstract_class, "inInterface", "()Z");
398 super_constructor_(GetMethodID(super_, true, "<init>")),
399 super_static_(GetMethodID(super_, false, "staticMethod")),
400 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")),
401 sub_constructor_(GetMethodID(sub_, true, "<init>")),
402 sub_static_(GetMethodID(sub_, false, "staticMethod")),
403 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")),
443 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name)
    [all...]
  /art/runtime/
check_jni.cc 206 jmethodID GetMethodID() const {
940 ArtMethod* m = CheckMethodID(args.GetMethodID());
    [all...]
jni_internal.cc 390 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature);
594 jmethodID mid = env->GetMethodID(exception_class.get(), "printStackTrace", "()V");
785 static jmethodID GetMethodID(JNIEnv* env, jclass java_class, const char* name, const char* sig) {
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 289 jmethodID (JNICALL *GetMethodID)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 289 jmethodID (JNICALL *GetMethodID)
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 289 jmethodID (JNICALL *GetMethodID)
    [all...]
  /libnativehelper/include_jni/
jni.h 198 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
591 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig)
592 { return functions->GetMethodID(this, clazz, name, sig); }
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 289 jmethodID (JNICALL *GetMethodID)
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 289 jmethodID (JNICALL *GetMethodID)
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 476 milliseconds