Home
last modified time | relevance | path

Searched refs:close (Results 3626 - 3650 of 9246) sorted by relevance

1...<<141142143144145146147148149150>>...370

/third_party/node/test/parallel/
H A Dtest-fs-read-stream.js81 file.on('close', common.mustCall(function() {
96 close: common.mustCall(fs.close),
113 file.on('close', common.mustCall());
256 // Just to make sure autoClose won't close the stream because of error.
H A Dtest-repl.js939 client.on('close', common.mustCall(() => {
940 server.close();
984 client.on('close', common.mustCall(() => {
985 server.close();
H A Dtest-tls-server-verify.js313 server.close();
331 server.close();
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py227 pool.close()
365 pool.close()
/third_party/node/tools/inspector_protocol/
H A Dcheck_protocol_compatibility.py240 input_file.close()
463 expected_errors_file.close()
/third_party/ninja/misc/
H A Dninja_syntax.py200 def close(self) -> None: member in Writer
201 self.output.close()
/third_party/node/deps/icu-small/source/common/
H A Dumapfile.cpp243 close(fd); /* no longer needed */ in uprv_mapFile()
462 close(fd); /* no longer needed */ in uprv_mapFile()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c141 close(desc->handle); in st_vdpau_resource_from_description()
225 close(whandle.handle); in st_vdpau_map_surface()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dtoolutil.cpp224 ofs.close(); in uprv_compareGoldenFiles()
242 ifs.close(); in uprv_compareGoldenFiles()
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dpolyfills.js176 // but still try to close, and report closing errors if they occur.
178 fs.close(fd, function(err2) {
189 // but still try to close, and report closing errors if they occur.
217 fs.close(fd, function (er2) {
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c60 struct drm_gem_close close = { in anv_gem_close() local
64 intel_ioctl(device->fd, DRM_IOCTL_GEM_CLOSE, &close); in anv_gem_close()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp224 ofs.close(); in uprv_compareGoldenFiles()
242 ifs.close(); in uprv_compareGoldenFiles()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c119 close(fd); in amdgpu_open_device()
126 close(fd); in amdgpu_open_device()
H A Dhotunplug_tests.c81 /* We need to open/close device at each test manually */ in suite_hotunplug_tests_init()
103 close(fd); in amdgpu_hotunplug_trigger()
341 close (dma_buf_fd); in amdgpu_hotunplug_with_exported_bo()
/third_party/ltp/testcases/kernel/security/filecaps/
H A Dverify_caps_exec.c139 close(fd); in write_to_fifo()
151 close(fd); in read_from_fifo()
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c274 goto close; in run()
290 close: in run()
/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c105 (void)close(fd); in read_file()
110 (void)close(fd); in read_file()
/third_party/ltp/testcases/network/lib6/
H A Dasapi_03.c254 close(sr); in so_test()
294 close(st); in so_test()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c281 if (close(childfd) == -1) in run_ctest()
282 tst_resm(TINFO, "close() in run_ctest() failed"); in run_ctest()
465 if (close(parentfd) == -1) in cleanup()
466 tst_resm(TINFO, "close() failed in cleanup()"); in cleanup()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sctp_sendrecvmsg.c367 close(sk1); in main()
380 close(sk2); in main()
H A Dtest_fragments.c289 close(sk1); in main()
298 close(sk2); in main()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
H A Dmain.c308 close(fdin); in main()
310 close(fdout); in main()
/third_party/libdrm/tests/tegra/
H A Dvic-flip.c267 close(fd); in main()
330 close(fd); in main()
H A Dvic-blit.c267 close(fd); in main()
330 close(fd); in main()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.cc217 "SocketTransport::~SocketTransport: Failed to close " in ~SocketTransport()
224 "SocketTransport::~SocketTransport: Failed to close " in ~SocketTransport()
243 // Listen for close events in order to handle them correctly. in AcceptConnection()
333 "SocketTransport::~SocketTransport: Failed to close "
359 if (close(faulted_thread_fd_read_) != 0) {
361 "SocketTransport::~SocketTransport: Failed to close "
364 if (close(faulted_thread_fd_write_) != 0) {
366 "SocketTransport::~SocketTransport: Failed to close "

Completed in 17 milliseconds

1...<<141142143144145146147148149150>>...370