Searched refs:JNINativeMethod (Results 1 – 22 of 22) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | vmDebug.c | 118 JNINativeMethod methods[3]; in vmDebug_initalize() 136 sizeof(methods) / sizeof(JNINativeMethod)); in vmDebug_initalize()
|
/external/libmojo/base/android/jni_generator/ |
D | testInnerClassNativesBothInnerAndOuter.golden | 54 static const JNINativeMethod kMethodsMyOtherInnerClass[] = { 63 static const JNINativeMethod kMethodsTestJni[] = {
|
D | testInnerClassNativesMultiple.golden | 59 static const JNINativeMethod kMethodsMyOtherInnerClass[] = { 68 static const JNINativeMethod kMethodsMyInnerClass[] = {
|
D | testNativesLong.golden | 41 static const JNINativeMethod kMethodsTestJni[] = {
|
D | testInnerClassNatives.golden | 45 static const JNINativeMethod kMethodsMyInnerClass[] = {
|
D | testSingleJNIAdditionalImport.golden | 64 static const JNINativeMethod kMethodsFoo[] = {
|
D | testMultipleJNIAdditionalImport.golden | 69 static const JNINativeMethod kMethodsFoo[] = {
|
D | testNatives.golden | 218 static const JNINativeMethod kMethodsTestJni[] = {
|
/external/webrtc/webrtc/modules/utility/include/ |
D | jvm_android.h | 100 const char* name, const JNINativeMethod *methods, int num_methods);
|
/external/libmojo/base/android/linker/ |
D | linker_jni.cc | 179 const JNINativeMethod kNativeMethods[] = {
|
D | legacy_linker_jni.cc | 401 const JNINativeMethod kNativeMethods[] = {
|
D | modern_linker_jni.cc | 593 const JNINativeMethod kNativeMethods[] = {
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 124 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods,
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_manager.cc | 80 JNINativeMethod native_methods[] = { in AudioManager()
|
D | audio_record_jni.cc | 90 JNINativeMethod native_methods[] = { in AudioRecordJni()
|
D | audio_track_jni.cc | 83 JNINativeMethod native_methods[] = { in AudioTrackJni()
|
/external/webrtc/webrtc/modules/utility/source/ |
D | jvm_android.cc | 185 const char* name, const JNINativeMethod *methods, int num_methods) { in RegisterNatives()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_native_opengl2.cc | 348 JNINativeMethod nativeFunctions[2] = { in Init()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 272 static JNINativeMethod methods[] = {
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 81 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, in jniRegisterNativeMethods()
|
D | native_crypto.cc | 9745 static JNINativeMethod sNativeCryptoMethods[] = {
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 184 } JNINativeMethod; typedef 721 (JNIEnv *env, jclass clazz, const JNINativeMethod *methods, 1796 jint RegisterNatives(jclass clazz, const JNINativeMethod *methods, in RegisterNatives()
|