Home
last modified time | relevance | path

Searched refs:close (Results 651 - 675 of 4531) sorted by relevance

1...<<21222324252627282930>>...182

/third_party/node/test/parallel/
H A Dtest-http2-cookies.js55 server.close();
56 client.close();
H A Dtest-http2-empty-frame-without-eof.js40 stream.once('close', resolve);
42 client.close();
44 server.close();
H A Dtest-http2-methods.js43 server.close();
44 client.close();
H A Dtest-http2-respond-errors.js47 client.close();
48 server.close();
H A Dtest-http2-server-timeout.js13 session.close();
22 client.on('close', common.mustCall(() => {
24 client2.on('close', common.mustCall(() => server.close()));
H A Dtest-http2-socket-proxy-handler-for-has.js32 server.close(common.mustCall());
35 client.close();
H A Dtest-http2-status-code-invalid.js38 server.close();
39 client.close();
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D32-1.c47 close(fd); in main()
56 close(fd); in main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_ctl.c73 close(fds[0]); in epoll_ctl_0100()
74 close(fds[1]); in epoll_ctl_0100()
H A Deventfd_write.c54 close(fd); in eventfd_write_0100()
88 close(fd); in eventfd_write_0300()
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_eventfd_test.cpp19 * eventfd instance will automatically close when executing the exec series of functions.
29 close(eventFd); in HWTEST_F()
46 close(eventFd); in HWTEST_F()
/third_party/mesa3d/src/util/
H A Drand_xor.c80 close(fd); in s_rand_xorshift128plus()
83 close(fd); in s_rand_xorshift128plus()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Ddprintf.c62 close(fd); in dprintf_0300()
81 close(fd); in dprintf_0400()
H A Dvdprintf.c49 close(fp); in vdprintf_0100()
55 close(fp); in vdprintf_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dfdatasync.c44 close(fd); in fdatasync_0100()
50 * @tc.desc : Verify failed to flush kernel's cache (file close)
59 close(fd); in fdatasync_0200()
H A Dlinkat.c36 close(fd1); in linkat_0100()
59 close(fd1); in linkat_0200()
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DOutputMixerOpenSLES.cpp53 close(); in open()
57 void OutputMixerOpenSL::close() { in close() function in OutputMixerOpenSL
/third_party/skia/src/sksl/
H A DSkSLFileOutputStream.h25 close();
60 bool close() { in close() function in SkSL::FileOutputStream
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DBrotliDecoderChannel.java46 public void close() throws IOException { in close() method in BrotliDecoderChannel
48 super.close(); in close()
/vendor/hisilicon/hispark_taurus_linux/hals/utils/sys_param/
H A Dhal_sys_param.c44 close(fd); in HalGetSerial()
47 close(fd); in HalGetSerial()
/third_party/python/Lib/
H A D_pyio.py36 # Does io.IOBase finalizer log the exception if the close() method fails?
279 result.close()
400 ### Flush and close ###
412 def close(self): member in IOBase
413 """Flush and close the IO object.
424 """Destructor. Calls close()."""
436 self.close()
440 # deleted, and then the close() call might fail. Since
444 self.close()
516 """Context management protocol. Calls close()"""
843 def close(self): global() member in _BufferedIOMixin
936 def close(self): global() member in BytesIO
1328 def close(self): global() member in BufferedWriter
1403 def close(self): global() member in BufferedRWPair
1762 def close(self): global() member in FileIO
2189 def close(self): global() member in TextIOWrapper
[all...]
/third_party/python/Lib/test/
H A Dtest_coroutines.py560 coro.close()
589 coro.close()
606 coro.close()
644 coro.close()
656 coro.close()
705 aw.close()
723 coro.close() # avoid RuntimeWarning
744 coro.close()
759 c.close()
829 coro.close()
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java166 br.close(); in CodeMangler()
382 reader.close(); in processFile()
397 reader.close(); in processFile()
410 reader.close(); in processFile()
577 reader.close(); in processFile()
578 outstream.close(); in processFile()
582 outstream.close(); in processFile()
583 instream.close(); in processFile()
/third_party/jerryscript/jerry-core/api/
H A Dgenerate-bytecode.c131 close(fd); in read_js_or_snapshot_file()
136 close(fd); in read_js_or_snapshot_file()
145 close(fd); in read_js_or_snapshot_file()
153 close(fd); in read_js_or_snapshot_file()
157 close(fd); in read_js_or_snapshot_file()
182 close(fd); in write_snapshot()
190 close(fd); in write_snapshot()
194 close(fd); in write_snapshot()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_render.c382 close(srv_ctx->timeline_frag); in pvr_srv_winsys_render_ctx_create()
385 close(srv_ctx->timeline_geom); in pvr_srv_winsys_render_ctx_create()
400 close(srv_ctx->timeline_frag); in pvr_srv_winsys_render_ctx_destroy()
401 close(srv_ctx->timeline_geom); in pvr_srv_winsys_render_ctx_destroy()
686 close(fence_geom); in pvr_srv_winsys_render_submit()
693 close(fence_frag); in pvr_srv_winsys_render_submit()
700 close(in_geom_fd); in pvr_srv_winsys_render_submit()
703 close(in_frag_fd); in pvr_srv_winsys_render_submit()

Completed in 11 milliseconds

1...<<21222324252627282930>>...182