/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/ |
H A D | 1-1.c | 69 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 D | 8-1.c | 84 close(fd); in main() 95 close(fd); in main() 102 close(fd); in main() 114 close(fd); in main()
|
H A D | 9-1.c | 88 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 D | remap_file_pages.c | 115 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 D | timerfd_create.c | 34 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 D | rename.c | 30 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 D | MetadataParser.java | 86 // 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 D | connection.py | 26 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 D | test_https_time_out.c | 72 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 D | png_utils.cpp | 24 ~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 D | BundleChecker.java | 42 /* 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 D | nbd_client.c | 92 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 D | create_lts.py | 40 f.close() 50 f.close() 69 f.close() 84 f.close()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sslproto.py | 41 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 D | PathOpsBuildUseTest.cpp | 25 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 D | test_metadata.cpp | 36 (void)close(fdMetaDataSetSource);
in MetaDataSetSource() 42 (void)close(fdMetaDataSetSource);
in MetaDataSetSource() 50 (void)close(fdMetaDataSetSource);
in MetaDataSetSource()
|
/third_party/elfutils/tests/ |
H A D | deleted.c | 41 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 D | test-fs-write-stream-change-open.js | 35 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 D | compare.py | 9 f.close()
12 f.close()
18 f.close
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | creat.c | 31 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 D | fsync.c | 34 close(fd); in fsync_0100() 39 close(fd); in fsync_0100() 56 close(fd); in fsync_0200()
|
/third_party/python/Lib/ |
H A D | tempfile.py | 208 _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 D | test_syscalls.c | 333 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 D | test_single_audio_recorder_fast.h | 86 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 D | perf_test.cpp | 89 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...] |