Home
last modified time | relevance | path

Searched refs:THROW (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c202 #define THROW(m) { \ macro
677 THROW("tjCompress2(): Instance has not been initialized for compression"); in tjCompress2()
683 THROW("tjCompress2(): Invalid argument"); in tjCompress2()
688 THROW("tjCompress2(): Memory allocation failure"); in tjCompress2()
778 THROW("tjEncodeYUVPlanes(): Instance has not been initialized for compression"); in tjEncodeYUVPlanes()
783 THROW("tjEncodeYUVPlanes(): Invalid argument"); in tjEncodeYUVPlanes()
785 THROW("tjEncodeYUVPlanes(): Invalid argument"); in tjEncodeYUVPlanes()
788 THROW("tjEncodeYUVPlanes(): Cannot generate YUV images from CMYK pixels"); in tjEncodeYUVPlanes()
813 THROW("tjEncodeYUVPlanes(): libjpeg API is in the wrong state"); in tjEncodeYUVPlanes()
824 THROW("tjEncodeYUVPlane in tjEncodeYUVPlanes()
[all...]
H A Dtjunittest.c69 #define THROW(m) { printf("ERROR: %s\n", m); BAILOUT() } macro
385 THROW("Memory allocation failure"); in compTest()
399 THROW("Memory allocation failure"); in compTest()
446 THROW("Incorrect JPEG header"); in _decompTest()
450 THROW("Memory allocation failure"); in _decompTest()
461 THROW("Memory allocation failure"); in _decompTest()
537 THROW("Memory allocation failure."); in doTest()
575 THROW(#function " overflow"); \
581 THROW(#function " overflow"); \
628 THROW("Memor in bufSizeTest()
[all...]
H A Dtjbench.c41 #define THROW(op, err) { \ macro
45 #define THROW_UNIX(m) THROW(m, strerror(errno))
170 THROW("allocating destination buffer", "Image is too large"); in decomp()
336 THROW("allocating temporary image buffer", "Image is too large"); in fullTest()
364 THROW("getting buffer size", "Image is too large"); in fullTest()
568 THROW("reading JPEG header", "Invalid image dimensions"); in decompTest()
609 THROW("getting buffer size", "Image is too large"); in decompTest()
841 THROW("executing tjGetScalingFactors()", tjGetErrorStr()); in main()
H A Dturbojpeg-jni.c47 #define THROW(msg, exceptionClass) { \ macro
72 #define THROW_ARG(msg) THROW(msg, "java/lang/IllegalArgumentException")
75 THROW("Memory allocation failure", "java/lang/OutOfMemoryError");
207 THROW(tjGetErrorStr(), "org/libjpegturbo/turbojpeg/TJException"); in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
602 THROW(tjGetErrorStr(), "org/libjpegturbo/turbojpeg/TJException"); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init()
1022 THROW(tjGetErrorStr(), "org/libjpegturbo/turbojpeg/TJException"); in Java_org_libjpegturbo_turbojpeg_TJTransformer_init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp41 case WebAssembly::THROW: in mayThrow()
H A DWebAssemblyLateEHPrepare.cpp189 if (MI.getOpcode() != WebAssembly::THROW && in removeUnnecessaryUnreachables()
H A DWebAssemblyISelLowering.cpp1257 return DAG.getNode(WebAssemblyISD::THROW, DL, in LowerIntrinsic()
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp55 static inline void THROW(const char *str) in THROW() function
62 #define THROW(x) throw runtime_error(x)
106 THROW("Invalid argument"); in parse()
136 THROW("Tried to parse uint, but nothing left in arguments"); in next_uint()
142 THROW("next_uint() out of range"); in next_uint()
155 THROW("Tried to parse uint, but nothing left in arguments"); in next_hex_uint()
161 THROW("next_uint() out of range"); in next_hex_uint()
174 THROW("Tried to parse double, but nothing left in arguments"); in next_double()
205 THROW("Tried to parse string, but nothing left in arguments"); in next_string()
/third_party/node/deps/v8/src/parsing/
H A Dscanner-inl.h74 KEYWORD("throw", Token::THROW) \
H A Dtoken.h154 K(THROW, "throw", 0) \
H A Dparser-base.h5270 case Token::THROW: in ParseStatement()
5780 Consume(Token::THROW); in ParseThrowStatement()

Completed in 27 milliseconds