Searched defs:NativeMethod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/android/jni_generator/
H A Djni_generator_tests.py20 from jni_generator import CalledByNative, JniParams, NativeMethod, Param namespace
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_typ
[all...]
H A Djni_generator.py52 class NativeMethod(object): class in inherits:object
411 native = NativeMethod(

Completed in 124 milliseconds