Searched refs:numMethods (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | helper.c | 92 int numMethods) in registerJniMethods() argument 95 "Registering %s's %d native methods...", className, numMethods); in registerJniMethods() 97 int result = (*env)->RegisterNatives(env, clazz, methods, numMethods); in registerJniMethods()
|
D | helper.h | 72 int numMethods);
|
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 34 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 41 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/ |
D | com_android_cts_isolatedsplitapp_Native.cpp | 82 int numMethods) { in registerNativeMethods() argument 90 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 111 …isterNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 119 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|