HomeSort by relevance Sort by last modified time
    Searched refs:ThrowNew (Results 1 - 25 of 116) 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);
  /external/opencv3/samples/android/face-detection/jni/
DetectionBasedTracker_jni.cpp 97 jenv->ThrowNew(je, e.what());
103 jenv->ThrowNew(je, "Unknown exception in JNI code of DetectionBasedTracker.nativeCreateObject()");
130 jenv->ThrowNew(je, e.what());
136 jenv->ThrowNew(je, "Unknown exception in JNI code of DetectionBasedTracker.nativeDestroyObject()");
156 jenv->ThrowNew(je, e.what());
162 jenv->ThrowNew(je, "Unknown exception in JNI code of DetectionBasedTracker.nativeStart()");
182 jenv->ThrowNew(je, e.what());
188 jenv->ThrowNew(je, "Unknown exception in JNI code of DetectionBasedTracker.nativeStop()");
212 jenv->ThrowNew(je, e.what());
218 jenv->ThrowNew(je, "Unknown exception in JNI code of DetectionBasedTracker.nativeSetFaceSize()")
    [all...]
  /cts/tests/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);
  /external/opencv3/modules/java/generator/src/cpp/
utils.cpp 56 env->ThrowNew(je, e.what());
62 env->ThrowNew(je, "Unknown exception in JNI code {nBitmapToMat}");
138 env->ThrowNew(je, e.what());
144 env->ThrowNew(je, "Unknown exception in JNI code {nMatToBitmap}");
  /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 71 env->ThrowNew(cls, "fork failed");
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 39 env->ThrowNew(cls, message);
  /art/runtime/native/
dalvik_system_DexFile.cc 359 env->ThrowNew(fnfe.get(), message);
367 env->ThrowNew(iae.get(), message.c_str());
375 env->ThrowNew(iae.get(), message.c_str());
410 env->ThrowNew(iae.get(), message.c_str());
486 env->ThrowNew(fnfe.get(), message);
576 env->ThrowNew(iae.get(), message.c_str());
java_lang_Thread.cc 55 env->ThrowNew(internal_error, "Cannot create threads in zygote");
  /external/conscrypt/src/openjdk/native/
JNIHelp.cpp 101 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) {
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 670 env->ThrowNew(clazz_io_exception, "");
680 env->ThrowNew(clazz_io_exception, "");
686 env->ThrowNew(clazz_operation_canceled_exception, "");
712 env->ThrowNew(clazz_io_exception, "Failed to obtain MtpDevice.");
719 env->ThrowNew(clazz_io_exception, "Failed to obtain property desc.");
724 env->ThrowNew(clazz_io_exception, "Unexpected property data type.");
729 env->ThrowNew(clazz_io_exception, "Failed to obtain property value.");
735 env->ThrowNew(clazz_io_exception, "Object size is too large to express as jlong.");
    [all...]
  /cts/tests/tests/view/jni/
android_view_cts_ChoreographerNativeTest.cpp 72 env->ThrowNew(exClass, 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 76 env->ThrowNew(exceptionClass, message);
  /frameworks/base/services/tests/servicestests/jni/
apf_jni.cpp 70 env->ThrowNew(newExcCls, error.c_str());
  /cts/tests/simplecpu/jni/
CpuNativeJni.cpp 190 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory");
253 env->ThrowNew(env->FindClass("java/lang/OutOfMemoryError"), "No memory");
  /external/libgdx/gdx/jni/iosgl/
iosgl30.cpp 40 if(positionID == 0) _env->ThrowNew(IAEClass, "Couldn't fetch position() method");
70 _env->ThrowNew(IAEClass, "buffer type unkown! (Not a ByteBuffer, ShortBuffer, etc.)");
91 _env->ThrowNew(IAEClass, "Must use a native order direct Buffer");
310 env->ThrowNew(IAEClass, "Unsupported method");
544 env->ThrowNew(IAEClass, "Unsupported method");
726 env->ThrowNew(IAEClass, "Unsupported method");
773 env->ThrowNew(IAEClass, "Unsupported method");
784 env->ThrowNew(IAEClass, "Unsupported method");
    [all...]
  /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 142 env->ThrowNew(eClazz.get(), message);
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 78 env->ThrowNew(clazz, msg);
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0);
  /external/neven/
FaceDetector_jni.cpp 89 env->ThrowNew(npeClazz, msg);
  /external/opencv3/modules/java/src/
imgcodecs.cpp 39 env->ThrowNew(je, what.c_str());

Completed in 2135 milliseconds

1 2 3 4 5