Home
last modified time | relevance | path

Searched refs:close (Results 3176 - 3200 of 9257) sorted by relevance

1...<<121122123124125126127128129130>>...371

/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/
H A Dwebbrowser.py440 s.close()
669 rc = osapipe.close()
706 rc = osapipe.close()
/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()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vi.c248 close(fd); in SAMPLE_COMM_VI_SetMipiHsMode()
293 close(fd); in SAMPLE_COMM_VI_EnableMipiClock()
339 close(fd); in SAMPLE_COMM_VI_DisableMipiClock()
385 close(fd); in SAMPLE_COMM_VI_ResetMipi()
431 close(fd); in SAMPLE_COMM_VI_UnresetMipi()
456 close(fd); in SAMPLE_COMM_VI_EnableSensorClock()
481 close(fd); in SAMPLE_COMM_VI_DisableSensorClock()
506 close(fd); in SAMPLE_COMM_VI_ResetSensor()
531 close(fd); in SAMPLE_COMM_VI_UnresetSensor()
616 close(f in SAMPLE_COMM_VI_SetMipiAttr()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sockmap.c657 close(fd); in msg_loop()
822 close(c2); in sendmsg_test()
920 close(i); in forever_ping_pong()
1300 close(s1); in run_options()
1301 close(s2); in run_options()
1302 close(p1); in run_options()
1303 close(p2); in run_options()
1304 close(c1); in run_options()
1305 close(c2); in run_options()
2109 close(cg_f in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c778 close(fd); in TEST_SIGNAL()
1547 ASSERT_EQ(0, close(fd)); in start_tracer()
1601 close(pipefd[0]); in setup_trace_fixture()
1606 close(pipefd[1]); in setup_trace_fixture()
1609 close(pipefd[0]); in setup_trace_fixture()
3056 EXPECT_EQ(0, close(pipefd[1])); in TEST()
3094 EXPECT_EQ(0, close(pipefd[0])); in TEST()
3173 EXPECT_EQ(0, close(pipefd[1])); in TEST()
3305 EXPECT_EQ(0, close(pipefd[0])); in TEST()
3307 ASSERT_EQ(0, close(pipef in TEST()
[all...]
/kernel/linux/common_modules/newip/examples/
H A Dnip_udp_server_demo.c96 END: close(fd); in main()
/kernel/linux/linux-5.10/Documentation/trace/
H A Dfunction-graph-fold.vim5 " use the usual vim fold commands, such as "za", to open and close nested
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dhack-coff.c74 close(fd); in main()
H A Dopal.c94 scdp->close = opal_con_close; in opal_console_init()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dfd.c88 .close = fd_close,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_gpio.h66 void (*close)( member

Completed in 24 milliseconds

1...<<121122123124125126127128129130>>...371