HomeSort by relevance Sort by last modified time
    Searched refs:RegisterNatives (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /art/test/139-register-natives/
regnative.cc 30 return env->RegisterNatives(trg, gMethods, 1);
  /cts/tests/tests/os/jni/
android_os_cts_HardwareName.cpp 41 return env->RegisterNatives(clazz, gMethods,
android_os_cts_CpuInstructions.cpp 147 return env->RegisterNatives(clazz, gMethods,
android_os_cts_NoExecutePermissionTest.cpp 85 return env->RegisterNatives(clazz, gMethods,
android_os_cts_OSFeatures.cpp 103 return env->RegisterNatives(clazz, gMethods,
android_os_cts_TaggedPointer.cpp 83 return env->RegisterNatives(clazz, gMethods,
  /cts/tests/tests/security/jni/
android_security_cts_KernelSettingsTest.cpp 37 return env->RegisterNatives(clazz, gMethods,
android_security_cts_SELinuxTest.cpp 69 return env->RegisterNatives(clazz, gMethods,
android_security_cts_SeccompTest.cpp 79 return env->RegisterNatives(clazz, gMethods,
android_security_cts_MMapExecutableTest.cpp 82 return env->RegisterNatives(
  /cts/tools/cts-device-info/jni/
com_android_cts_deviceinfo_VulkanDeviceInfo.cpp 39 return env->RegisterNatives(clazz, gMethods,
  /cts/tests/tests/graphics/jni/
android_graphics_cts_ANativeWindowTest.cpp 44 return env->RegisterNatives(clazz, JNI_METHODS.data(), JNI_METHODS.size());
  /libcore/ojluni/src/main/native/
Thread.c 62 (*env)->RegisterNatives(env, cls, methods, ARRAY_LENGTH(methods));
  /cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
version.cpp 37 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
38 ALOGE("RegisterNatives failed for '%s'", className);
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 58 return env->RegisterNatives(clazz, gMethods,
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 70 if (env->RegisterNatives(clazz, methods, numMethods) != 0) {
71 AKLOGE("RegisterNatives failed for '%s'", className);
  /cts/common/device-side/util/jni/
android_cts_CpuFeatures.cpp 92 return env->RegisterNatives(clazz, gMethods,
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
54 LOGE("RegisterNatives failed for '%s'", className);
61 static int registerNatives(JNIEnv* env) {
88 if (registerNatives(env) != JNI_TRUE) {
89 LOGE("ERROR: registerNatives failed");
  /cts/tests/sensor/jni/
android_hardware_cts_SensorDirectReportTest.cpp 68 return env->RegisterNatives(clazz, gMethods,
android_hardware_cts_SensorNativeTest.cpp 82 return env->RegisterNatives(clazz, gMethods,
  /cts/tests/tests/hardware/jni/
android_hardware_cts_HardwareBufferTest.cpp 61 return env->RegisterNatives(clazz, gMethods,
  /cts/tests/tests/nativehardware/jni/
android_hardware_cts_AHardwareBufferNativeTest.cpp 85 return env->RegisterNatives(clazz, gMethods,
  /development/samples/SimpleJNI/jni/
native.cpp 50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
51 ALOGE("RegisterNatives failed for '%s'", className);
63 static int registerNatives(JNIEnv* env)
100 if (registerNatives(env) != JNI_TRUE) {
101 ALOGE("ERROR: registerNatives failed");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
51 ALOGE("RegisterNatives failed for '%s'", className);
63 static int registerNatives(JNIEnv* env)
100 if (registerNatives(env) != JNI_TRUE) {
101 ALOGE("ERROR: registerNatives failed");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
51 ALOGE("RegisterNatives failed for '%s'", className);
63 static int registerNatives(JNIEnv* env)
100 if (registerNatives(env) != JNI_TRUE) {
101 ALOGE("ERROR: registerNatives failed");

Completed in 617 milliseconds

1 2 3 4 5 6 7