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

1 2 3 4 5

  /frameworks/ex/framesequence/jni/
JNIHelpers.cpp 28 if (env->ThrowNew(clazz, msg) != JNI_OK) {
BitmapDecoderJNI.cpp 29 env->ThrowNew(clazz, error);
  /cts/suite/cts/deviceTests/dram/jni/
MemoryNativeJni.cpp 37 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory");
59 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory");
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3head.swg 58 JCALL2(ThrowNew, jenv, excep, msg);
  /cts/tests/tests/security/jni/
android_security_cts_NetlinkSocket.cpp 36 env->ThrowNew(SocketException, "Can't create socket");
android_security_cts_LinuxRngTest.cpp 38 env->ThrowNew(cls, message);
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 57 env->ThrowNew(cls, msg);
59 env->ThrowNew(cls, NULL);
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 68 env->ThrowNew(cls, "fork failed");
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 46 env->ThrowNew(cls, msg);
  /external/conscrypt/src/compat/native/
JNIHelp.cpp 102 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) {
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 69 env->ThrowNew(exceptionClass, message);
  /cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp 190 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory");
253 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory");
  /prebuilts/misc/common/swig/include/2.0.11/java/
javahead.swg 93 JCALL2(ThrowNew, jenv, excep, msg);
  /cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp 140 env->ThrowNew(eClazz.get(), message);
  /art/runtime/native/
dalvik_system_DexFile.cc 389 env->ThrowNew(fnfe.get(), message);
508 env->ThrowNew(iae.get(), message.c_str());
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0);
  /external/neven/
FaceDetector_jni.cpp 91 env->ThrowNew(npeClazz, msg);
  /libnativehelper/
JNIHelp.cpp 229 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) {
  /frameworks/opt/net/wifi/service/jni/
jni_helper.cpp 47 (env)->ThrowNew(exClass, message);
  /development/ndk/platforms/android-3/include/
jni.h 188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
542 jint ThrowNew(jclass clazz, const char* message)
543 { return functions->ThrowNew(this, clazz, message); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 174 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
528 jint ThrowNew(jclass clazz, const char* message)
529 { return functions->ThrowNew(this, clazz, message); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
526 jint ThrowNew(jclass clazz, const char* message)
527 { return functions->ThrowNew(this, clazz, message); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
526 jint ThrowNew(jclass clazz, const char* message)
527 { return functions->ThrowNew(this, clazz, message); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
526 jint ThrowNew(jclass clazz, const char* message)
527 { return functions->ThrowNew(this, clazz, message); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
526 jint ThrowNew(jclass clazz, const char* message)
527 { return functions->ThrowNew(this, clazz, message); }
    [all...]

Completed in 435 milliseconds

1 2 3 4 5