Home
last modified time | relevance | path

Searched refs:close (Results 951 - 975 of 6078) sorted by relevance

1...<<31323334353637383940>>...244

/third_party/node/test/parallel/
H A Dtest-repl-use-global.js25 repl.close();
55 repl.close();
H A Dtest-tls-client-mindhsize.js32 server.on('close', function(isException) {
48 server.close();
54 server.close();
H A Dtest-tls-getcipher.js42 server.close();
84 this.close();
H A Dtest-tls-net-connect-prefer-path.js56 tcpServer.close();
57 unixServer.close();
H A Dtest-tls-psk-circuit.js47 client.on('close', common.mustCall(() => server.close()));
53 server.close();
/third_party/node/test/pummel/
H A Dtest-stream-pipe-multi.js58 process.nextTick(this.close.bind(this));
62 FakeStream.prototype.close = function() {
63 this.emit('close');
67 // Expect all streams to close properly.
79 r.on('close', function() {
80 console.error(this.ID, 'read close');
86 w.on('close', function() {
87 console.error(this.ID, 'write close');
/third_party/node/test/sequential/
H A Dtest-https-server-keep-alive-timeout.js40 server.close();
63 server.close();
H A Dtest-pipe.js45 web.close();
69 tcp.close();
/third_party/node/test/async-hooks/
H A Dtest-httpparser-reuse.js54 server.close(common.mustCall(() => {
57 server.close(common.mustCall(() => {
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_perf.cc44 close(); in ~IntelPerf()
100 void IntelPerf::close() in close() function in pps::IntelPerf
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl23.c162 if (close(TEST_RETURN) == -1) { in main()
164 "close(%s) Failed, errno=%d : %s", in main()
204 /* close the file we've had open */ in cleanup()
205 if (close(fd) == -1) { in cleanup()
206 tst_resm(TWARN, "close(%s) Failed, errno=%d : %s", fname, errno, in cleanup()
H A Dfcntl32.c130 if (fd1 > 0 && close(fd1)) in cleanup()
131 tst_resm(TWARN | TERRNO, "Failed to close file"); in cleanup()
133 if (fd2 > 0 && close(fd2)) in cleanup()
134 tst_resm(TWARN | TERRNO, "Failed to close file"); in cleanup()
H A Dfcntl10.c217 } else if (close(fd) == -1) { in setup()
218 tst_brkm(TBROK, cleanup, "close(%s) Failed, errno=%d : %s", in setup()
240 if (close(fd) == -1) { in cleanup()
241 tst_resm(TWARN, "close(%s) Failed, errno=%d : %s", fname, errno, in cleanup()
H A Dfcntl09.c218 } else if (close(fd) == -1) { in setup()
219 tst_brkm(TBROK, cleanup, "close(%s) Failed, errno=%d : %s", in setup()
239 if (close(fd) == -1) { in cleanup()
240 tst_resm(TWARN, "close(%s) Failed, errno=%d : %s", fname, errno, in cleanup()
/third_party/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat01.c128 close(fd); in cleanup()
131 close(dir_fd); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork10.c78 close(fildes); in main()
139 close(fildes); in main()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd_settime01.c69 close(clockfd); in cleanup()
72 close(fd); in cleanup()
H A Dtimerfd_gettime01.c63 close(clockfd); in cleanup()
66 close(fd); in cleanup()
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma03.c114 close(fd); in main()
135 close(fd); in setup()
/third_party/ltp/testcases/kernel/syscalls/dup2/
H A Ddup203.c13 * - Attempt to dup2() on a close file descriptor.
30 {"Test duping over a close fd", 1},
100 close(fd0); in cleanup()
101 close(fd1); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat01.c94 close(fds[0]); in cleanup()
96 close(fds[2]); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/futimesat/
H A Dfutimesat01.c128 close(fds[0]); in cleanup()
130 close(fds[2]); in cleanup()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
H A D8-2.c87 close(fd); in main()
91 close(fd); in main()
H A D8-1.c87 close(fd); in main()
91 close(fd); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
H A D7-1.c89 close(fd); in main()
103 close(fd); in main()

Completed in 6 milliseconds

1...<<31323334353637383940>>...244