HomeSort by relevance Sort by last modified time
    Searched refs:ETIMEDOUT (Results 226 - 250 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /hardware/ril/reference-ril/
atchannel.c 763 if (err == ETIMEDOUT) {
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 220 if (cause.errno == ETIMEDOUT) {
  /system/core/adb/
usb_linux.c 487 if((errno == ETIMEDOUT) && (h->desc != -1)) {
  /art/dex2oat/
dex2oat.cc 527 if (rc == ETIMEDOUT) {
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 495 if (result == ETIMEDOUT) {
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
  /external/libusb/libusb/
io.c     [all...]
  /external/libusb-compat/libusb/
core.c 80 return ETIMEDOUT;
  /external/mdnsresponder/mDNSShared/
CommonServices.h 450 #define ETIMEDOUT_compat ETIMEDOUT
    [all...]
  /external/v8/src/
platform-freebsd.cc 650 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
platform-linux.cc 925 if (result == -1 && errno == ETIMEDOUT) return false; // Timeout.
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 582 #define VKI_ETIMEDOUT ETIMEDOUT
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 184 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 1141 if ((err != 0) && (err != ETIMEDOUT)) {
    [all...]
  /external/qemu/
sockets.c 103 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 110 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 626 case ETIMEDOUT:
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]

Completed in 2100 milliseconds

1 2 3 4 5 6 7 8 91011