HomeSort by relevance Sort by last modified time
    Searched refs:gMethods (Results 51 - 75 of 223) sorted by null

1 23 4 5 6 7 8 9

  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 97 static JNINativeMethod gMethods[] = {
107 return env->RegisterNatives(clazz, gMethods,
108 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_EncryptionTest.cpp 138 static JNINativeMethod gMethods[] = {
148 return env->RegisterNatives(clazz, gMethods,
149 sizeof(gMethods) / sizeof(JNINativeMethod));
  /frameworks/base/core/jni/
android_content_res_ObbScanner.cpp 79 static const JNINativeMethod gMethods[] = {
95 return RegisterMethodsOrDie(env, "android/content/res/ObbScanner", gMethods, NELEM(gMethods));
android_os_UEventObserver.cpp 106 static const JNINativeMethod gMethods[] = {
122 return RegisterMethodsOrDie(env, "android/os/UEventObserver", gMethods, NELEM(gMethods));
android_view_SurfaceSession.cpp 66 static const JNINativeMethod gMethods[] = {
80 gMethods, NELEM(gMethods));
android_view_TextureLayer.cpp 87 static const JNINativeMethod gMethods[] = {
97 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
android_graphics_Picture.cpp 94 static const JNINativeMethod gMethods[] = {
107 return RegisterMethodsOrDie(env, "android/graphics/Picture", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 110 static const JNINativeMethod gMethods[] = {
120 kClassPathName, gMethods, NELEM(gMethods));
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 39 static JNINativeMethod gMethods[] = {
75 jniRegisterNativeMethods(env, "org/apache/harmony/dalvik/NativeTestTarget", gMethods, NELEM(gMethods));
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 103 static JNINativeMethod gMethods[] = {
110 jniRegisterNativeMethods(env, "java/util/regex/Pattern", gMethods, NELEM(gMethods));
  /libcore/ojluni/src/main/native/
MappedByteBuffer.c 100 static JNINativeMethod gMethods[] = {
107 jniRegisterNativeMethods(env, "java/nio/MappedByteBuffer", gMethods, NELEM(gMethods));
ProcessEnvironment_md.c 94 static JNINativeMethod gMethods[] = {
99 jniRegisterNativeMethods(env, "java/lang/ProcessEnvironment", gMethods, NELEM(gMethods));
SocketChannelImpl.c 99 static JNINativeMethod gMethods[] = {
105 jniRegisterNativeMethods(env, "sun/nio/ch/SocketChannelImpl", gMethods, NELEM(gMethods));
SocketInputStream.c 156 static JNINativeMethod gMethods[] = {
161 jniRegisterNativeMethods(env, "java/net/SocketInputStream", gMethods, NELEM(gMethods));
SocketOutputStream.c 131 static JNINativeMethod gMethods[] = {
136 jniRegisterNativeMethods(env, "java/net/SocketOutputStream", gMethods, NELEM(gMethods));
java_util_zip_CRC32.c 77 static JNINativeMethod gMethods[] = {
84 jniRegisterNativeMethods(env, "java/util/zip/CRC32", gMethods, NELEM(gMethods));
  /art/runtime/native/
java_lang_Throwable.cc 41 static JNINativeMethod gMethods[] = {
java_lang_reflect_Proxy.cc 40 static JNINativeMethod gMethods[] = {
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 45 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) {
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /development/samples/SimpleJNI/jni/
native.cpp 47 JNINativeMethod* gMethods, int numMethods)
56 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 44 const JNINativeMethod* gMethods, int numMethods)
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 44 const JNINativeMethod* gMethods, int numMethods)
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 44 const JNINativeMethod* gMethods, int numMethods)
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_camera_StatsImage.cpp 90 static JNINativeMethod gMethods[] = {
99 return env->RegisterNatives(clazz, gMethods,
100 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/graphics/jni/
android_graphics_cts_BasicVulkanGpuTest.cpp 146 static JNINativeMethod gMethods[] = {
153 return env->RegisterNatives(clazz, gMethods,
154 sizeof(gMethods) / sizeof(JNINativeMethod));

Completed in 795 milliseconds

1 23 4 5 6 7 8 9