HomeSort by relevance Sort by last modified time
    Searched full:io_error (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/Support/Windows/
system_error.inc 70 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error);
71 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error);
72 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error);
95 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error);
101 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error);
103 MAP_ERR_TO_COND(ERROR_SEEK, io_error);
106 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error);
  /tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/internal/commandoutput/
CSVOutputter.java 66 private final String IO_ERROR = PreflightingNLS.TextOutputter_IOExceptionMessage;
181 PreflightingLogger.error(getClass(), IO_ERROR + e.getMessage());
194 PreflightingLogger.error(getClass(), IO_ERROR + e.getMessage());
TextOutputter.java 59 private final String IO_ERROR = PreflightingNLS.TextOutputter_IOExceptionMessage;
134 PreflightingLogger.error(getClass(), IO_ERROR + e.getMessage());
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 52 response->server_status = HttpResponse::IO_ERROR;
server_connection_manager.cc 57 response->server_status = HttpResponse::IO_ERROR;
72 response->server_status = HttpResponse::IO_ERROR;
server_connection_manager.h 55 // IO_ERROR is returned when reading/writing to a buffer has failed.
56 IO_ERROR,
  /external/doclava/src/com/google/doclava/
Errors.java 166 public static final Error IO_ERROR = new Error(115, HIDDEN);
175 IO_ERROR, NO_SINCE_DATA, NO_FEDERATION_DATA, PARSE_ERROR, ADDED_PACKAGE, ADDED_CLASS,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
error_constants.h 80 io_error = EIO, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
error_constants.h 80 io_error = EIO, member in class:errc
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/mips/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
error_constants.h 78 io_error = EIO, member in class:errc
  /external/bzip2/
unzcrash.c 53 ,"IO_ERROR"
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 48 "IO_ERROR",
  /tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/internal/help/printer/
HelpPrinter.java 110 private final static String IO_ERROR = PreflightingNLS.HelpPrinter_IOExceptionMessage;
635 PreflightingLogger.error(HelpPrinter.class, IO_ERROR + e.getMessage());
646 PreflightingLogger.error(HelpPrinter.class, IO_ERROR + e.getMessage());

Completed in 2802 milliseconds

1 2