/external/mesa3d/src/freedreno/decode/ |
D | io.c | 28 io_error(struct io *io) in io_error() function 46 io_error(io); in io_new() 52 io_error(io); in io_new() 58 io_error(io); in io_new() 64 io_error(io); in io_new() 82 io_error(io); in io_open() 88 io_error(io); in io_open() 106 io_error(io); in io_openfd() 112 io_error(io); in io_openfd()
|
/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/ |
D | system_category_condition_win32.hpp | 66 case ERROR_CANTOPEN_: return io_error; in system_category_condition_win32() 67 case ERROR_CANTREAD_: return io_error; in system_category_condition_win32() 68 case ERROR_CANTWRITE_: return io_error; in system_category_condition_win32() 91 case ERROR_OPEN_FAILED_: return io_error; in system_category_condition_win32() 96 case ERROR_READ_FAULT_: return io_error; in system_category_condition_win32() 98 case ERROR_SEEK_: return io_error; in system_category_condition_win32() 101 case ERROR_WRITE_FAULT_: return io_error; in system_category_condition_win32()
|
/external/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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/ |
D | FunctionInfo.cpp | 42 return createStringError(std::errc::io_error, in decode() 46 return createStringError(std::errc::io_error, in decode() 50 return createStringError(std::errc::io_error, in decode() 56 return createStringError(std::errc::io_error, in decode() 60 return createStringError(std::errc::io_error, in decode() 64 return createStringError(std::errc::io_error, in decode() 90 return createStringError(std::errc::io_error, in decode() 167 return createStringError(std::errc::io_error, in lookup() 173 return createStringError(std::errc::io_error, in lookup() 177 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()
|
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/ |
D | JSON.cpp | 37 return createStringError(errc::io_error, "Out of bound Integer"); in intFromJsonTemplate() 41 return createStringError(errc::io_error, "Can't parse Integer"); in intFromJsonTemplate() 49 return createStringError(errc::io_error, "Can't parse Boolean"); in fromJson() 57 return createStringError(errc::io_error, "Can't parse Double"); in fromJson() 65 return createStringError(errc::io_error, "Can't parse String"); in fromJson() 78 return createStringError(errc::io_error, "Can't parse Duration"); in fromJson() 86 return createStringError(errc::io_error, in fromJson() 97 return createStringError(errc::io_error, in fromJson() 104 return createStringError(errc::io_error, in fromJson() 114 return createStringError(errc::io_error, in fromJson() [all …]
|
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/ |
D | JSON.cpp | 37 return createStringError(errc::io_error, "Out of bound Integer"); in intFromJsonTemplate() 41 return createStringError(errc::io_error, "Can't parse Integer"); in intFromJsonTemplate() 49 return createStringError(errc::io_error, "Can't parse Boolean"); in fromJson() 57 return createStringError(errc::io_error, "Can't parse Double"); in fromJson() 65 return createStringError(errc::io_error, "Can't parse String"); in fromJson() 78 return createStringError(errc::io_error, "Can't parse Duration"); in fromJson() 86 return createStringError(errc::io_error, in fromJson() 97 return createStringError(errc::io_error, in fromJson() 104 return createStringError(errc::io_error, in fromJson() 114 return createStringError(errc::io_error, in fromJson() [all …]
|
/external/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()
|
/external/llvm/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()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/qbone/ |
D | qbone_packet_exchanger_test.cc | 122 std::string io_error = "I/O error"; in TEST() local 123 exchanger.SetReadError(io_error); in TEST() 124 EXPECT_CALL(visitor, OnReadError(StrEq(io_error))).Times(1); in TEST() 242 std::string io_error = "I/O error"; in TEST() local 243 exchanger.ForceWriteFailure(false, io_error); in TEST() 244 EXPECT_CALL(visitor, OnWriteError(StrEq(io_error))).Times(1); in TEST() 265 std::string io_error = "I/O error"; in TEST() local 266 exchanger.SetReadError(io_error); in TEST() 270 exchanger.ForceWriteFailure(false, io_error); in TEST()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/qbone/ |
D | qbone_packet_exchanger_test.cc | 122 std::string io_error = "I/O error"; in TEST() local 123 exchanger.SetReadError(io_error); in TEST() 124 EXPECT_CALL(visitor, OnReadError(StrEq(io_error))).Times(1); in TEST() 242 std::string io_error = "I/O error"; in TEST() local 243 exchanger.ForceWriteFailure(false, io_error); in TEST() 244 EXPECT_CALL(visitor, OnWriteError(StrEq(io_error))).Times(1); in TEST() 265 std::string io_error = "I/O error"; in TEST() local 266 exchanger.SetReadError(io_error); in TEST() 270 exchanger.ForceWriteFailure(false, io_error); in TEST()
|
/external/rust/android-crates-io/crates/xml-rs/src/reader/ |
D | error.rs | 141 Io(io_error) => io_error.fmt(f), in fmt() 162 Io(io_error) => io_error.description(), in msg() 201 Io(io_error) => ErrorKind::Io(io_error), in from() 224 Io(io_error) => Io(io::Error::new(io_error.kind(), io_error.to_string())), in clone()
|
/external/cronet/tot/third_party/libc++/src/src/filesystem/ |
D | error.h | 52 {ERROR_CANTOPEN, errc::io_error}, in __win_err_to_errc() 53 {ERROR_CANTREAD, errc::io_error}, in __win_err_to_errc() 54 {ERROR_CANTWRITE, errc::io_error}, in __win_err_to_errc() 78 {ERROR_OPEN_FAILED, errc::io_error}, in __win_err_to_errc() 83 {ERROR_READ_FAULT, errc::io_error}, in __win_err_to_errc() 86 {ERROR_SEEK, errc::io_error}, in __win_err_to_errc() 89 {ERROR_WRITE_FAULT, errc::io_error}, in __win_err_to_errc()
|
/external/cronet/stable/third_party/libc++/src/src/filesystem/ |
D | error.h | 52 {ERROR_CANTOPEN, errc::io_error}, in __win_err_to_errc() 53 {ERROR_CANTREAD, errc::io_error}, in __win_err_to_errc() 54 {ERROR_CANTWRITE, errc::io_error}, in __win_err_to_errc() 78 {ERROR_OPEN_FAILED, errc::io_error}, in __win_err_to_errc() 83 {ERROR_READ_FAULT, errc::io_error}, in __win_err_to_errc() 86 {ERROR_SEEK, errc::io_error}, in __win_err_to_errc() 89 {ERROR_WRITE_FAULT, errc::io_error}, in __win_err_to_errc()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 257 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError() 258 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError() 259 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError() 282 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError() 286 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError() 289 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError() 292 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error); in mapWindowsError()
|
/external/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()
|
/external/rust/android-crates-io/crates/etherparse/src/err/linux_sll/ |
D | header_read_error.rs | 24 pub fn io_error(self) -> Option<std::io::Error> { in io_error() method 117 fn io_error() { in io_error() function 122 .io_error() in io_error() 126 .io_error() in io_error()
|
/external/rust/android-crates-io/crates/etherparse/src/err/ipv6/ |
D | header_read_error.rs | 21 pub fn io_error(self) -> Option<std::io::Error> { in io_error() method 114 fn io_error() { in io_error() function 119 .io_error() in io_error() 123 .io_error() in io_error()
|
/external/rust/android-crates-io/crates/etherparse/src/err/double_vlan/ |
D | header_read_error.rs | 23 pub fn io_error(self) -> Option<std::io::Error> { in io_error() method 120 fn io_error() { in io_error() function 125 .io_error() in io_error() 130 .io_error() in io_error()
|
/external/rust/android-crates-io/crates/etherparse/src/err/ipv6_exts/ |
D | header_read_error.rs | 21 pub fn io_error(self) -> Option<std::io::Error> { in io_error() method 110 fn io_error() { in io_error() function 115 .io_error() in io_error() 118 .io_error() in io_error()
|
/external/rust/android-crates-io/crates/etherparse/src/err/tcp/ |
D | header_read_error.rs | 21 pub fn io_error(self) -> Option<std::io::Error> { in io_error() method 112 fn io_error() { in io_error() function 117 .io_error() in io_error() 120 .io_error() in io_error()
|
/external/rust/android-crates-io/crates/etherparse/src/err/ipv4/ |
D | header_read_error.rs | 21 pub fn io_error(self) -> Option<std::io::Error> { in io_error() method 114 fn io_error() { in io_error() function 119 .io_error() in io_error() 123 .io_error() in io_error()
|
/external/rust/android-crates-io/crates/etherparse/src/err/ |
D | read_error.rs | 539 let io_error = || std::io::Error::new(std::io::ErrorKind::Other, "some error"); in debug_source() localVariable 541 format!("Io({:?})", io_error()), in debug_source() 542 format!("{:?}", Io(io_error())) in debug_source() 579 let io_error = || std::io::Error::new(std::io::ErrorKind::Other, "some error"); in display_source() localVariable 580 assert_eq!(format!("{}", io_error()), format!("{}", Io(io_error()))); in display_source() 581 assert!(Io(io_error()).source().is_some()); in display_source() 588 let io_error = || std::io::Error::new(std::io::ErrorKind::Other, "some error"); in accessors() localVariable 609 assert!(Io(io_error()).io().is_some()); in accessors() 667 let io_error = in from() localVariable 680 assert!(ReadError::from(io_error()).io().is_some()); in from() [all …]
|
/external/mtools/ |
D | vfat.c | 427 int *io_error) in vfat_lookup_loop_common() argument 437 *io_error = 0; in vfat_lookup_loop_common() 443 *io_error = error; in vfat_lookup_loop_common() 516 int *io_error) in vfat_lookup_loop_for_read() argument 521 *io_error = 0; in vfat_lookup_loop_for_read() 528 direntry, cache, 0, io_error); in vfat_lookup_loop_for_read() 633 int io_error; in vfat_lookup() local 653 dce = vfat_lookup_loop_for_read(cp, direntry, cache, &io_error); in vfat_lookup() 655 if (io_error) in vfat_lookup() 691 int io_error; in vfat_lookup_loop_for_insert() local [all …]
|