Home
last modified time | relevance | path

Searched refs:fileno (Results 151 - 175 of 367) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/spirv-tools/tools/dis/
H A Ddis.cpp16 #include <stdio.h> // Need fileno
173 output_is_tty = isatty(fileno(stdout)); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/
H A Ddis.cpp16 #include <stdio.h> // Need fileno
173 output_is_tty = isatty(fileno(stdout)); in main()
/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp134 int fd = fileno(f); in sk_fsync()
/third_party/toybox/toys/pending/
H A Dmore.c101 TT.cin_fd = fileno(cin); in more_main()
/third_party/spirv-tools/tools/diff/
H A Ddiff.cpp139 const bool output_is_tty = isatty(fileno(stdout)); in main()
/third_party/spirv-tools/tools/dis/
H A Ddis.cpp16 #include <stdio.h> // Need fileno
131 output_is_tty = isatty(fileno(stdout)); in main()
/third_party/zlib/contrib/puff/
H A Dpufftest.c26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/third_party/python/Lib/
H A Dshutil.py91 infd = fsrc.fileno()
92 outfd = fdst.fileno()
122 infd = fsrc.fileno()
123 outfd = fdst.fileno()
1427 size = os.get_terminal_size(sys.__stdout__.fileno())
H A D_pyio.py250 bs = os.fstat(raw.fileno()).st_blksize
523 def fileno(self): member in IOBase
528 self._unsupported("fileno")
895 def fileno(self): member in _BufferedIOMixin
896 return self.raw.fileno()
1797 def fileno(self): member in FileIO
2204 def fileno(self): member in TextIOWrapper
2205 return self.buffer.fileno()
H A Dsubprocess.py1364 p2cread = msvcrt.get_osfhandle(stdin.fileno())
1384 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
1406 errwrite = msvcrt.get_osfhandle(stderr.fileno())
1708 p2cread = stdin.fileno()
1723 c2pwrite = stdout.fileno()
1736 errwrite = sys.__stdout__.fileno()
1743 errwrite = stderr.fileno()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_selector_events.py95 ssock.fileno.return_value = 7
97 csock.fileno.return_value = 1
366 self.sock.fileno.return_value = 7
490 self.sock_fd = self.sock.fileno.return_value = 7
726 self.sock.fileno.return_value = 7
902 self.sock_fd = self.sock.fileno.return_value = 7
1077 self.sock.fileno.return_value = 7
H A Dtest_windows_utils.py65 self.assertEqual(p.fileno(), h)
/third_party/python/Lib/test/
H A Dtest_posix.py165 self.assertTrue(posix.fstatvfs(fp.fileno()))
166 self.assertTrue(posix.statvfs(fp.fileno()))
178 posix.ftruncate(fp.fileno(), 0)
554 fd = posix.dup(fp.fileno())
573 posix.dup2(fp1.fileno(), fp2.fileno())
624 self.assertTrue(posix.fstat(fp.fileno()))
625 self.assertTrue(posix.stat(fp.fileno()))
629 posix.stat, float(fp.fileno()))
809 fd = test_file.fileno()
[all...]
H A Dtest_imghdr.py92 imghdr.what(f.fileno())
/third_party/eudev/src/libudev/
H A Dlibudev-device-private.c140 fchmod(fileno(f), 01644); in udev_device_update_db()
H A Dlibudev-hwdb.c285 if (fstat(fileno(hwdb->f), &hwdb->st) < 0 || in udev_hwdb_new()
292 hwdb->map = mmap(0, hwdb->st.st_size, PROT_READ, MAP_SHARED, fileno(hwdb->f), 0); in udev_hwdb_new()
/third_party/libsnd/tests/
H A Dstdin_test.c154 if ((file = sf_open_fd (fileno (stdin), SFM_READ, &sfinfo, SF_TRUE)) == NULL) in stdin_test()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-linux.cc139 MAP_PRIVATE, fileno(f), 0); in SignalCodeMovingGC()
/third_party/python/Lib/multiprocessing/
H A Dresource_tracker.py109 fds_to_pass.append(sys.stderr.fileno())
/third_party/python/Lib/asyncio/
H A Dwindows_utils.py100 def fileno(self): member in PipeHandle
/third_party/openssl/ohos_lite/
H A De_os.h319 # define fileno _fileno macro
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/
H A DAngleNativeTest.cpp162 int retVal = dup2(fileno(stdoutFile), STDOUT_FILENO); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()
/third_party/python/Programs/
H A D_freeze_module.c93 if (_Py_fstat_noraise(fileno(infile), &stat)) { in read_text()
/third_party/zlib/examples/
H A Dzpipe.c23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/third_party/alsa-utils/axfer/
H A Dsubcmd-transfer.c199 fd = fileno(stdout); in capture_pre_process()
253 fd = fileno(stdin); in playback_pre_process()

Completed in 23 milliseconds

12345678910>>...15