/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-mcast_receiver.c | 383 close(sd); in receive_mcast() 389 close(sd); in receive_mcast() 424 close(sd); in receive_mcast()
|
H A D | ns-udpserver.c | 154 close(sock_fd); in respond_to_client() 162 close(sock_fd); in respond_to_client() 371 if (close(sock_fd)) in main() 372 fatal_error("close()"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send01.c | 201 close(sfd); in start_server() 242 close(fd); in do_child() 335 close(s); in cleanup1()
|
/third_party/ltp/testcases/kernel/syscalls/recv/ |
H A D | recv01.c | 215 (void)close(s); in cleanup1() 257 (void)close(sfd); in start_server() 301 (void)close(fd); in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/renameat/ |
H A D | renameat01.c | 230 if (olddirfd > 0 && close(olddirfd) < 0) in cleanup() 231 tst_resm(TWARN | TERRNO, "close olddirfd failed"); in cleanup() 233 if (newdirfd > 0 && close(newdirfd) < 0) in cleanup() 234 tst_resm(TWARN | TERRNO, "close newdirfd failed"); in cleanup() 236 if (filefd > 0 && close(filefd) < 0) in cleanup() 237 tst_resm(TWARN | TERRNO, "close filefd failed"); in cleanup()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_addrs.c | 193 close(fd); in main() 251 close(fd); in main() 290 close(clnt_sk); in main()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_sync.c | 59 close(srv_sync->fd); in pvr_srv_sync_finish() 66 close(srv_sync->fd); in pvr_set_sync_state() 76 close(srv_sync->fd); in pvr_srv_set_sync_payload()
|
/third_party/python/Tools/scripts/ |
H A D | mailerdaemon.py | 186 fp.close() 199 fp.close() 217 fp.close()
|
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 71 # Init and close are inherited, other methods are overridden. 98 def close(self, event=None): member in ModuleBrowser 114 top.protocol("WM_DELETE_WINDOW", self.close) 115 top.bind("<Escape>", self.close)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_new_renderer.py | 203 impl_h_file.close() 278 h_file.close() 279 cpp_file.close()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PatchWriter.cpp | 68 *this << innerTriangulator.close(); in chopAndWriteQuads() 106 *this << innerTriangulator.close(); in chopAndWriteConics() 155 *this << innerTriangulator.close(); in chopAndWriteCubics()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Configurator.cpp | 70 file.close(); in readFile() 107 file.close(); in readFile() 143 file.close(); in writeFile()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Configurator.cpp | 70 file.close(); in readFile() 107 file.close(); in readFile() 144 file.close(); in writeFile()
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_backup.py | 13 self.cx.close() 36 bck.close() 43 source.close()
|
/third_party/python/Doc/tools/extensions/ |
H A D | suspicious.py | 33 * line numbers are close to each other (5 lines up or down) 91 open(self.log_file_name, 'w').close() 160 f.close() 185 f.close()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_searchbase.py | 44 self.dialog.close() 54 self.dialog.close() 145 btn = self.dialog.make_button('Test', self.dialog.close) 151 # Look for close button command in buttonframe 156 self.assertIn('close', closebuttoncommand)
|
/third_party/python/Lib/ |
H A D | lzma.py | 134 def close(self): member in LZMAFile 135 """Flush and close the file. 144 self._buffer.close() 152 self._fp.close() 229 the file on disk may not reflect the data written until close()
|
H A D | bz2.py | 97 def close(self): member in BZ2File 98 """Flush and close the file. 107 self._buffer.close() 114 self._fp.close() 219 the file on disk may not reflect the data written until close()
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 46 close(rfd); in dump_data_in_file() 75 close(fd); in dump_proc_data() 201 close(kcmd_line_fd); in stop_logging()
|
H A D | mdev.c | 54 close(fd); in make_device() 221 close(fd); in make_device() 258 if (type == S_IFBLK) close(open(toybuf, O_RDONLY)); // scan for partitions in make_device()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | makeindex.py | 151 fp.close() 299 fp.close() 316 fp.close()
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 183 os.close(f) 201 os.close(first) 208 os.close(second) 209 # close a fd that is open, and one that isn't 257 os.close(fd) 284 f.close() 288 os.close(fd) 310 os.close(f) 334 self.addCleanup(in_file.close) 339 self.addCleanup(out_file.close) [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 187 close(fd);
in DirName() 198 close(firstParam);
in Flock() 327 close(backParam);
in Epoll_create() 337 close(backParam);
in Epoll_create1() 353 close(sockfd);
in Epoll_ctl() 355 close(epollFd);
in Epoll_ctl() 369 close(epollFd);
in Epoll_PWait() 383 close(epollFd);
in Epoll_Wait() 454 close(backParam);
in EventFd() 464 close(f in EventFd_read() [all...] |
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 95 close(srvFd); in CommInitTcpServer() 101 close(srvFd); in CommInitTcpServer() 130 close(clnFd); in CommTcpClientTask() 169 rst = close(clnFd); in CommTcpClientTask() 172 printf("[@@@][comm client][%d]close fd fail\n", clnFd); in CommTcpClientTask() 268 ret = close(clnFd); in SampleTcpServerTask() 270 ret = close(srvFd); in SampleTcpServerTask() 369 ret = close(clnFd); in SampleTcpClientTask() 401 ret = close(clientFds[i]); in TcpServerLoopTask() 402 EXPECT_NE(-1, ret) << "[***---][tcp server loop] close f in TcpServerLoopTask() [all...] |
/applications/standard/contacts_data/jstest/ |
H A D | ContactCard_test.js | 75 resultSet.close(); 93 resultSet.close(); 111 resultSet.close(); 1792 resultSet.close(); 1854 resultSet.close(); 1894 resultSet.close(); 1961 resultSet.close(); 2040 resultSet.close(); 2088 resultSet.close(); 2138 resultSet.close(); [all...] |