Home
last modified time | relevance | path

Searched defs:ThrowException (Results 1 – 6 of 6) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/utils/
Djni_utils.cc66 void ThrowException(JNIEnv* env, const char* clazz, const char* fmt, ...) { in ThrowException() function
/external/tensorflow/tensorflow/lite/java/src/main/native/
Djni_utils.cc33 void ThrowException(JNIEnv* env, const char* clazz, const char* fmt, ...) { in ThrowException() function
/external/ImageMagick/MagickCore/
Dexception.c992 MagickExport MagickBooleanType ThrowException(ExceptionInfo *exception, in ThrowException() function
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp62 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp205 void CJX_Object::ThrowException(v8::Isolate* pIsolate, in ThrowException() function in CJX_Object
Dcfxjse_formcalc_context.cpp5549 void CFXJSE_FormCalcContext::ThrowException(ByteStringView str) const { in ThrowException() function in CFXJSE_FormCalcContext