Searched refs:NativeMethod (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/base/android/jni_generator/ |
D | jni_generator_tests.py | 20 from jni_generator import CalledByNative, JniParams, NativeMethod, Param 156 NativeMethod(return_type='int', static=False, 161 NativeMethod(return_type='void', static=False, name='Destroy', 167 NativeMethod(return_type='long', static=False, name='AddBookmark', 181 NativeMethod(return_type='String', static=True, 187 NativeMethod(return_type='void', static=True, 195 NativeMethod(return_type='byte[]', static=False, 200 NativeMethod(return_type='String[]', static=True, 204 NativeMethod(return_type='void', static=False, 210 NativeMethod(return_type='long', static=False, [all …]
|
D | jni_generator.py | 52 class NativeMethod(object): class 411 native = NativeMethod(
|