HomeSort by relevance Sort by last modified time
    Searched defs:registerNativeMethods (Results 1 - 15 of 15) sorted by null

  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 63 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods,
  /cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
version.cpp 33 static int registerNativeMethods(JNIEnv* env, const char* className,
58 registerNativeMethods(env, "android/os/lib/consumer/UseSharedLibraryTest",
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 45 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) {
62 if (!registerNativeMethods(env, classPathName, methods, sizeof(methods) / sizeof(methods[0]))) {
  /frameworks/base/apct-tests/perftests/core/jni/
SystemPerfTest.cpp 58 static int registerNativeMethods(JNIEnv* env, const char* className,
76 if (registerNativeMethods(env, "android/perftests/SystemPerfTest",
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 43 static int registerNativeMethods(JNIEnv* env, const char* className,
68 if (!registerNativeMethods(env, classPathName,
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 43 static int registerNativeMethods(JNIEnv* env, const char* className,
68 if (!registerNativeMethods(env, classPathName,
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 43 static int registerNativeMethods(JNIEnv* env, const char* className,
68 if (!registerNativeMethods(env, classPathName,
  /development/samples/SimpleJNI/jni/
native.cpp 46 static int registerNativeMethods(JNIEnv* env, const char* className,
71 if (!registerNativeMethods(env, classPathName,
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 311 static int registerNativeMethods(JNIEnv* env, const char* className,
332 if (!registerNativeMethods(env, outClassPathName, writeMethods,
337 if (!registerNativeMethods(env, inClassPathName, readMethods,
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 765 static int registerNativeMethods(JNIEnv* env) {
785 if (NULL != env && registerNativeMethods(env) == 0) {
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 561 int registerNativeMethods(JNIEnv* env, const char* className,
578 if (!registerNativeMethods(env, kClassPathName,
  /frameworks/base/core/jni/
AndroidRuntime.cpp 292 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env,
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 880 milliseconds