Home
last modified time | relevance | path

Searched refs:NativeMethod (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/base/android/jni_generator/
Djni_generator_tests.py21 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 …]
Djni_generator.py52 class NativeMethod(object): class
393 native = NativeMethod(