/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | OverrideMethod.java | 31 private static HashMap<String, MethodListener> sMethods = new HashMap<>(); field in OverrideMethod 54 sMethods.remove(signature); in setMethodListener() 56 sMethods.put(signature, listener); in setMethodListener() 75 MethodListener i = sMethods.get(signature); in invokeV() 88 MethodListener i = sMethods.get(signature); in invokeI() 102 MethodListener i = sMethods.get(signature); in invokeL() 116 MethodListener i = sMethods.get(signature); in invokeF() 130 MethodListener i = sMethods.get(signature); in invokeD() 144 MethodListener i = sMethods.get(signature); in invokeA()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_locksettings_SyntheticPasswordManager.cpp | 47 static const JNINativeMethod sMethods[] = { variable 54 sMethods, NELEM(sMethods)); in register_android_server_SyntheticPasswordManager()
|
D | com_android_server_am_CachedAppOptimizer.cpp | 77 static const JNINativeMethod sMethods[] = { variable 85 sMethods, NELEM(sMethods)); in register_android_server_am_CachedAppOptimizer()
|
D | com_android_server_stats_pull_StatsPullAtomService.cpp | 60 static const JNINativeMethod sMethods[] = {{"nativeInit", "()V", (void*)nativeInit}}; variable 64 sMethods, NELEM(sMethods)); in register_android_server_stats_pull_StatsPullAtomService()
|
D | com_android_server_PersistentDataBlockService.cpp | 108 static const JNINativeMethod sMethods[] = { variable 117 sMethods, NELEM(sMethods)); in register_android_server_PersistentDataBlockService()
|
D | com_android_server_security_VerityUtils.cpp | 88 const JNINativeMethod sMethods[] = { variable 97 "com/android/server/security/VerityUtils", sMethods, NELEM(sMethods)); in register_android_server_security_VerityUtils()
|
D | com_android_server_am_LowMemDetector.cpp | 144 static const JNINativeMethod sMethods[] = { variable 153 sMethods, NELEM(sMethods)); in register_android_server_am_LowMemDetector()
|
D | com_android_server_AlarmManagerService.cpp | 454 static const JNINativeMethod sMethods[] = { variable 468 sMethods, NELEM(sMethods)); in register_android_server_AlarmManagerService()
|
D | com_android_server_hdmi_HdmiCecController.cpp | 434 static const JNINativeMethod sMethods[] = { variable 457 int res = jniRegisterNativeMethods(env, CLASS_PATH, sMethods, NELEM(sMethods)); in register_android_server_hdmi_HdmiCecController()
|
D | com_android_server_location_GnssLocationProvider.cpp | 3609 static const JNINativeMethod sMethods[] = { variable 3820 sMethods, NELEM(sMethods)); in register_android_server_location_GnssLocationProvider()
|
/frameworks/base/core/jni/ |
D | android_hardware_location_ActivityRecognitionHardware.cpp | 111 static const JNINativeMethod sMethods[] = { variable 130 sMethods, in register_android_hardware_location_ActivityRecognitionHardware() 131 NELEM(sMethods)); in register_android_hardware_location_ActivityRecognitionHardware()
|
D | android_database_SQLiteGlobal.cpp | 78 static const JNINativeMethod sMethods[] = variable 89 sMethods, NELEM(sMethods)); in register_android_database_SQLiteGlobal()
|
D | android_security_Scrypt.cpp | 62 static const JNINativeMethod sMethods[] = { variable 69 sMethods, NELEM(sMethods)); in register_android_security_Scrypt()
|
D | android_util_FileObserver.cpp | 146 static const JNINativeMethod sMethods[] = { variable 161 return RegisterMethodsOrDie(env, "android/os/FileObserver$ObserverThread", sMethods, in register_android_os_FileObserver() 162 NELEM(sMethods)); in register_android_os_FileObserver()
|
D | android_database_CursorWindow.cpp | 515 static const JNINativeMethod sMethods[] = variable 575 return RegisterMethodsOrDie(env, "android/database/CursorWindow", sMethods, NELEM(sMethods)); in register_android_database_CursorWindow()
|
D | android_database_SQLiteConnection.cpp | 878 static const JNINativeMethod sMethods[] = variable 947 return RegisterMethodsOrDie(env, "android/database/sqlite/SQLiteConnection", sMethods, in register_android_database_SQLiteConnection() 948 NELEM(sMethods)); in register_android_database_SQLiteConnection()
|
/frameworks/base/apct-tests/perftests/core/jni/ |
D | SystemPerfTest.cpp | 51 static const JNINativeMethod sMethods[] = { variable 77 sMethods, NELEM(sMethods)) == -1) { in JNI_OnLoad()
|
/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 176 static const JNINativeMethod sMethods[] = { variable 183 sMethods, NELEM(sMethods)); in register_com_android_printspooler_util_BitmapSerializeUtils()
|
/frameworks/base/libs/hwui/jni/ |
D | GraphicsStatsService.cpp | 179 static const JNINativeMethod sMethods[] = variable 195 return jniRegisterNativeMethods(env, "android/graphics/GraphicsStatsService", sMethods, in register_android_graphics_GraphicsStatsService() 196 NELEM(sMethods)); in register_android_graphics_GraphicsStatsService()
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 343 static JNINativeMethod sMethods[] = { variable 375 sMethods, NELEM(sMethods)); in register_com_android_commands_hid_Device()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 275 private static final ArrayMap<MethodKey, MethodArgs> sMethods = new ArrayMap<>(); field in RemoteViews 934 synchronized (sMethods) { in getMethod() 937 result = sMethods.get(sLookupKey); in getMethod() 964 sMethods.put(key, result); in getMethod()
|