/external/chromium_org/net/third_party/nss/ssl/ |
D | unix_err.c | 78 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_stat_error() 88 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_fstat_error() 108 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_access_error() 126 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_rmdir_error() 149 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_write_error() 164 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_fsync_error() 175 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_close_error() 342 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break; in nss_MD_unix_map_open_error() 508 case ETIMEDOUT: prError = PR_IO_TIMEOUT_ERROR; break; in nss_MD_unix_map_default_error()
|
/external/compiler-rt/test/tsan/ |
D | cond_version.c | 39 if (res != ETIMEDOUT) in main() 40 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT)); in main()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/ |
D | pipe_node.cc | 38 if (err == ETIMEDOUT) in Read() 55 if (err == ETIMEDOUT) in Write()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | threads_windows.h | 54 #ifndef ETIMEDOUT 55 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */ macro
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/ |
D | jspipe_node.cc | 43 if (err == ETIMEDOUT) in Read() 61 if (err == ETIMEDOUT) in Write()
|
/external/qemu/util/ |
D | qemu-thread-posix.c | 219 if (rc == ETIMEDOUT) { in qemu_sem_timedwait() 226 if (rc != ETIMEDOUT) { in qemu_sem_timedwait() 230 return (rc == ETIMEDOUT ? -1 : 0); in qemu_sem_timedwait() 245 if (rc == -1 && errno == ETIMEDOUT) { in qemu_sem_timedwait()
|
/external/chromium_org/third_party/webrtc/base/ |
D | socket.h | 86 #undef ETIMEDOUT 87 #define ETIMEDOUT WSAETIMEDOUT macro
|
/external/webrtc/src/system_wrappers/source/ |
D | event_posix.cc | 174 case ETIMEDOUT: in Wait() 201 case ETIMEDOUT: in Wait()
|
/external/qemu/include/android/ |
D | sockets.h | 101 # ifndef ETIMEDOUT 102 # define ETIMEDOUT 10060 macro
|
/external/libcxx/test/diagnostics/errno/ |
D | cerrno.pass.cpp | 327 #ifndef ETIMEDOUT 328 #error ETIMEDOUT not defined
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
D | event_posix.cc | 155 case ETIMEDOUT: in Wait() 178 case ETIMEDOUT: in Wait()
|
/external/lldb/source/Host/common/ |
D | Condition.cpp | 97 if (err == ETIMEDOUT) in Wait()
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | pthread_rwlock_timedrdlock.c | 89 if (result == ETIMEDOUT) in pthread_rwlock_timedrdlock()
|
D | w32_CancelableWait.c | 138 result = ETIMEDOUT; in ptw32_cancelable_wait()
|
/external/qemu/android/ |
D | sync-utils.c | 190 errno = ETIMEDOUT; in syncsocket_read_absolute() 222 errno = ETIMEDOUT; in syncsocket_write_absolute()
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | irt_futex.cc | 53 return ETIMEDOUT; in IrtFutexWaitAbs()
|
/external/chromium_org/third_party/libxml/src/include/ |
D | wsockcompat.h | 66 #define ETIMEDOUT WSAETIMEDOUT macro
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | CondVar.cpp | 124 if ((waitResult != 0) && (waitResult != ETIMEDOUT)) in wait()
|
/external/chromium_org/net/base/ |
D | net_errors_posix.cc | 33 case ETIMEDOUT: in MapSystemError()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 83 #define ETIMEDOUT 110 /* Connection timed out */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 82 case ETIMEDOUT: in strerror_override()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 98 #define ETIMEDOUT 145 /* Connection timed out */ macro
|
/external/stressapptest/src/ |
D | disk_blocks.cc | 144 while (!nelems_ && result != ETIMEDOUT) { in GetRandomBlock() 147 if (result == ETIMEDOUT) { in GetRandomBlock()
|
/external/libcxx/src/ |
D | condition_variable.cpp | 71 if (ec != 0 && ec != ETIMEDOUT) in __do_timed_wait()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
D | SDL_syscond.c | 124 case ETIMEDOUT: in SDL_CondWaitTimeout()
|