Home
last modified time | relevance | path

Searched refs:close (Results 351 - 375 of 7417) sorted by relevance

1...<<11121314151617181920>>...297

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
H A D1-1.c69 close(fd); in main()
82 close(fd); in main()
87 close(fd); in main()
93 close(fd); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D8-1.c84 close(fd); in main()
95 close(fd); in main()
102 close(fd); in main()
114 close(fd); in main()
H A D9-1.c88 close(fd); in main()
95 close(fd); in main()
104 close(fd); in main()
117 close(fd); in main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dremap_file_pages.c115 close(fd); in remap_file_pages_0100()
145 close(fd); in remap_file_pages_0100()
152 close(fd); in remap_file_pages_0100()
172 close(fd); in remap_file_pages_0100()
H A Dtimerfd_create.c34 close(timerfd); in timerfd_create_0100()
50 close(timerfd); in timerfd_create_0200()
65 close(timerfd); in timerfd_create_0300()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Drename.c30 close(fd); in rename_0100()
38 close(fd); in rename_0100()
70 close(fd_old); in rename_0300()
78 close(fd_new); in rename_0300()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/init/
H A DMetadataParser.java86 // This will close all underlying streams as well, including source. in parse()
87 close(ois); in parse()
89 close(source); in parse()
101 private void close(InputStream inputStream) { in close() method in MetadataParser
103 inputStream.close(); in close()
/third_party/python/Lib/multiprocessing/dummy/
H A Dconnection.py26 def close(self): member in Listener
37 self.close()
68 def close(self): member in Connection
75 self.close()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_time_out.c72 close (sd); in test_tls_session_time_out()
80 close (sd); in test_tls_session_time_out()
91 close (sd); in test_tls_session_time_out()
95 close (sd); in test_tls_session_time_out()
/third_party/skia/third_party/externals/angle2/util/
H A Dpng_utils.cpp24 ~ScopedFILE() { close(); } in ~ScopedFILE()
28 void close() in close() function in angle::__anon20378::ScopedFILE
72 fp.close(); in SavePNGRGB()
111 fp.close(); in SavePNGRGB()
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
H A DBundleChecker.java42 /* Do not allow entry readers to close the whole ZipInputStream. */ in decompressAndCalculateCrc()
45 public void close() {} in decompressAndCalculateCrc()
53 decompressedStream.close(); in decompressAndCalculateCrc()
89 zis.close(); in run()
90 input.close(); in run()
/third_party/toybox/toys/other/
H A Dnbd_client.c92 close(temp); in nbd_client_main()
96 close(open(device, O_RDONLY)); in nbd_client_main()
107 close(sock); in nbd_client_main()
113 if (CFG_TOYBOX_FREE) close(nbd); in nbd_client_main()
/third_party/skia/third_party/externals/abseil-cpp/
H A Dcreate_lts.py40 f.close()
50 f.close()
69 f.close()
84 f.close()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py41 self.addCleanup(ssl_proto._app_transport.close)
121 ssl_proto._app_transport.close()
148 transp.close()
157 transp.close()
242 sock.close()
277 new_tr.close()
305 sock.close()
340 tr.close()
377 sock.close()
432 new_tr.close()
[all...]
/third_party/skia/tests/
H A DPathOpsBuildUseTest.cpp25 path.close(); in build1_1()
39 path.close(); in build1_1()
53 path.close(); in build1_1()
67 path.close(); in build1_1()
82 path.close(); in build1_1()
97 path.close(); in build1_1()
112 path.close(); in build1_1()
127 path.close(); in build1_1()
142 path.close(); in build1_1()
157 path.close(); in build1_1()
[all...]
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_metadata.cpp36 (void)close(fdMetaDataSetSource); in MetaDataSetSource()
42 (void)close(fdMetaDataSetSource); in MetaDataSetSource()
50 (void)close(fdMetaDataSetSource); in MetaDataSetSource()
/third_party/elfutils/tests/
H A Ddeleted.c41 int err = close (0); in main()
43 err = close (1); in main()
45 err = close (2); in main()
/third_party/node/test/parallel/
H A Dtest-fs-write-stream-change-open.js35 const _fs_close = fs.close;
45 fs.close = function(fd) {
46 assert.ok(fd, 'fs.close must not be called with an undefined fd.');
47 fs.close = _fs_close;
/third_party/musl/scripts/
H A Dcompare.py9 f.close()
12 f.close()
18 f.close
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dcreat.c31 close(fd); in creat_0100()
47 close(fd); in creat_0200()
63 close(fd); in creat_0300()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dfsync.c34 close(fd); in fsync_0100()
39 close(fd); in fsync_0100()
56 close(fd); in fsync_0200()
/third_party/python/Lib/
H A Dtempfile.py208 _os.close(fd)
445 # NT provides delete-on-close as a primitive, so we don't need
455 def close(self, unlink=_os.unlink): function
459 self.file.close()
466 self.close()
469 def close(self): function
472 self.file.close()
518 self.close()
521 def close(self): member in _TemporaryFileWrapper
525 self._closer.close()
756 def close(self): global() member in SpooledTemporaryFile
[all...]
/third_party/libfuse/test/
H A Dtest_syscalls.c333 close(fd); in check_data()
341 close(fd); in check_data()
346 close(fd); in check_data()
350 close(fd); in check_data()
356 res = close(fd); in check_data()
358 PERROR("close"); in check_data()
478 close(fd); in create_file()
483 close(fd); in create_file()
487 res = close(fd); in create_file()
489 PERROR("close"); in create_file()
[all...]
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_audio_recorder_fast.h86 close(fd); in FIXTURE()
108 ASSERT_EQ(0, close(fd)); in FIXTURE()
142 ASSERT_EQ(0, close(fd)); in FIXTURE()
160 ASSERT_EQ(0, close(fd)); in FIXTURE()
179 ASSERT_EQ(0, close(fd)); in FIXTURE()
219 ASSERT_EQ(0, close(fd)); in FIXTURE()
237 ASSERT_EQ(0, close(fd)); in FIXTURE()
256 ASSERT_EQ(0, close(fd)); in FIXTURE()
276 ASSERT_EQ(0, close(fd)); in FIXTURE()
295 ASSERT_EQ(0, close(f in FIXTURE()
[all...]
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dperf_test.cpp89 close(fd); in HWTEST_F()
115 close(fd); in HWTEST_F()
141 close(fd); in HWTEST_F()
172 close(fd); in HWTEST_F()
203 close(fd); in HWTEST_F()
234 close(fd); in HWTEST_F()
265 close(fd); in HWTEST_F()
296 close(fd); in HWTEST_F()
327 close(fd); in HWTEST_F()
353 close(f in HWTEST_F()
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...297