HomeSort by relevance Sort by last modified time
    Searched refs:RegisterNatives (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
jni.h 470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]
  /external/jhead/
main.c 794 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
795 fprintf(stderr, "RegisterNatives failed for '%s'\n", className);
805 static int registerNatives(JNIEnv* env)
829 if (registerNatives(env) < 0) {
  /art/runtime/
check_jni.cc     [all...]
jni_internal.cc     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 162 * used in RegisterNatives to describe native method name, signature,
696 jint (JNICALL *RegisterNatives)
    [all...]
jri.h 384 (((*(env))->RegisterNatives)(env, JRI_RegisterNatives_op, clazz, nameAndSigArray, nativeProcArray))
535 void (*RegisterNatives)(JRIEnv* env, jint op, struct java_lang_Class* a, char** b, void** c);
    [all...]
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 629 if (env->RegisterNatives(clazz, gMethods,
631 ALOGE("RegisterNatives failed for '%s'\n", className);
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 771 if (env->RegisterNatives(clazz, nativeMethods, sizeof(nativeMethods)
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 1074 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 119 ASSERT_EQ(JNI_OK, env_->RegisterNatives(jklass_, methods, 1))
    [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 3692 milliseconds

1 2 3 45