Home
last modified time | relevance | path

Searched defs:ThrowException (Results 1 – 7 of 7) 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/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
DFlowController.java120 ThrowException, enumConstant
/external/perfetto/src/android_sdk/nativehelper/
DJNIHelp.h329 [[maybe_unused]] static int ThrowException(JNIEnv* env, in ThrowException() function
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp78 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp211 void CJX_Object::ThrowException(v8::Isolate* pIsolate, in ThrowException() function in CJX_Object
Dcfxjse_formcalc_context.cpp5533 void CFXJSE_FormCalcContext::ThrowException(ByteStringView str) const { in ThrowException() function in CFXJSE_FormCalcContext