Searched refs:NET_ERROR (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/base/
H A Dnet_error_list.h26 NET_ERROR(IO_PENDING, -1)
29 NET_ERROR(FAILED, -2)
32 NET_ERROR(ABORTED, -3)
35 NET_ERROR(INVALID_ARGUMENT, -4)
38 NET_ERROR(INVALID_HANDLE, -5)
41 NET_ERROR(FILE_NOT_FOUND, -6)
44 NET_ERROR(TIMED_OUT, -7)
47 NET_ERROR(FILE_TOO_BIG, -8)
51 NET_ERROR(UNEXPECTED, -9)
54 NET_ERROR(ACCESS_DENIE
[all...]
H A Dnet_errors.h25 #define NET_ERROR(label, value) ERR_ ## label = value, macro
27 #undef NET_ERROR macro
H A Dnet_errors.cc15 #define NET_ERROR(label, value) -(value), macro
19 #undef NET_ERROR macro
37 #define NET_ERROR(label, value) \ macro
42 #undef NET_ERROR macro
H A Dnet_log_logger.cc46 #define NET_ERROR(label, value) value, macro
48 #undef NET_ERROR macro
/external/clang/test/Misc/
H A Ddiag-trailing-null-bytes.cpp5 #define NET_ERROR(label, value) ERR_ ## label = value, macro
7 NET_ERROR(DNS_SERVER_REQUIRES_TCP, -801)
9 #undef NET_ERROR macro

Completed in 112 milliseconds