OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNativeMethods
(Results
1 - 3
of
3
) sorted by null
/external/libmojo/base/android/linker/
linker_jni.cc
179
const JNINativeMethod
kNativeMethods
[] = {
188
sizeof(
kNativeMethods
) / sizeof(
kNativeMethods
[0]);
202
if (env->RegisterNatives(linker_class,
kNativeMethods
, kNumNativeMethods) < 0)
legacy_linker_jni.cc
401
const JNINativeMethod
kNativeMethods
[] = {
443
sizeof(
kNativeMethods
) / sizeof(
kNativeMethods
[0]);
463
if (env->RegisterNatives(linker_class,
kNativeMethods
, kNumNativeMethods) < 0)
modern_linker_jni.cc
593
const JNINativeMethod
kNativeMethods
[] = {
619
sizeof(
kNativeMethods
) / sizeof(
kNativeMethods
[0]);
634
if (env->RegisterNatives(linker_class,
kNativeMethods
, kNumNativeMethods) < 0)
Completed in 592 milliseconds