/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | AttributeLayoutTest.cpp | 75 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 D | deqp.go | 220 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 D | rand_unix.c | 476 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 D | jsonrpc2.go | 231 close(r.nextRequest) 323 close(nextRequest) 400 close(rchan)
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.h | 225 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 D | crash_handler_posix.cpp | 209 close(fd); 220 close(fd); 359 close(mem_fd);
|
/third_party/python/Lib/ |
H A D | webbrowser.py | 440 s.close() 669 rc = osapipe.close() 706 rc = osapipe.close()
|
/third_party/python/Lib/email/ |
H A D | feedparser.py | 13 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 D | ifconfig.c | 466 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 D | init.c | 54 while (fd > 2) close(fd--); in initialize_console() 270 close(0); in final_run() 390 close(0); in restart_init_handler()
|
H A D | tcpsvd.c | 32 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 D | expatreader.py | 216 # 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 D | test_sockopt.rs | 97 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 D | jsonrpc2.go | 231 close(r.nextRequest) 323 close(nextRequest) 400 close(rchan)
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpCrashHandler.c | 563 close(tmpFile); in qpCrashHandler_writeCrashInfo() 619 close(tmpFile); in qpCrashHandler_writeCrashInfo() 631 close(tmpFile); in qpCrashHandler_writeCrashInfo()
|
/third_party/zlib/examples/ |
H A D | gun.c | 65 #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 D | sample_comm_vi.c | 248 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 D | test_sockmap.c | 657 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 D | seccomp_bpf.c | 778 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 D | nip_udp_server_demo.c | 96 END: close(fd); in main()
|
/kernel/linux/linux-5.10/Documentation/trace/ |
H A D | function-graph-fold.vim | 5 " use the usual vim fold commands, such as "za", to open and close nested
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | hack-coff.c | 74 close(fd); in main()
|
H A D | opal.c | 94 scdp->close = opal_con_close; in opal_console_init()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | fd.c | 88 .close = fd_close,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_gpio.h | 66 void (*close)( member
|