/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | nativeinterpreterwrapper_jni.cc | 39 using tflite::jni::ThrowException; 48 ThrowException(env, tflite::jni::kIllegalArgumentException, in convertLongToInterpreter() 57 ThrowException(env, tflite::jni::kIllegalArgumentException, in convertLongToModel() 66 ThrowException(env, tflite::jni::kIllegalArgumentException, in convertLongToErrorReporter() 75 ThrowException(env, tflite::jni::kIllegalArgumentException, in convertLongToDelegate() 87 ThrowException(env, tflite::jni::kIllegalArgumentException, in convertJIntArrayToVector() 137 ThrowException(env, tflite::jni::kIllegalArgumentException, in AreDimsDifferent() 187 ThrowException(env, tflite::jni::kUnsupportedOperationException, in GetSignatureInputsOutputsList() 215 ThrowException(env, tflite::jni::kUnsupportedOperationException, in Java_org_tensorflow_lite_NativeInterpreterWrapper_getInputNames() 240 ThrowException( in Java_org_tensorflow_lite_NativeInterpreterWrapper_allocateTensors() [all …]
|
D | tensor_jni.cc | 27 using tflite::jni::ThrowException; 56 ThrowException(env, tflite::jni::kIllegalArgumentException, in GetTensorFromHandle() 65 ThrowException(env, tflite::jni::kIllegalArgumentException, in GetTensorIndexFromHandle() 113 ThrowException(env, tflite::jni::kIllegalStateException, in WriteOneDimensionalArray() 152 ThrowException( in WriteOneDimensionalArray() 169 ThrowException( in ReadOneDimensionalArray() 208 ThrowException(env, tflite::jni::kIllegalStateException, in ReadOneDimensionalArray() 347 ThrowException( in WriteScalar() 380 ThrowException(env, tflite::jni::kIllegalStateException, in WriteScalar() 416 ThrowException(env, tflite::jni::kIllegalArgumentException, in Java_org_tensorflow_lite_Tensor_buffer() [all …]
|
D | jni_utils.cc | 31 void ThrowException(JNIEnv* env, const char* clazz, const char* fmt, ...) { in ThrowException() function 50 ThrowException(env, kNullPointerException, in BufferErrorReporter()
|
D | jni_utils.h | 32 void ThrowException(JNIEnv* env, const char* clazz, const char* fmt, ...);
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/nlclassifier/bert_nlclassifier/ |
D | bert_nl_classifier_jni.cc | 27 using ::tflite::support::utils::ThrowException; 46 ThrowException(env, kAssertionError, in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_initJniWithByteBuffer() 61 ThrowException(env, kAssertionError, in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_initJniWithFileDescriptor()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/ |
D | image_segmenter_jni.cc | 39 using ::tflite::support::utils::ThrowException; 79 ThrowException(env, kIllegalArgumentException, in ConvertToProtoOptions() 94 ThrowException( in ConvertToSegmentationResults() 169 ThrowException(env, kAssertionError, in CreateImageClassifierFromOptions() 232 ThrowException(env, kAssertionError, in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_segmentNative()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/nlclassifier/ |
D | nl_classifier_jni.cc | 38 using ::tflite::support::utils::ThrowException; 105 ThrowException(env, kAssertionError, in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_initJniWithByteBuffer() 122 ThrowException(env, kAssertionError, in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_initJniWithFileDescriptor()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/ |
D | jni_utils.cc | 26 using ::tflite::support::utils::ThrowException; 77 ThrowException(env, kAssertionError, in ConvertToFrameBufferOrientation()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | hicpp-exception-baseclass.cpp | 109 void ThrowException() { throw T(); } in ThrowException() function 129 #define THROW_EXCEPTION(CLASS) ThrowException<CLASS>()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/ |
D | image_classifier_jni.cc | 38 using ::tflite::support::utils::ThrowException; 155 ThrowException(env, kAssertionError, in CreateImageClassifierFromOptions() 228 ThrowException(env, kAssertionError, in Java_org_tensorflow_lite_task_vision_classifier_ImageClassifier_classifyNative()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/ |
D | object_detector_jni.cc | 39 using ::tflite::support::utils::ThrowException; 162 ThrowException(env, kAssertionError, in CreateObjectDetectorFromOptions() 222 ThrowException(env, kAssertionError, in Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_detectNative()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 132 ThrowException(WideString::FromASCII("Unable to set language value.")); in language() 148 ThrowException(WideString::FromASCII("Unable to set numPages value.")); in numPages() 162 ThrowException(WideString::FromASCII("Unable to set platform value.")); in platform() 214 ThrowException(WideString::FromASCII("Unable to set variation value.")); in variation() 224 ThrowException(WideString::FromASCII("Unable to set version value.")); in version()
|
D | cjx_object.cpp | 182 ThrowException(WideString::FromASCII("The element [") + obj + in ThrowTooManyOccurancesException() 188 ThrowException(WideString::FromASCII("Invalid property set operation.")); in ThrowInvalidPropertyException() 192 ThrowException(WideString::FromASCII("Index value is out of bounds.")); in ThrowIndexOutOfBoundsException() 197 ThrowException( in ThrowParamCountMismatchException() 203 ThrowException(WideString::FromASCII( in ThrowArgumentMismatchException() 207 void CJX_Object::ThrowException(const WideString& str) const { in ThrowException() function in CJX_Object
|
D | cjx_object.h | 225 void ThrowException(const WideString& str) const;
|
D | cfxjse_formcalc_context.h | 408 void ThrowException(const WideString& str) const;
|
D | cfxjse_class.cpp | 119 info.GetIsolate()->ThrowException(str.ToLocalChecked()); in DynPropGetterAdapter_MethodCallback()
|
/external/tflite-support/tensorflow_lite_support/cc/utils/ |
D | jni_utils.h | 83 void ThrowException(JNIEnv* env, const char* clazz, const char* fmt, ...);
|
D | jni_utils.cc | 66 void ThrowException(JNIEnv* env, const char* clazz, const char* fmt, ...) { in ThrowException() function
|
/external/ImageMagick/MagickCore/ |
D | exception.h | 153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
|
D | exception.c | 706 (void) ThrowException(exception,p->severity,p->reason,p->description); in InheritException() 992 MagickExport MagickBooleanType ThrowException(ExceptionInfo *exception, in ThrowException() function 1141 (void) ThrowException(exception,severity,message,(char *) NULL); in ThrowMagickExceptionList()
|
/external/ImageMagick/coders/ |
D | wpg.c | 803 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript() 811 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript() 819 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript() 829 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript() 846 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript()
|
/external/pdfium/fxjs/ |
D | cfx_v8_unittest.cpp | 241 info.GetIsolate()->ThrowException(property); in TEST_F() 263 info.GetIsolate()->ThrowException(property); in TEST_F()
|
D | cfxjs_engine.cpp | 161 isolate->ThrowException( in CallHandler() 168 isolate->ThrowException( in CallHandler() 622 GetIsolate()->ThrowException(NewString(message.AsStringView())); in Error()
|
/external/ImageMagick/ |
D | Magickshr.opt | 164 symbol_vector=(ThrowException=PROCEDURE)
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 62 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function 63 static inline void ThrowEndOfData() { ThrowException(); } in ThrowEndOfData() 65 static inline void ThrowIncorrect() { ThrowException(); } in ThrowIncorrect()
|