HomeSort by relevance Sort by last modified time
    Searched refs:F_NOTIFY (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fcntl.py 92 cmd = fcntl.F_NOTIFY
96 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
  /external/strace/
fcntl.c 123 case F_NOTIFY:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 116 # define F_NOTIFY 1026 /* Request notfications on a directory. */
150 /* Types of directory notifications that may be requested with F_NOTIFY. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 105 # define F_NOTIFY 1026 /* Request notfications on a directory. */
143 /* Types of directory notifications that may be requested with F_NOTIFY. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 120 # define F_NOTIFY 1026 /* Request notfications on a directory. */
158 /* Types of directory notifications that may be requested with F_NOTIFY. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fcntl.py 109 cmd = fcntl.F_NOTIFY
113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fcntl.py 109 cmd = fcntl.F_NOTIFY
113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 109 cmd = fcntl.F_NOTIFY
113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 109 cmd = fcntl.F_NOTIFY
113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 522 #ifdef F_NOTIFY
523 if (ins(d, "F_NOTIFY", (long)F_NOTIFY)) return -1;
543 /* For F_NOTIFY */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 279 F_NOTIFY = 0x402
    [all...]
zerrors_linux_amd64.go 279 F_NOTIFY = 0x402
    [all...]
zerrors_linux_arm.go 281 F_NOTIFY = 0x402
    [all...]
zerrors_linux_arm64.go 365 F_NOTIFY = 0x402
    [all...]
zerrors_linux_mips.go 366 F_NOTIFY = 0x402
    [all...]
zerrors_linux_mips64.go 362 F_NOTIFY = 0x402
    [all...]
zerrors_linux_mips64le.go 362 F_NOTIFY = 0x402
    [all...]
zerrors_linux_mipsle.go 366 F_NOTIFY = 0x402
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 279 F_NOTIFY = 0x402
    [all...]
zerrors_linux_amd64.go 279 F_NOTIFY = 0x402
    [all...]
zerrors_linux_arm.go 281 F_NOTIFY = 0x402
    [all...]
zerrors_linux_arm64.go 365 F_NOTIFY = 0x402
    [all...]
zerrors_linux_mips.go 366 F_NOTIFY = 0x402
    [all...]
zerrors_linux_mips64.go 362 F_NOTIFY = 0x402
    [all...]
zerrors_linux_mips64le.go 362 F_NOTIFY = 0x402
    [all...]

Completed in 3783 milliseconds

1 2 3 45 6