HomeSort by relevance Sort by last modified time
    Searched refs:EPIPE (Results 126 - 150 of 153) sorted by null

1 2 3 4 56 7

  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 125 public static final int EPIPE = placeholder();
672 if (errno == EPIPE) {
673 return "EPIPE";
  /external/qemu/audio/
alsaaudio.c 766 if (avail == -EPIPE) {
804 case -EPIPE:
1136 case -EPIPE:
    [all...]
  /external/openssh/
mux.c     [all...]
ssh-keyscan.c 421 case EPIPE:
sftp-client.c 130 if (errno == EPIPE)
144 if (errno == EPIPE)
    [all...]
authfile.c 346 if (errno == EPIPE)
scp.c 1093 run_err("%s", j != EPIPE ?
sshconnect.c 477 if (len != 1 && errno == EPIPE)
    [all...]
monitor_wrap.c 152 if (errno == EPIPE)
    [all...]
  /system/core/adb/
sysdeps_win32.c 509 errno = EPIPE;
933 errno = EPIPE;
943 errno = EPIPE;
1026 errno = EPIPE;
1036 errno = EPIPE;
    [all...]
  /external/qemu/
usb-linux.c 276 case -EPIPE:
491 case EPIPE:
614 case EPIPE:
    [all...]
  /external/dbus/dbus/
dbus-sysdeps.c 1051 * See if errno is EPIPE
1052 * @returns #TRUE if errno == EPIPE
1057 return errno == EPIPE;
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 305 mOwner->onConnectionFailed(-EPIPE);
  /frameworks/base/libs/androidfw/
InputTransport.cpp 162 if (error == EPIPE || error == ENOTCONN) {
196 if (error == EPIPE || error == ENOTCONN) {
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 631 else if ( iReadFrames == -EPIPE )
    [all...]
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 544 if (ret < 0 && errno == EPIPE) {
  /external/libusb/libusb/os/
linux_usbfs.c     [all...]
  /device/asus/grouper/audio/
audio_hw.c 744 if (ret == -EPIPE) {
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 295 { ERROR_BROKEN_PIPE, EPIPE },
  /external/libusb-compat/libusb/
core.c 84 return EPIPE;
  /external/valgrind/main/include/vki/
vki-darwin.h 553 #define VKI_EPIPE EPIPE
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 131 initConstant(env, c, "EPIPE", EPIPE);
  /external/libxml2/
xmlIO.c 189 "Broken pipe", /* EPIPE */
377 #ifdef EPIPE
378 else if (errno == EPIPE) code = XML_IO_EPIPE;
    [all...]
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 857 return -EPIPE;
    [all...]

Completed in 1891 milliseconds

1 2 3 4 56 7