Searched refs:ETIMEDOUT (Results 1 - 25 of 36) sorted by relevance

12

/external/bluetooth/glib/gio/
H A Dgioerror.c153 #ifdef ETIMEDOUT
154 case ETIMEDOUT:
/external/chromium/net/third_party/nss/ssl/
H A Dunix_err.c111 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
121 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
141 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
159 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
182 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
197 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
208 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
375 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
541 case ETIMEDOUT: prError = PR_IO_TIMEOUT_ERROR; break;
/external/chromium/base/
H A Dcondition_variable_posix.cc50 DCHECK(rv == 0 || rv == ETIMEDOUT);
/external/kernel-headers/original/asm-generic/
H A Derrno.h83 #define ETIMEDOUT 110 /* Connection timed out */ macro
/external/qemu/
H A Dqemu-thread.c70 if (err && err != ETIMEDOUT)
129 if (err && err != ETIMEDOUT)
H A Dsockets.h101 # ifndef ETIMEDOUT
102 # define ETIMEDOUT 10060 macro
H A Dusb-linux.c489 case ETIMEDOUT:
503 if (errno == ETIMEDOUT)
612 case ETIMEDOUT:
/external/bluetooth/bluez/compat/
H A Dmsdun.c138 errno = ETIMEDOUT;
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
H A DSDL_syscond.c124 case ETIMEDOUT:
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
H A DSDL_syscond.c128 case ETIMEDOUT:
/external/skia/src/ports/
H A DSkOSEvent_android.cpp85 SkASSERT(status == ETIMEDOUT); // no need to unlock the mutex (its unlocked)
/external/chromium/net/socket/
H A Dtcp_client_socket_libevent.cc64 case ETIMEDOUT:
90 case ETIMEDOUT:
114 case ETIMEDOUT:
/external/bluetooth/bluez/lib/
H A Dbluetooth.c232 return ETIMEDOUT;
247 return ETIMEDOUT;
/external/bluetooth/bluez/tools/
H A Dhid2hci.c112 if (errno == ETIMEDOUT)
245 if (errno == ETIMEDOUT)
H A Davctrl.c112 if (errno == ETIMEDOUT)
H A Ddfubabel.c85 if (errno == ETIMEDOUT)
/external/dbus/dbus/
H A Ddbus-sysdeps-pthread.c262 if (result != ETIMEDOUT)
272 return result != ETIMEDOUT;
H A Ddbus-sysdeps.c922 #ifdef ETIMEDOUT
923 case ETIMEDOUT:
/external/quake/quake/src/WinQuake/
H A Dsnd_android.cpp174 if (ETIMEDOUT == pthread_cond_timedwait( &condition_cond, &condition_mutex, &ts)) {
H A Dnet_bw.cpp46 #define ETIMEDOUT 60 /* Connection timed out */ macro
266 case BW_ERR_TIME_OUT: return ETIMEDOUT;
/external/bluetooth/glib/gthread/
H A Dgthread-posix.c246 timed_out = (result == ETIMEDOUT);
/external/v8/src/
H A Dplatform-freebsd.cc549 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
H A Dplatform-openbsd.cc522 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
H A Dplatform-solaris.cc510 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
/external/netcat/
H A Dnetcat.c759 errno = ETIMEDOUT; /* fake it */
939 errno = ETIMEDOUT; /* fake it */

Completed in 374 milliseconds

12