Home
last modified time | relevance | path

Searched refs:close (Results 3126 - 3150 of 9130) sorted by relevance

1...<<121122123124125126127128129130>>...366

/third_party/lz4/tests/
H A Dtest-lz4-speed.py80 myfile.close()
93 myfile.close()
163 myfile.close()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c476 close(fd); in wait_random_seeded()
508 * uncommon for daemons to close all open file handles when daemonizing.
547 close(rd->fd); in get_random_device()
562 close(rd->fd); in close_random_device()
/third_party/libabigail/src/
H A Dabg-elf-reader.cc415 close(fd); in locate_alt_ctf_debug_info()
425 close(fd); in locate_alt_ctf_debug_info()
969 close(fd); in get_type_of_elf_file()
/third_party/python/Tools/i18n/
H A Dpygettext.py613 fp.close()
667 fp.close()
682 fp.close()
/third_party/python/Lib/asyncio/
H A Devents.py164 def close(self): member in AbstractServer
199 self.close()
235 def close(self): member in AbstractEventLoop
492 # is: we need to own pipe and close it at transport finishing
494 # close fd in pipe transport then close f and vice versa.
505 # is: we need to own pipe and close it at transport finishing
507 # close fd in pipe transport then close f and vice versa.
/third_party/python/Lib/test/
H A Dtest_cgi.py266 self.addCleanup(f.close)
271 self.addCleanup(fs.file.close)
276 f.close()
/third_party/python/Lib/idlelib/
H A Diomenu.py21 # One instance per editor Window so methods know which to save, close.
37 def close(self): member in IOBinding
317 os.close(tfd)
336 status = pipe.close()
/third_party/python/Lib/
H A Dpkgutil.py290 self.file.close()
331 self.file.close()
345 self.file.close()
H A Dwebbrowser.py440 s.close()
669 rc = osapipe.close()
706 rc = osapipe.close()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go231 close(r.nextRequest)
323 close(nextRequest)
400 close(rchan)
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp75 virtual void close(void) {} in close() function in __anon20169::Container
96 void close(void) override
139 void closeContainer(void) const { mContainer->close(); } in closeContainer()
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
H A Ddeqp.go220 close(tests)
256 close(finished)
260 close(results) // Signal no more results.
272 // TestRoutine does not close the results chan.
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c476 close(fd); in wait_random_seeded()
508 * uncommon for daemons to close all open file handles when daemonizing.
547 close(rd->fd); in get_random_device()
562 close(rd->fd); in close_random_device()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go231 close(r.nextRequest)
323 close(nextRequest)
400 close(rchan)
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h225 virtual void close(int32_t streamIndex);
411 void close(int32_t streamIndex) override;
616 void close(int32_t streamIndex) override;
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp209 close(fd);
220 close(fd);
359 close(mem_fd);
/third_party/python/Lib/email/
H A Dfeedparser.py13 data. When you have no more data to push into the parser, call .close().
71 def close(self):
186 def close(self):
188 self._input.close()
70 def close(self): global() member in BufferedSubFile
184 def close(self): global() member in FeedParser
/third_party/toybox/toys/net/
H A Difconfig.c466 close(fd); in ifconfig_main()
489 close(fd6); in ifconfig_main()
549 close(TT.sockfd); in ifconfig_main()
/third_party/toybox/toys/pending/
H A Dinit.c54 while (fd > 2) close(fd--); in initialize_console()
270 close(0); in final_run()
390 close(0); in restart_init_handler()
H A Dtcpsvd.c32 immediately. MSG is written to the peer before close
332 close(newfd); in tcpsvd_main()
391 close(0); in tcpsvd_main()
392 close(1); in tcpsvd_main()
398 xclose(newfd); //close and reopen for next client. in tcpsvd_main()
/third_party/python/Lib/xml/sax/
H A Dexpatreader.py216 # except when invoked from close.
228 file.close()
232 file.close()
234 def close(self): member in ExpatParser
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs97 use nix::unistd::{close, write}; in test_so_tcp_maxseg()
150 close(rsock).unwrap(); in test_so_tcp_maxseg()
151 close(ssock).unwrap(); in test_so_tcp_maxseg()
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go231 close(r.nextRequest)
323 close(nextRequest)
400 close(rchan)
/third_party/vk-gl-cts/framework/qphelper/
H A DqpCrashHandler.c563 close(tmpFile); in qpCrashHandler_writeCrashInfo()
619 close(tmpFile); in qpCrashHandler_writeCrashInfo()
631 close(tmpFile); in qpCrashHandler_writeCrashInfo()
/third_party/zlib/examples/
H A Dgun.c65 #include <unistd.h> /* read(), write(), close(), chown(), unlink() */
574 close(infile); in gunzip()
583 if (outfile > 2) close(outfile); in gunzip()
584 if (infile > 2) close(infile); in gunzip()

Completed in 22 milliseconds

1...<<121122123124125126127128129130>>...366