HomeSort by relevance Sort by last modified time
    Searched refs:FIONREAD (Results 176 - 182 of 182) sorted by null

1 2 3 4 5 6 78

  /external/qemu/android/
sockets.c 943 if (ioctlsocket(fd, FIONREAD, &opt) < 0)
950 if (ioctl(fd, FIONREAD, &opt) < 0)
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 942 if (ioctlsocket(fd, FIONREAD, &opt) < 0)
949 if (ioctl(fd, FIONREAD, &opt) < 0)
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 263 TIOCINQ = hasattr(TERMIOS, 'FIONREAD') and TERMIOS.FIONREAD or 0x541B
448 #~ s = fcntl.ioctl(self.fd, TERMIOS.FIONREAD, TIOCM_zero_str)
594 #~ s = fcntl.ioctl(self.fd, TERMIOS.FIONREAD, TIOCM_zero_str)
  /external/valgrind/main/include/vki/
vki-darwin.h 899 #define VKI_FIONREAD FIONREAD
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 209 initConstant(env, c, "FIONREAD", FIONREAD);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 75 #define FIONREAD _IOR('f',127,u_long)
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 202 milliseconds

1 2 3 4 5 6 78