HomeSort by relevance Sort by last modified time
    Searched refs:ETIMEDOUT (Results 276 - 300 of 347) sorted by null

<<11121314

  /external/chromium_org/third_party/webrtc/base/
autodetectproxy.cc 72 OnCloseEvent(socket_, ETIMEDOUT);
  /external/chromium_org/v8/src/base/platform/
condition-variable.cc 105 if (result == ETIMEDOUT) {
  /external/fio/
mutex.c 117 if (ret == ETIMEDOUT && !mutex_timed_out(&tv_s, seconds))
  /external/libcxx/test/diagnostics/syserr/
errc.pass.cpp 97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, "");
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 275 if (!timeoutCapped && err == -ETIMEDOUT) {
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 52 if (ret < 0 && errno == ETIMEDOUT)
  /hardware/intel/img/hwcomposer/common/devices/
ExternalDevice.cpp 157 if (err != -ETIMEDOUT) {
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 74 if (rc == ETIMEDOUT && stdev->recognition_callback != NULL) {
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_ni.cpp 210 if (rc == ETIMEDOUT)
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_events.c 376 if (ETIMEDOUT == status)
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 376 if (ETIMEDOUT == status)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp 97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, "");
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 213 errno = ETIMEDOUT;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 275 #if !defined(ETIMEDOUT)
276 # define ETIMEDOUT 10060 /* Same as WSAETIMEDOUT */
    [all...]
  /external/qemu/
posix-aio-compat.c 104 if (ret && ret != ETIMEDOUT) die2(ret, "pthread_cond_timedwait");
323 !(ret == ETIMEDOUT)) {
  /libcore/luni/src/main/java/android/system/
OsConstants.java 231 public static final int ETIMEDOUT = placeholder();
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
tty_node.cc 119 if (err == ETIMEDOUT)
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.cpp 226 if (rc == ETIMEDOUT)
  /bionic/libc/dns/resolv/
res_send.c 388 terrno = ETIMEDOUT;
655 errno = ETIMEDOUT; /* no answer obtained */
1013 errno = ETIMEDOUT;
    [all...]
  /external/chromium_org/net/socket/
socket_libevent.cc 43 case ETIMEDOUT:
  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 547 { "ETIMEDOUT", ETIMEDOUT },
  /external/iputils/
tracepath.c 206 case ETIMEDOUT:
tracepath6.c 265 case ETIMEDOUT:
  /external/qemu/android/
looper-generic.c 459 return ETIMEDOUT;
  /external/qemu/proxy/
proxy_common.c 575 errno = ETIMEDOUT;

Completed in 731 milliseconds

<<11121314