Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp1047 const JNINativeMethod gParcelMethods[] = { in TEST() local
1240 sizeof(gParcelMethods)/sizeof(JNINativeMethod)); in TEST()
1243 for (size_t i = 0; i < sizeof(gParcelMethods) / sizeof(JNINativeMethod); ++i) { in TEST()
1244 const JNINativeMethod& actual = gParcelMethods[i]; in TEST()