HomeSort by relevance Sort by last modified time
    Searched refs:O_NDELAY (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataridevmouse.c 82 r |= O_NDELAY;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 43 #define O_NDELAY O_NONBLOCK
209 # define FNDELAY O_NDELAY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 43 #define O_NDELAY O_NONBLOCK
209 # define FNDELAY O_NDELAY
  /development/ndk/sources/android/libportable/arch-mips/
open.c 67 mipsflags |= O_NDELAY;
fcntl.c 209 mipsflags |= O_NDELAY;
247 if (flags & O_NDELAY)
  /external/bison/darwin-lib/
fcntl.h 535 #ifndef O_NDELAY
536 # define O_NDELAY 0
544 # define O_NONBLOCK O_NDELAY
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
  /external/bison/linux-lib/
fcntl.h 535 #ifndef O_NDELAY
536 # define O_NDELAY 0
544 # define O_NONBLOCK O_NDELAY
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
  /system/core/liblog/tests/
liblog_test.cpp 125 LOG_ID_EVENTS, O_RDONLY | O_NDELAY, 1000, pid)));
508 LOG_ID_SYSTEM, O_RDONLY | O_NDELAY, 100, 0)));
555 LOG_ID_MAIN, O_RDONLY | O_NDELAY, 25, 0)));
560 LOG_ID_MAIN, O_RDONLY | O_NDELAY, 15, 0))) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
149 if os.O_NDELAY & l_flags: which = which + 'n'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
149 if os.O_NDELAY & l_flags: which = which + 'n'
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/src/
srp_api.c 57 ((block_mode == SRP_INIT_NONBLOCK_MODE) ? O_NDELAY : 0));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 80 if ( (cdfd = open(drive, (O_RDWR|O_NDELAY), 0)) >= 0 ) {
241 return(open(SDL_cdlist[drive], (O_RDWR|O_NDELAY), 0));
  /external/libedit/src/
read.c 151 #if defined(F_SETFL) && defined(O_NDELAY)
155 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1)
159 #endif /* F_SETFL && O_NDELAY */
readline.c     [all...]
  /system/core/logcat/
logcat.cpp 360 mode = O_RDONLY | O_NDELAY;
364 mode = O_RDONLY | O_NDELAY;
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 128 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC;
  /external/chromium_org/base/files/
file_posix.cc 215 open_flags |= O_NOCTTY | O_NDELAY;
  /system/core/liblog/
log_read_kern.c 568 } else if (logger_list->mode & O_NDELAY) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 266 #elif O_NDELAY
    [all...]
  /external/ppp/pppd/
main.c 269 #define O_NONBLOCK O_NDELAY
    [all...]

Completed in 780 milliseconds

1 2 34