Home
last modified time | relevance | path

Searched refs:close (Results 1676 - 1700 of 6254) sorted by relevance

1...<<61626364656667686970>>...251

/third_party/node/test/parallel/
H A Dtest-http2-compat-socket-set.js91 client.close();
92 server.close();
H A Dtest-http2-perf_hooks.js112 req.on('close', common.mustCall(() => {
113 client.close();
114 server.close();
H A Dtest-http2-socket-proxy.js110 stream.session.on('close', common.mustCall(() => {
121 client.close();
122 server.close();
H A Dtest-inspector-connect-main-thread.js168 parentPort.close();
186 parentPort.close();
H A Dtest-net-connect-options-fd.js58 server.close();
63 .on('close', function() {
67 pair[1].close(); // clean up handles
H A Dtest-whatwg-transformstream.js82 await writer.close();
102 controller.close();
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c48 close(log_fd); in closelog()
124 close(fd); in _vsyslog()
/third_party/musl/src/misc/
H A Dnftw.c87 if (!fd_limit) close(dfd); in do_nftw()
134 close(dfd); in do_nftw()
H A Dsyslog.c49 close(log_fd); in closelog()
125 close(fd); in _vsyslog()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dsem_open.c92 close(fd); in sem_open()
125 close(fd); in sem_open()
/third_party/node/deps/icu-small/source/common/
H A Duenum.cpp62 if (en->close != nullptr) { in uenum_close()
66 en->close(en); in uenum_close()
/third_party/libevdev/test/
H A Dtest-kernel.c82 close(fd); in START_TEST()
147 close(fd); in START_TEST()
/third_party/ltp/testcases/kernel/io/writetest/
H A Dwritetest.c107 close(fd); in write_file()
154 close(fd); in verify_file()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate01.c128 if (close(fd_mode1) == -1) in cleanup()
129 tst_resm(TWARN | TERRNO, "close(%s) failed", fname_mode1); in cleanup()
130 if (close(fd_mode2) == -1) in cleanup()
131 tst_resm(TWARN | TERRNO, "close(%s) failed", fname_mode2); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl04.c82 "SECCOMP_MODE_STRICT doesn't permit close(2)"},
88 "SECCOMP_MODE_FILTER doesn't permit close(2)"},
148 close(fd); in check_strict_mode()
150 "SECCOMP_MODE_STRICT permits close(2) unexpectdly"); in check_strict_mode()
183 close(fd); in check_filter_mode()
184 tst_res(TPASS, "SECCOMP_MODE_FILTER permits close(2)"); in check_filter_mode()
/third_party/ltp/testcases/kernel/syscalls/sockioctl/
H A Dsockioctl01.c200 (void)close(s); in cleanup0()
233 (void)close(s); in cleanup1()
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone02.c322 if (close(fd_parent) == -1) { in test_FILES()
323 tst_resm(TWARN | TERRNO, "close failed in test_FILES"); in test_FILES()
411 /* close fd_parent */ in modified_FILES()
412 if ((close(fd_parent)) == -1) in modified_FILES()
413 tst_resm(TWARN | TERRNO, "close() failed in modified_FILES()"); in modified_FILES()
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/
H A Dremap_file_pages01.c258 close(fd1); in cleanup()
259 close(fd2); in cleanup()
/third_party/libdrm/tests/tegra/
H A Ddrm-test.c237 close(fd); in drm_open()
247 close(fd); in drm_close()
/third_party/libexif/test/
H A Dtest-parse-from-data.c119 close(fd); in test_parse()
122 close(fd); in test_parse()
/third_party/musl/Benchmark/musl/
H A Dlibc_hilog.cpp68 close(g_socketFd); in Cleanup()
91 close(tempSocketFd); in GetSocketFdInstance()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.c195 close(vws->ioctl.drm_fd); in vmw_winsys_create()
212 close(vws->ioctl.drm_fd); in vmw_winsys_destroy()
/third_party/node/deps/undici/src/lib/
H A Dproxy-agent.js142 await this[kAgent].close()
143 await this[kClient].close()
/third_party/python/Lib/distutils/
H A Dtext_file.py30 something that provides 'readline()' and 'close()' methods). It is
118 def close(self): member in TextFile
125 file.close()
/third_party/python/Lib/test/support/
H A Dsocket_helper.py69 other process when we close and delete our temporary socket but before our
124 sock.close()
139 sock.close()

Completed in 10 milliseconds

1...<<61626364656667686970>>...251