Home
last modified time | relevance | path

Searched defs:gMethods (Results 1 – 11 of 11) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_i18n_util_Log.cpp46 static JNINativeMethod gMethods[] = { variable
Dcom_android_icu_util_CaseMapperNative.cpp57 static JNINativeMethod gMethods[] = { variable
Dcom_android_icu_util_ICU4CMetadata.cpp61 static JNINativeMethod gMethods[] = { variable
Dcom_android_icu_text_TimeZoneNamesNative.cpp99 static JNINativeMethod gMethods[] = { variable
Dcom_android_icu_util_LocaleNative.cpp96 static JNINativeMethod gMethods[] = { variable
Dcom_android_icu_util_regex_PatternNative.cpp129 static JNINativeMethod gMethods[] = { variable
Dcom_android_icu_util_regex_MatcherNative.cpp134 static JNINativeMethod gMethods[] = { variable
Dcom_android_i18n_timezone_internal_Memory.cpp224 static JNINativeMethod gMethods[] = { variable
Dcom_android_icu_charset_NativeConverter.cpp679 static JNINativeMethod gMethods[] = { variable
/external/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp43 static JNINativeMethod gMethods[] = { variable
51 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc148 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, in jniRegisterNativeMethods()