Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/src/main/native/
Djni_utils.cc31 void ThrowException(JNIEnv* env, const char* clazz, const char* fmt, ...) { in ThrowException() function
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp109 void ThrowException() { throw T(); } 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.cpp207 void CJX_Object::ThrowException(const WideString& str) const { in ThrowException() function in CJX_Object
Dcfxjse_formcalc_context.cpp5888 void CFXJSE_FormCalcContext::ThrowException(const WideString& str) const { in ThrowException() function in CFXJSE_FormCalcContext