HomeSort by relevance Sort by last modified time
    Searched refs:fcntl (Results 26 - 50 of 5496) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/
fcntl.h 19 #include <asm-generic/fcntl.h>
  /external/bison/lib/
dup-safer.c 24 #include <fcntl.h>
33 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1);
  /external/mesa3d/src/gallium/winsys/vc4/drm/
vc4_drm_winsys.c 25 #include <fcntl.h>
34 return vc4_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3));
  /external/python/cpython2/Lib/test/
test_fcntl.py 1 """Test program for the fcntl C module.
13 # Skip test if no fcntl module.
14 fcntl = import_module('fcntl') variable
39 fcntl.F_WRLCK, 0)
41 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
45 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
73 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fcntl.py 1 """Test program for the fcntl C module.
15 fcntl = import_module('fcntl') variable
40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
70 print 'Status from fcntl with O_NONBLOCK: ', r
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fcntl.py 1 """Test program for the fcntl C module.
15 fcntl = import_module('fcntl') variable
40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
70 print 'Status from fcntl with O_NONBLOCK: ', r
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 1 """Test program for the fcntl C module.
15 fcntl = import_module('fcntl') variable
40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
70 print 'Status from fcntl with O_NONBLOCK: ', r
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 1 """Test program for the fcntl C module.
15 fcntl = import_module('fcntl') variable
40 fcntl.F_WRLCK, 0)
42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
70 print 'Status from fcntl with O_NONBLOCK: ', r
    [all...]

Completed in 1033 milliseconds

12 3 4 5 6 7 8 91011>>