Home
last modified time | relevance | path

Searched refs:close (Results 1276 - 1300 of 7110) sorted by relevance

1...<<51525354555657585960>>...285

/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast_receiver.c383 close(sd); in receive_mcast()
389 close(sd); in receive_mcast()
424 close(sd); in receive_mcast()
H A Dns-udpserver.c154 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 Dsend01.c201 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 Drecv01.c215 (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 Drenameat01.c230 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 Dtest_1_to_1_addrs.c193 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 Dpvr_srv_sync.c59 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 Dmailerdaemon.py186 fp.close()
199 fp.close()
217 fp.close()
/third_party/python/Lib/idlelib/
H A Dbrowser.py71 # 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 Dgenerate_new_renderer.py203 impl_h_file.close()
278 h_file.close()
279 cpp_file.close()
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.cpp68 *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 DConfigurator.cpp70 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 DConfigurator.cpp70 file.close(); in readFile()
107 file.close(); in readFile()
144 file.close(); in writeFile()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_backup.py13 self.cx.close()
36 bck.close()
43 source.close()
/third_party/python/Doc/tools/extensions/
H A Dsuspicious.py33 * 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 Dtest_searchbase.py44 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 Dlzma.py134 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 Dbz2.py97 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 Dbootchartd.c46 close(rfd); in dump_data_in_file()
75 close(fd); in dump_proc_data()
201 close(kcmd_line_fd); in stop_logging()
H A Dmdev.c54 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 Dmakeindex.py151 fp.close()
299 fp.close()
316 fp.close()
/third_party/python/Lib/test/
H A Dtest_os.py183 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 Dotherstestndk.cpp187 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 DActsNetTest.cpp95 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 DContactCard_test.js75 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...]

Completed in 19 milliseconds

1...<<51525354555657585960>>...285