Home
last modified time | relevance | path

Searched refs:close (Results 676 - 700 of 7071) sorted by relevance

1...<<21222324252627282930>>...283

/third_party/node/test/parallel/
H A Dtest-cluster-child-index-dgram.js22 // `process.nextTick()` or `socket2.close()` would throw
25 socket.close(countdown.dec());
29 socket2.close(countdown.dec());
H A Dtest-cluster-child-index-net.js19 server.close(countdown.dec());
22 server2.close(countdown.dec());
H A Dtest-fs-close-errors.js3 // This tests that the errors thrown from fs.close and fs.closeSync
17 assert.throws(() => fs.close(input), errObj);
31 assert.throws(() => fs.close(fd, input), errObj);
H A Dtest-http-server-write-end-after-end.js17 server.close();
24 server.close();
H A Dtest-http2-no-wanttrailers-listener.js15 // There is no wantTrailers handler so this should close naturally
28 req.on('close', common.mustCall(() => {
29 server.close();
30 client.close();
H A Dtest-readline-reopen.js31 rl1.close();
40 rl2.close();
/third_party/node/benchmark/fs/
H A Dbench-stat-promise.js20 if (typeof arg.close === 'function')
21 await arg.close();
/third_party/ltp/testcases/kernel/syscalls/dup2/
H A Ddup204.c29 close(fd[i]); in cleanup()
30 close(nfd[i]); in cleanup()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_create1.c54 close(fd); in epoll_create1_0100()
58 close(fd); in epoll_create1_0100()
H A Deventfd_read.c43 close(fd); in eventfd_read_0100()
78 close(fd); in eventfd_read_0300()
H A Dmemfd_create.c33 close(fd); in memfd_create_0100()
50 close(fd); in memfd_create_0200()
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstat_test.cpp24 close(fd); in HWTEST_F()
40 close(fd); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/temp/
H A Dmkstemp.c33 close(fd); in mkstemp_0100()
55 close(fd); in mkstemp_0200()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Ddup3.c32 close(fd); in dup3_0100()
60 close(fd); in dup3_0300()
H A Dttyname_r.c38 close(fd); in ttyname_r_0100()
55 close(fd); in ttyname_r_0200()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_fdatasync_test.cpp26 close(fd); in HWTEST_F()
30 close(fd); in HWTEST_F()
H A Dunistd_fsync_test.cpp26 close(fd); in HWTEST_F()
30 close(fd); in HWTEST_F()
H A Dunistd_pwrite64_test.cpp29 close(fd); in HWTEST_F()
34 close(fd); in HWTEST_F()
H A Dunistd_pread64_test.cpp29 close(fd); in HWTEST_F()
33 close(fd); in HWTEST_F()
H A Dunistd_write_test.cpp29 close(fd); in HWTEST_F()
34 close(fd); in HWTEST_F()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioStreamTester.java41 public void close() { in close() method in AudioStreamTester
42 mCurrentAudioStream.close(); in close()
/third_party/python/Lib/test/
H A Dtest_openpty.py12 self.addCleanup(os.close, master)
13 self.addCleanup(os.close, slave)
/third_party/skia/docs/examples/
H A DPath_addPoly.cpp11 for (bool close : { false, true } ) { in REG_FIDDLE()
13 path.addPoly(points, SK_ARRAY_COUNT(points), close); in REG_FIDDLE()
H A DPath_reverseAddPath.cpp23 path2.close(); in REG_FIDDLE()
26 path.close(); in REG_FIDDLE()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dwindows_syscalls.rs12 pub(crate) unsafe fn close(raw_fd: RawFd) {
13 let _ = c::close(raw_fd as LibcFd);

Completed in 8 milliseconds

1...<<21222324252627282930>>...283