HomeSort by relevance Sort by last modified time
    Searched refs:JNINativeMethod (Results 1 - 25 of 449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/
jni_common.h 23 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods,
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_JniCTest.c 39 static JNINativeMethod methods[] = {
47 methods, sizeof(methods) / sizeof(JNINativeMethod));
android_jni_cts_JniCppTest.cpp 39 static JNINativeMethod methods[] = {
47 methods, sizeof(methods) / sizeof(JNINativeMethod));
  /art/runtime/native/
java_util_concurrent_atomic_AtomicLong.cc 29 static JNINativeMethod gMethods[] = {
java_lang_ref_FinalizerReference.cc 34 static JNINativeMethod gMethods[] = {
java_lang_Throwable.cc 38 static JNINativeMethod gMethods[] = {
java_lang_ref_Reference.cc 36 static JNINativeMethod gMethods[] = {
java_lang_reflect_Proxy.cc 37 static JNINativeMethod gMethods[] = {
  /cts/tests/tests/os/jni/
android_os_cts_HardwareName.cpp 32 static JNINativeMethod gMethods[] = {
42 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tests/tests/security/jni/
android_security_cts_KernelSettingsTest.cpp 29 static JNINativeMethod gMethods[] = {
38 sizeof(gMethods) / sizeof(JNINativeMethod));
android_security_cts_SELinuxTest.cpp 59 static JNINativeMethod gMethods[] = {
69 sizeof(gMethods) / sizeof(JNINativeMethod));
  /cts/tools/cts-device-info/jni/
com_android_cts_deviceinfo_VulkanDeviceInfo.cpp 30 static JNINativeMethod gMethods[] = {
40 sizeof(gMethods) / sizeof(JNINativeMethod));
  /art/test/139-register-natives/
regnative.cc 25 static JNINativeMethod gMethods[] = {
  /frameworks/base/core/jni/android/graphics/
ColorFilter.cpp 60 static const JNINativeMethod colorfilter_methods[] = {
64 static const JNINativeMethod porterduff_methods[] = {
68 static const JNINativeMethod lighting_methods[] = {
72 static const JNINativeMethod colormatrix_methods[] = {
Xfermode.cpp 36 static const JNINativeMethod gXfermodeMethods[] = {
PathEffect.cpp 72 static const JNINativeMethod gPathEffectMethods[] = {
76 static const JNINativeMethod gComposePathEffectMethods[] = {
80 static const JNINativeMethod gSumPathEffectMethods[] = {
84 static const JNINativeMethod gDashPathEffectMethods[] = {
88 static const JNINativeMethod gPathDashPathEffectMethods[] = {
92 static const JNINativeMethod gCornerPathEffectMethods[] = {
96 static const JNINativeMethod gDiscretePathEffectMethods[] = {
  /libcore/luni/src/main/native/
libcore_io_AsynchronousCloseMonitor.cpp 29 static JNINativeMethod gMethods[] = {
sun_misc_Unsafe.cpp 26 static JNINativeMethod gMethods[] = {
libcore_util_NativeAllocationRegistry.cpp 31 static JNINativeMethod gMethods[] = {
  /libcore/ojluni/src/main/native/
FileSystem_md.c 40 static JNINativeMethod gMethods[] = {
String.c 38 static JNINativeMethod gMethods[] = {
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 50 static JNINativeMethod gMethods[] = {
59 sizeof(gMethods) / sizeof(JNINativeMethod));
  /frameworks/base/core/jni/
com_android_internal_os_PathClassLoaderFactory.cpp 36 static const JNINativeMethod g_methods[] = {
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 25 static const JNINativeMethod sMethods[] = {
  /frameworks/base/services/core/jni/
com_android_server_SystemServer.cpp 40 static const JNINativeMethod gMethods[] = {

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 91011>>