/third_party/boost/boost/gil/extension/io/targa/detail/ |
D | reader_backend.hpp | 76 io_error( "Invalid dimension for targa file" ); in read_header() 82 io_error( "Unsupported bit depth for targa file" ); in read_header() 93 io_error("Unsupported descriptor for targa file"); in read_header() 100 io_error("Unsupported descriptor for targa file"); in read_header() 108 io_error("Unsupported descriptor for targa file"); in read_header() 113 io_error("Unsupported descriptor for targa file"); in read_header() 129 if( img_dim.x < _settings._dim.x ) { io_error( "Supplied image is too small" ); } in check_image_size() 133 if( img_dim.x < _info._width ) { io_error( "Supplied image is too small" ); } in check_image_size() 139 if( img_dim.y < _settings._dim.y ) { io_error( "Supplied image is too small" ); } in check_image_size() 143 if( img_dim.y < _info._height ) { io_error( "Supplied image is too small" ); } in check_image_size()
|
D | scanline_read.hpp | 88 io_error( "scanline reader cannot read indexed targa files." ); in initialize() 93 io_error( "scanline reader cannot read this targa image type." ); in initialize() 102 io_error( "Inconsistent color map type and image type in targa file." ); in initialize() 107 io_error( "Non-indexed targa files containing a palette are not supported." ); in initialize() 112 … io_error( "scanline reader cannot read targa files which have screen origin bit set." ); in initialize() 129 io_error( "Unsupported bit depth in targa file." ); in initialize() 138 io_error( "Unsupported image type in targa file." ); in initialize()
|
D | read.hpp | 102 io_error( "Inconsistent color map type and image type in targa file." ); in apply() 107 io_error( "Non-indexed targa files containing a palette are not supported." ); in apply() 144 io_error( "Unsupported bit depth in targa file." ); in apply() 155 io_error( "Inconsistent color map type and image type in targa file." ); in apply() 160 io_error( "Non-indexed targa files containing a palette are not supported." ); in apply() 191 io_error( "Unsupported bit depth in targa file." ); in apply() 200 io_error( "Unsupported image type in targa file." ); in apply() 374 … io_error( "No matching image type between those of the given any_image and that of the file" ); in apply()
|
/third_party/mesa3d/src/freedreno/decode/ |
D | io.c | 46 io_error(struct io *io) in io_error() function 64 io_error(io); in io_new() 70 io_error(io); in io_new() 76 io_error(io); in io_new() 82 io_error(io); in io_new() 100 io_error(io); in io_open() 106 io_error(io); in io_open() 124 io_error(io); in io_openfd() 130 io_error(io); in io_openfd()
|
/third_party/boost/boost/interprocess/ |
D | errors.hpp | 106 io_error, enumerator 148 { /*ERROR_NOT_READY*/21L, io_error }, 149 { /*ERROR_SEEK*/25L, io_error }, 150 { /*ERROR_READ_FAULT*/30L, io_error }, 151 { /*ERROR_WRITE_FAULT*/29L, io_error }, 152 { /*ERROR_CANTOPEN*/1011L, io_error }, 153 { /*ERROR_CANTREAD*/1012L, io_error }, 154 { /*ERROR_CANTWRITE*/1013L, io_error }, 176 { EIO, io_error },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | FunctionInfo.cpp | 39 return createStringError(std::errc::io_error, in decode() 43 return createStringError(std::errc::io_error, in decode() 47 return createStringError(std::errc::io_error, in decode() 53 return createStringError(std::errc::io_error, in decode() 57 return createStringError(std::errc::io_error, in decode() 61 return createStringError(std::errc::io_error, in decode() 87 return createStringError(std::errc::io_error, in decode() 165 return createStringError(std::errc::io_error, in lookup() 171 return createStringError(std::errc::io_error, in lookup() 175 return createStringError(std::errc::io_error, in lookup() [all …]
|
D | LineTable.cpp | 58 return createStringError(std::errc::io_error, in parse() 62 return createStringError(std::errc::io_error, in parse() 67 return createStringError(std::errc::io_error, in parse() 74 return createStringError(std::errc::io_error, in parse() 83 return createStringError(std::errc::io_error, in parse() 90 return createStringError(std::errc::io_error, in parse() 100 return createStringError(std::errc::io_error, in parse()
|
D | InlineInfo.cpp | 179 return createStringError(std::errc::io_error, in decode() 185 return createStringError(std::errc::io_error, in decode() 190 return createStringError(std::errc::io_error, in decode() 194 return createStringError(std::errc::io_error, in decode() 198 return createStringError(std::errc::io_error, in decode()
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | reader_backend.hpp | 89 if( img_dim.x < _settings._dim.x ) { io_error( "Supplied image is too small" ); } in check_image_size() 93 if( img_dim.x < _info._width ) { io_error( "Supplied image is too small" ); } in check_image_size() 99 if( img_dim.y < _settings._dim.y ) { io_error( "Supplied image is too small" ); } in check_image_size() 103 if( img_dim.y < _info._height ) { io_error( "Supplied image is too small" ); } in check_image_size() 140 io_error( "Unexpected characters reading decimal digits" ); in read_int() 151 io_error( "Integer too large" ); in read_int()
|
/third_party/boost/boost/gil/extension/io/png/detail/ |
D | read.hpp | 90 io_error("png is invalid"); in apply() 181 … default: io_error( "png_reader::read_data(): unknown combination of color type and bit depth" ); in apply() 193 … default: io_error( "png_reader::read_data(): unknown combination of color type and bit depth" ); in apply() 196 …io_error( "gray_alpha isn't enabled. Define BOOST_GIL_IO_ENABLE_GRAY_ALPHA when building applicati… in apply() 208 … default: io_error( "png_reader::read_data(): unknown combination of color type and bit depth" ); in apply() 219 …default: io_error( "png_reader_color_convert::read_data(): unknown combination of color type and b… in apply() 224 default: io_error( "png_reader_color_convert::read_data(): unknown color type" ); in apply() 243 io_error("png is invalid"); in read_rows() 423 … io_error( "No matching image type between those of the given any_image and that of the file" ); in apply()
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | scanline_read.hpp | 241 default: { io_error( "Not supported palette " ); } in initialize() 250 io_error( "scanline_reader doesn't support planar tiff images." ); in initialize() 276 default: { io_error( "Image type is not supported." ); } in initialize() 299 default: { io_error( "Image type is not supported." ); } in initialize() 318 default: { io_error( "Image type is not supported." ); } in initialize() 324 default: { io_error( "Image type is not supported." ); } in initialize() 342 default: { io_error( "Image type is not supported." ); } in initialize() 348 default: { io_error( "Image type is not supported." ); } in initialize() 353 io_error( "Wrong planar configuration setting." ); in initialize()
|
D | reader_backend.hpp | 110 if( img_dim.x < _settings._dim.x ) { io_error( "Supplied image is too small" ); } in check_image_size() 114 …if( (tiff_image_width::type) img_dim.x < _info._width ) { io_error( "Supplied image is too small" … in check_image_size() 120 if( img_dim.y < _settings._dim.y ) { io_error( "Supplied image is too small" ); } in check_image_size() 124 …if( (tiff_image_height::type) img_dim.y < _info._height ) { io_error( "Supplied image is too small… in check_image_size()
|
D | read.hpp | 163 default: { io_error( "Not supported palette " ); } in apply() 203 io_error( "Wrong planar configuration setting." ); in apply() 239 default: { io_error( "Image type is not supported." ); } in read() 256 default: { io_error( "Image type is not supported." ); } in read() 269 default: { io_error( "Image type is not supported." ); } in read() 275 default: { io_error( "Image type is not supported." ); } in read() 287 default: { io_error( "Image type is not supported." ); } in read() 293 default: { io_error( "Image type is not supported." ); } in read() 365 io_error( "User supplied image type must be rgb16_image_t." ); in read_palette_image() 757 … io_error( "No matching image type between those of the given any_image and that of the file" ); in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 160 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError() 161 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError() 162 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError() 183 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError() 188 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError() 190 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError() 193 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error); in mapWindowsError()
|
/third_party/curl/lib/vtls/ |
D | rustls.c | 127 rustls_io_result io_error; in cr_recv() local 129 io_error = rustls_connection_read_tls(rconn, read_cb, in cr_recv() 131 if(io_error == EAGAIN || io_error == EWOULDBLOCK) { in cr_recv() 134 else if(io_error) { in cr_recv() 135 failf(data, "reading from socket: %s", strerror(io_error)); in cr_recv() 219 rustls_io_result io_error; in cr_send() local 239 io_error = rustls_connection_write_tls(rconn, write_cb, in cr_send() 241 if(io_error == EAGAIN || io_error == EWOULDBLOCK) { in cr_send() 246 else if(io_error) { in cr_send() 247 failf(data, "writing to socket: %s", strerror(io_error)); in cr_send()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc_gevent.pyx.pxi | 62 except IOError as io_error: 64 socket_error("connect", str(io_error))) 91 except IOError as io_error: 92 if io_error.errno != errno.ENOTCONN: 93 raise io_error 127 except IOError as io_error: 129 socket_error("send", str(io_error))) 155 except IOError as io_error: 157 -1, socket_error("recv", str(io_error))) 217 except IOError as io_error: [all …]
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | reader_backend.hpp | 79 io_error( "Wrong magic number for bmp file." ); in read_header() 169 io_error( "Invalid BMP info header." ); in read_header() 207 if( img_dim.x < _settings._dim.x ) { io_error( "Supplied image is too small" ); } in check_image_size() 211 if( img_dim.x < _info._width ) { io_error( "Supplied image is too small" ); } in check_image_size() 217 if( img_dim.y < _settings._dim.y ) { io_error( "Supplied image is too small" ); } in check_image_size() 221 if( img_dim.y < _info._height ) { io_error( "Supplied image is too small" ); } in check_image_size()
|
D | scanline_read.hpp | 135 … io_error( "Cannot read run-length encoded images in iterator mode. Try to read as whole image." ); in initialize() 154 io_error( "Unsupported compression mode in BMP file." ); in initialize() 167 … io_error( "Cannot read run-length encoded images in iterator mode. Try to read as whole image." ); in initialize() 183 default: { io_error( "Unsupported compression mode in BMP file." ); break; } in initialize() 237 io_error( "Unsupported BMP compression." ); in initialize() 264 io_error( "Unsupported bits per pixel." ); in initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 252 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError() 253 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError() 254 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError() 275 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError() 280 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError() 282 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError() 285 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error); in mapWindowsError()
|
/third_party/boost/boost/system/detail/ |
D | system_category_win32.hpp | 264 case ERROR_CANTOPEN_: return make_error_condition( io_error ); in system_category_default_error_condition_win32() 265 case ERROR_CANTREAD_: return make_error_condition( io_error ); in system_category_default_error_condition_win32() 266 case ERROR_CANTWRITE_: return make_error_condition( io_error ); in system_category_default_error_condition_win32() 289 case ERROR_OPEN_FAILED_: return make_error_condition( io_error ); in system_category_default_error_condition_win32() 294 case ERROR_READ_FAULT_: return make_error_condition( io_error ); in system_category_default_error_condition_win32() 296 case ERROR_SEEK_: return make_error_condition( io_error ); in system_category_default_error_condition_win32() 299 case ERROR_WRITE_FAULT_: return make_error_condition( io_error ); in system_category_default_error_condition_win32()
|
/third_party/boost/boost/gil/extension/io/raw/detail/ |
D | reader_backend.hpp | 105 if( img_dim.x < _settings._dim.x ) { io_error( "Supplied image is too small" ); } in check_image_size() 109 if( img_dim.x < _info._width ) { io_error( "Supplied image is too small" ); } in check_image_size() 115 if( img_dim.y < _settings._dim.y ) { io_error( "Supplied image is too small" ); } in check_image_size() 119 if( img_dim.y < _info._height ) { io_error( "Supplied image is too small" ); } in check_image_size()
|
D | read.hpp | 101 io_error( "Image header was not read." ); in apply() 128 io_error( "Image is neither gray nor RGB" ); in apply() 131 io_error( "Image is neither 8bit nor 16bit" ); in apply() 215 io_error( error_message.str().c_str() ); in apply()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 205 static void io_error(const char *func, int rc) in io_error() function 228 io_error("aio write", res2); in wr_done() 254 io_error("aio read", res2); in rd_done() 275 io_error("io_submit write", res); in rd_done() 528 io_error("io_submit", rc); in main() 546 io_error("io_wait_run", rc); in main() 573 io_error("io_submit", rc); in main() 577 io_error("io_wait_run", rc); in main()
|
/third_party/boost/boost/gil/extension/io/jpeg/detail/ |
D | reader_backend.hpp | 196 if( img_dim.x < _settings._dim.x ) { io_error( "Supplied image is too small" ); } in check_image_size() 200 …if( (jpeg_image_width::type) img_dim.x < _info._width ) { io_error( "Supplied image is too small" … in check_image_size() 206 if( img_dim.y < _settings._dim.y ) { io_error( "Supplied image is too small" ); } in check_image_size() 210 …if( (jpeg_image_height::type) img_dim.y < _info._height ) { io_error( "Supplied image is too small… in check_image_size() 240 io_error( "jpeg is invalid." ); in raise_error()
|
/third_party/boost/boost/gil/io/ |
D | error.hpp | 15 inline void io_error(const char* descr) in io_error() function 23 io_error(descr); in io_error_if()
|