Searched refs:THROW (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 202 #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 D | tjunittest.c | 69 #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 D | tjbench.c | 41 #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 D | turbojpeg-jni.c | 47 #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 D | WebAssemblyUtilities.cpp | 41 case WebAssembly::THROW: in mayThrow()
|
H A D | WebAssemblyLateEHPrepare.cpp | 189 if (MI.getOpcode() != WebAssembly::THROW && in removeUnnecessaryUnreachables()
|
H A D | WebAssemblyISelLowering.cpp | 1257 return DAG.getNode(WebAssemblyISD::THROW, DL, in LowerIntrinsic()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 55 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 D | scanner-inl.h | 74 KEYWORD("throw", Token::THROW) \
|
H A D | token.h | 154 K(THROW, "throw", 0) \
|
H A D | parser-base.h | 5270 case Token::THROW: in ParseStatement() 5780 Consume(Token::THROW); in ParseThrowStatement()
|
Completed in 27 milliseconds