HomeSort by relevance Sort by last modified time
    Searched refs:IO_ERROR (Results 1 - 11 of 11) sorted by null

  /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/chromium_org/sync/engine/net/
server_connection_manager.cc 44 ENUM_CASE(IO_ERROR);
70 return IO_ERROR;
95 response->server_status = HttpResponse::IO_ERROR;
110 response->server_status = HttpResponse::IO_ERROR;
server_connection_manager.h 46 // IO_ERROR is returned when reading/writing to a buffer has failed.
47 IO_ERROR,
  /external/doclava/src/com/google/doclava/
Errors.java 168 public static final Error IO_ERROR = new Error(115, HIDDEN);
179 IO_ERROR, NO_SINCE_DATA, NO_FEDERATION_DATA, PARSE_ERROR, ADDED_PACKAGE, ADDED_CLASS,
Stubs.java 47 Errors.error(Errors.IO_ERROR, new SourcePositionInfo(apiFile, 0, 0),
57 Errors.error(Errors.IO_ERROR, new SourcePositionInfo(keepListFile, 0, 0),
    [all...]
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 91 case HttpResponse::IO_ERROR:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 242 #define IO_ERROR -2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 242 #define IO_ERROR -2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 242 #define IO_ERROR -2
    [all...]

Completed in 549 milliseconds