/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | OverrideMethod.java | 31 private static HashMap<String, MethodListener> sMethods = new HashMap<String, MethodListener>(); field in OverrideMethod 53 sMethods.remove(signature); in setMethodListener() 55 sMethods.put(signature, listener); in setMethodListener() 74 MethodListener i = sMethods.get(signature); in invokeV() 87 MethodListener i = sMethods.get(signature); in invokeI() 101 MethodListener i = sMethods.get(signature); in invokeL() 115 MethodListener i = sMethods.get(signature); in invokeF() 129 MethodListener i = sMethods.get(signature); in invokeD() 143 MethodListener i = sMethods.get(signature); in invokeA()
|
/frameworks/base/services/jni/ |
D | com_android_server_AlarmManagerService.cpp | 99 static JNINativeMethod sMethods[] = { variable 111 sMethods, NELEM(sMethods)); in register_android_server_AlarmManagerService()
|
D | com_android_server_BatteryService.cpp | 223 static JNINativeMethod sMethods[] = { variable 395 …turn jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods)); in register_android_server_BatteryService()
|
D | com_android_server_location_GpsLocationProvider.cpp | 568 static JNINativeMethod sMethods[] = { variable 598 …erNativeMethods(env, "com/android/server/location/GpsLocationProvider", sMethods, NELEM(sMethods)); in register_android_server_location_GpsLocationProvider()
|
/frameworks/base/core/jni/ |
D | android_database_SQLiteCompiledSql.cpp | 95 static JNINativeMethod sMethods[] = variable 120 "android/database/sqlite/SQLiteCompiledSql", sMethods, NELEM(sMethods)); in register_android_database_SQLiteCompiledSql()
|
D | android_util_FileObserver.cpp | 134 static JNINativeMethod sMethods[] = { variable 162 …e::registerNativeMethods(env, "android/os/FileObserver$ObserverThread", sMethods, NELEM(sMethods)); in register_android_os_FileObserver()
|
D | android_database_SQLiteProgram.cpp | 162 static JNINativeMethod sMethods[] = variable 192 "android/database/sqlite/SQLiteProgram", sMethods, NELEM(sMethods)); in register_android_database_SQLiteProgram()
|
D | android_database_SQLiteQuery.cpp | 228 static JNINativeMethod sMethods[] = variable 242 "android/database/sqlite/SQLiteQuery", sMethods, NELEM(sMethods)); in register_android_database_SQLiteQuery()
|
D | android_database_SQLiteStatement.cpp | 253 static JNINativeMethod sMethods[] = variable 283 "android/database/sqlite/SQLiteStatement", sMethods, NELEM(sMethods)); in register_android_database_SQLiteStatement()
|
D | android_server_BluetoothA2dpService.cpp | 311 static JNINativeMethod sMethods[] = { variable 341 "android/server/BluetoothA2dpService", sMethods, NELEM(sMethods)); in register_android_server_BluetoothA2dpService()
|
D | android_bluetooth_BluetoothAudioGateway.cpp | 535 static JNINativeMethod sMethods[] = { variable 549 "android/bluetooth/BluetoothAudioGateway", sMethods, in register_android_bluetooth_BluetoothAudioGateway() 550 NELEM(sMethods)); in register_android_bluetooth_BluetoothAudioGateway()
|
D | android_bluetooth_HeadsetBase.cpp | 548 static JNINativeMethod sMethods[] = { variable 564 "android/bluetooth/HeadsetBase", sMethods, NELEM(sMethods)); in register_android_bluetooth_HeadsetBase()
|
D | android_database_SQLiteDatabase.cpp | 463 static JNINativeMethod sMethods[] = variable 515 sMethods, NELEM(sMethods)); in register_android_database_SQLiteDatabase()
|
D | android_bluetooth_BluetoothSocket.cpp | 557 static JNINativeMethod sMethods[] = { variable 584 "android/bluetooth/BluetoothSocket", sMethods, NELEM(sMethods)); in register_android_bluetooth_BluetoothSocket()
|
D | android_database_CursorWindow.cpp | 477 static JNINativeMethod sMethods[] = variable 544 sMethods, NELEM(sMethods)); in register_android_database_CursorWindow()
|
D | android_server_BluetoothEventLoop.cpp | 1575 static JNINativeMethod sMethods[] = { variable 1587 "android/server/BluetoothEventLoop", sMethods, NELEM(sMethods)); in register_android_server_BluetoothEventLoop()
|
D | android_server_BluetoothService.cpp | 1674 static JNINativeMethod sMethods[] = { variable 1763 "android/server/BluetoothService", sMethods, NELEM(sMethods)); in register_android_server_BluetoothService()
|