/third_party/node/test/parallel/ |
H A D | test-fs-read-stream.js | 81 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 D | test-repl.js | 939 client.on('close', common.mustCall(() => { 940 server.close(); 984 client.on('close', common.mustCall(() => { 985 server.close();
|
H A D | test-tls-server-verify.js | 313 server.close(); 331 server.close();
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter.py | 227 pool.close() 365 pool.close()
|
/third_party/node/tools/inspector_protocol/ |
H A D | check_protocol_compatibility.py | 240 input_file.close() 463 expected_errors_file.close()
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 200 def close(self) -> None: member in Writer 201 self.output.close()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | umapfile.cpp | 243 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 D | st_vdpau.c | 141 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 D | toolutil.cpp | 224 ofs.close(); in uprv_compareGoldenFiles() 242 ifs.close(); in uprv_compareGoldenFiles()
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | polyfills.js | 176 // 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 D | anv_gem.c | 60 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 D | toolutil.cpp | 224 ofs.close(); in uprv_compareGoldenFiles() 242 ifs.close(); in uprv_compareGoldenFiles()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_stress.c | 119 close(fd); in amdgpu_open_device() 126 close(fd); in amdgpu_open_device()
|
H A D | hotunplug_tests.c | 81 /* 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 D | verify_caps_exec.c | 139 close(fd); in write_to_fifo() 151 close(fd); in read_from_fifo()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 274 goto close; in run() 290 close: in run()
|
/third_party/ltp/testcases/misc/math/float/ |
H A D | thread_code.c | 105 (void)close(fd); in read_file() 110 (void)close(fd); in read_file()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 254 close(sr); in so_test() 294 close(st); in so_test()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl02.c | 281 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 D | test_sctp_sendrecvmsg.c | 367 close(sk1); in main() 380 close(sk2); in main()
|
H A D | test_fragments.c | 289 close(sk1); in main() 298 close(sk2); in main()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 308 close(fdin); in main() 310 close(fdout); in main()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic-flip.c | 267 close(fd); in main() 330 close(fd); in main()
|
H A D | vic-blit.c | 267 close(fd); in main() 330 close(fd); in main()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | transport.cc | 217 "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 "
|