/external/mesa3d/src/freedreno/decode/ |
D | io.c | 45 static void io_error(struct io *io) in io_error() function 62 io_error(io); in io_new() 68 io_error(io); in io_new() 74 io_error(io); in io_new() 80 io_error(io); in io_new() 97 io_error(io); in io_open() 103 io_error(io); in io_open() 120 io_error(io); in io_openfd() 126 io_error(io); in io_openfd()
|
/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()
|
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()
|
/external/llvm-project/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() 168 return createStringError(std::errc::io_error, in lookup() 174 return createStringError(std::errc::io_error, in lookup() 178 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 | 183 return createStringError(std::errc::io_error, in decode() 189 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() 202 return createStringError(std::errc::io_error, in decode()
|
/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/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-project/libc/benchmarks/ |
D | JSON.cpp | 36 return createStringError(errc::io_error, "Out of bound Integer"); in intFromJsonTemplate() 40 return createStringError(errc::io_error, "Can't parse Integer"); in intFromJsonTemplate() 48 return createStringError(errc::io_error, "Can't parse Double"); in fromJson() 56 return createStringError(errc::io_error, "Can't parse String"); in fromJson() 73 return createStringError(errc::io_error, "Can't parse Duration"); in fromJson() 81 return createStringError(errc::io_error, in fromJson() 92 return createStringError(errc::io_error, in fromJson() 99 return createStringError(errc::io_error, in fromJson() 109 return createStringError(errc::io_error, in fromJson() 121 return createStringError(errc::io_error, "Can't parse Array"); in vectorFromJsonTemplate() [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc_gevent.pyx.pxi | 105 except IOError as io_error: 107 socket_error("connect", str(io_error))) 134 except IOError as io_error: 135 if io_error.errno != errno.ENOTCONN: 136 raise io_error 170 except IOError as io_error: 172 socket_error("send", str(io_error))) 198 except IOError as io_error: 200 -1, socket_error("recv", str(io_error))) 260 except IOError as io_error: [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | ErrorHandling.cpp | 255 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError() 256 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError() 257 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError() 278 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError() 283 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError() 285 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError() 288 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/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()
|
/external/mtools/ |
D | vfat.c | 418 int *io_error) in vfat_lookup_loop_common() argument 428 *io_error = 0; in vfat_lookup_loop_common() 434 *io_error = error; in vfat_lookup_loop_common() 507 int *io_error) in vfat_lookup_loop_for_read() argument 512 *io_error = 0; in vfat_lookup_loop_for_read() 519 direntry, cache, 0, io_error); in vfat_lookup_loop_for_read() 615 int io_error; in vfat_lookup() local 638 dce = vfat_lookup_loop_for_read(cp, direntry, cache, &io_error); in vfat_lookup() 640 if (io_error) in vfat_lookup() 676 int io_error; in vfat_lookup_loop_for_insert() local [all …]
|
/external/ltp/testcases/kernel/io/aio/ |
D | aio02.c | 54 static void io_error(const char *func, int rc) in io_error() function 72 io_error("aio write", res2); in work_done() 169 io_error("io_submit tio", res); in io_tio() 187 io_error("io_wait_run", res); in io_tio()
|
/external/e2fsprogs/misc/ |
D | e2undo.c | 300 int mount_flags, csum_error = 0, io_error = 0; in main() local 509 io_error = 1; in main() 568 io_error = 1; in main() 602 io_error = 1; in main() 616 io_error = 1; in main() 622 if (io_error) in main() 633 if (!dry_run && (force || csum_error || io_error)) { in main() 640 if (csum_error || io_error) in main()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 55 io_error = int(std::errc::io_error), enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 54 io_error = int(std::errc::io_error), enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Errc.h | 54 io_error = int(std::errc::io_error), enumerator
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 55 io_error = int(std::errc::io_error), enumerator
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | PerfHelper.cpp | 137 llvm::errc::io_error); in readOrError() 159 llvm::errc::io_error); in readOrError()
|
/external/rust/cxx/gen/src/ |
D | fs.rs | 30 ($io_error:expr, $fmt:expr $(, $path:expr)* $(,)?) => { 32 source: Option::from($io_error),
|
/external/libcxx/include/ |
D | __errc | 52 io_error, // EIO 149 io_error = EIO,
|
/external/llvm-project/libcxx/include/ |
D | __errc | 51 io_error, // EIO 148 io_error = EIO,
|