Home
last modified time | relevance | path

Searched refs:fileno (Results 376 - 400 of 452) sorted by relevance

1...<<111213141516171819

/third_party/python/Lib/test/
H A Dtest_httplib.py1339 # Make sure fd returned by fileno is valid.
1364 s = socket.socket(fileno=response.fileno())
H A Dtest_tempfile.py1100 'fileno', 'seek', 'truncate', 'close', 'closed', '__enter__',
1210 # A SpooledTemporaryFile should roll over to a real file on fileno()
1213 self.assertTrue(f.fileno() > 0)
1391 self.assertEqual(os.fstat(f.fileno()).st_size, 20)
H A Dtest_shutil.py145 infd = src.fileno()
146 outfd = dst.fileno()
2665 @unittest.skipUnless(os.isatty(sys.__stdout__.fileno()), "not on tty")
2695 # sys.__stdout__ has no fileno()
2702 # or fileno() not in (0, 1, 2) on Windows
/third_party/python/Lib/
H A Dpydoc.py1644 fd = sys.stdin.fileno()
2381 rd, wr, ex = select.select([self.socket.fileno()], [], [], 1)
/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_common_test.cpp526 int fd = fileno(file); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp1002 int fd = fileno(fp); in InitMmapDesc()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp852 int fd = fileno(fp); in InitMmapDesc()
/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp457 int fd = fileno(file); in HWTEST_F()
/kernel/linux/linux-6.6/tools/tracing/latency/
H A Dlatency-collector.c315 fd_stdout = fileno(stdout); in open_stdout()
317 err(EXIT_FAILURE, "fileno() failed"); in open_stdout()
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp463 int fd = fileno(file); in HWTEST_F()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp503 int fd = fileno(file); in HWTEST_F()
/third_party/curl/lib/
H A Dtelnet.c1529 pfd[1].fd = fileno((FILE *)data->state.in); in telnet_do()
/third_party/backends/backend/
H A Ddell1600n_net.c1902 fdTmp = fileno (fTmp); in ProcessPageData()
/third_party/cups-filters/filter/
H A Drastertopdf.cpp1396 fd = fileno(input); in main()
/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c246 fd = fileno(pipe); in snd_pcm_file_open_output_file()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp65 // #define MY_isatty_fileno(x) (isatty(fileno(x)))
73 isatty(fileno(x)) in MY_IS_TERMINAL()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h2000 inline int FileNo(FILE* file) { return fileno(file); }
/third_party/libfuse/test/
H A Dtest_examples.py793 fd = fh.fileno()
/third_party/rust/crates/libc/src/
H A Dwasi.rs598 pub fn fileno(stream: *mut ::FILE) -> ::c_int; in fileno() functions
/third_party/python/Lib/logging/
H A Dhandlers.py487 sres = os.fstat(self.stream.fileno())
/third_party/python/Parser/
H A Dtokenizer.c443 fd = fileno(tok->fp); in fp_setreadl()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1173 int freturn = ftruncate(fileno(fptr), SIZE_100); in Ftruncate()
1185 int freturn = ftruncate64(fileno(fptr), SIZE_100); in Ftruncate64()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c3842 fcntl(fileno(stream), F_SETLKW, &flk); in doio_fprintf()
3853 fcntl(fileno(stream), F_SETLKW, &flk); in doio_fprintf()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sockmap.c433 fp = fileno(file); in msg_loop_sendpage()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c2439 if (fstat(fileno(file), &st) < 0) in write_if_changed()

Completed in 59 milliseconds

1...<<111213141516171819