Home
last modified time | relevance | path

Searched refs:close (Results 1 - 25 of 6926) sorted by relevance

12345678910>>...278

/test/xts/acts/kernel_lite/ipc_posix/pipe_fifo/
H A DPipeTest.cpp51 close(fd[1]); in HWTEST_F()
53 close(fd[0]); in HWTEST_F()
57 close(fd[0]); in HWTEST_F()
60 close(fd[0]); in HWTEST_F()
65 close(fd[0]); in HWTEST_F()
68 close(fd[1]); in HWTEST_F()
89 close(fd[1]); in HWTEST_F()
96 close(fd[0]); in HWTEST_F()
100 close(fd[0]); in HWTEST_F()
105 close(f in HWTEST_F()
[all...]
/third_party/musl/libc-test/src/functionalext/trace/
H A Dtrace_marker.c94 close(out_fd); in dump_trace()
124 close(trace_fd); in trace_marker_0010()
130 close(trace_fd); in trace_marker_0010()
136 close(trace_fd); in trace_marker_0010()
145 close(trace_fd); in trace_marker_0010()
175 close(trace_fd); in trace_marker_0020()
181 close(trace_fd); in trace_marker_0020()
187 close(trace_fd); in trace_marker_0020()
196 close(trace_fd); in trace_marker_0020()
226 close(trace_f in trace_marker_0030()
[all...]
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstorePredicatesJsunit.test.js131 result.close()
150 result.close()
169 result.close()
188 result.close()
207 result.close()
227 result.close()
246 result.close()
265 result.close()
287 result1.close()
294 result2.close()
[all...]
H A DRdbStoreResultSetJsunit.test.js139 resultSet.close();
167 resultSet.close();
194 resultSet.close();
218 resultSet.close();
239 resultSet.close();
262 resultSet.close();
284 resultSet.close();
306 resultSet.close();
327 resultSet.close();
348 resultSet.close();
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreAfterCloseJsunit.test.js71 await rdbStore.close();
72 console.info(`${TAG} close succeeded`);
74 console.error(`${TAG} close failed, code is ${err.code},message is ${err.message}`);
99 await rdbStore.close();
100 console.info(`${TAG} close succeeded`);
102 console.error(`${TAG} close failed, code is ${err.code},message is ${err.message}`);
127 await rdbStore.close();
128 console.info(`${TAG} close succeeded`);
130 console.error(`${TAG} close failed, code is ${err.code},message is ${err.message}`);
157 await rdbStore.close();
[all...]
H A DRdbstorePredicatesJsunit.test.js140 result.close()
160 result.close()
180 result.close()
200 result.close()
220 result.close()
242 result.close()
263 result.close()
284 result.close()
307 result1.close()
314 result2.close()
[all...]
H A DRdbStoreResultSetJsunit.test.js144 resultSet.close();
172 resultSet.close();
199 resultSet.close();
223 resultSet.close();
244 resultSet.close();
267 resultSet.close();
289 resultSet.close();
311 resultSet.close();
332 resultSet.close();
353 resultSet.close();
[all...]
H A DRdbStoreResultSetSyncJsunit.test.js144 resultSet.close();
172 resultSet.close();
199 resultSet.close();
223 resultSet.close();
244 resultSet.close();
267 resultSet.close();
289 resultSet.close();
311 resultSet.close();
332 resultSet.close();
353 resultSet.close();
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStorePredicatesJsunit.test.js147 result.close();
165 result.close();
183 result.close();
201 result.close();
219 result.close();
238 result.close();
257 result.close();
276 result.close();
294 result.close();
313 result.close();
[all...]
/test/xts/hats/kernel/syscalls/fileio/openat/
H A DOpenatApiTest.cpp74 close(fd); in HWTEST_F()
83 close(fd); in HWTEST_F()
85 close(dirFd); in HWTEST_F()
111 close(fd); in HWTEST_F()
113 close(dirFd); in HWTEST_F()
139 close(fd); in HWTEST_F()
146 close(fd); in HWTEST_F()
158 close(fd); in HWTEST_F()
160 close(dirFd); in HWTEST_F()
182 close(dirF in HWTEST_F()
[all...]
/test/xts/hats/kernel/syscalls/fileio/splice/
H A DSpliceApiTest.cpp51 close(fd); in SetUp()
92 close(fdIn); in HWTEST_F()
93 close(pipeFd[0]); in HWTEST_F()
94 close(pipeFd[1]); in HWTEST_F()
130 close(fdOut); in HWTEST_F()
131 close(pipeFd[0]); in HWTEST_F()
132 close(pipeFd[1]); in HWTEST_F()
166 close(pipeFd[0]); in HWTEST_F()
167 close(pipeFd[1]); in HWTEST_F()
191 close(fdI in HWTEST_F()
[all...]
/third_party/musl/Benchmark/musl/
H A Dsocket_test.cpp44 close(serverFd); in Bm_function_socket_server()
78 close(socks[0]); in Bm_function_socketpair_sendmsg_recvmsg()
79 close(socks[1]); in Bm_function_socketpair_sendmsg_recvmsg()
94 close(socks[0]); in Bm_function_socketpair_sendmsg_recvmsg()
95 close(socks[1]); in Bm_function_socketpair_sendmsg_recvmsg()
131 close(socks[0]); in Bm_function_socketpair_sendmmsg_recvmmsg()
132 close(socks[1]); in Bm_function_socketpair_sendmmsg_recvmmsg()
149 close(socks[0]); in Bm_function_socketpair_sendmmsg_recvmmsg()
150 close(socks[1]); in Bm_function_socketpair_sendmmsg_recvmmsg()
172 close(sock in Bm_function_socketpair_sendto_recvfrom()
[all...]
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_file_test.c53 close(creat(pathname, 0600)); in create2()
164 close(pipe_fd[1]); in stage_file_test()
166 close(pipe_fd[0]); in stage_file_test()
181 close(pipe_fd[1]); in stage_file_test()
183 close(pipe_fd[0]); in stage_file_test()
193 close(fd); in stage_file_test()
198 close(fd); in stage_file_test()
205 close(fd); in stage_file_test()
210 close(fd); in stage_file_test()
217 close(f in stage_file_test()
[all...]
H A Dtomoyo_rewrite_test.c71 close(open(REWRITE_PATH, O_WRONLY | O_APPEND | O_CREAT, 0600)); in stage_rewrite_test()
79 close(fd); in stage_rewrite_test()
84 close(fd); in stage_rewrite_test()
90 close(fd); in stage_rewrite_test()
95 close(fd); in stage_rewrite_test()
100 close(fd); in stage_rewrite_test()
111 close(fd); in stage_rewrite_test()
124 close(fd); in stage_rewrite_test()
129 close(fd); in stage_rewrite_test()
134 close(f in stage_rewrite_test()
[all...]
/third_party/python/Lib/multiprocessing/
H A Dresource_sharer.py34 self._id = _resource_sharer.register(send, new_sock.close)
51 def close(): function
52 os.close(new_fd)
53 self._id = _resource_sharer.register(send, close)
72 def register(self, send, close):
78 self._cache[self._key] = (send, close)
98 c.close()
103 self._listener.close()
107 for key, (send, close) in self._cache.items():
108 close()
[all...]
/third_party/node/test/parallel/
H A Dtest-readline-promises-interface.js55 rli.close();
154 rli.close();
166 rli.close();
177 rli.close();
191 rli.close();
203 rli.close();
218 rli.close();
235 rli.close();
312 rli.close();
342 rli.close();
[all...]
H A Dtest-readline-interface.js84 rli.close();
96 rli.close();
177 rli.close();
189 rli.close();
200 rli.close();
214 rli.close();
226 rli.close();
241 rli.close();
258 rli.close();
335 rli.close();
[all...]
/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_perf_ctrl.cpp58 close(fd); in SetTaskRtg()
61 close(fd); in SetTaskRtg()
73 close(fd); in SetRtgStatus()
76 close(fd); in SetRtgStatus()
88 close(fd); in SetRtgQos()
91 close(fd); in SetRtgQos()
111 close(fd); in SetRtgLoadMode()
114 close(fd); in SetRtgLoadMode()
127 close(fd); in set_task_min_util()
130 close(f in set_task_min_util()
[all...]
/third_party/python/Lib/test/
H A Dtest_file.py24 self.f.close()
32 self.f.close()
47 self.f.close()
56 self.f.close()
65 self.f.close()
95 f.close()
115 # __exit__ should close the file
149 self.open(TESTFN, 'wb').close()
156 f.close()
188 f.close()
[all...]
H A Dtest_winconsoleio.py44 f.close() # multiple close should not crash
45 f.close()
56 f.close()
57 f.close()
68 f.close()
69 f.close()
78 f.close() # multiple close should not crash
79 f.close()
[all...]
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_s.c78 close(s); in main()
85 close(s); in main()
99 close(s); in main()
108 close(as); in main()
112 close(as); in main()
118 close(s); /* close service socket */ in main()
123 close(as); in main()
147 close(as); in main()
158 close(a in main()
[all...]
/third_party/node/benchmark/async_hooks/
H A Dasync-resource-vs-destroy.js33 close,
60 function close() { function
62 server.close();
74 close,
95 function close() {
97 server.close();
111 close,
130 function close() {
132 server.close();
172 const { server, close }
[all...]
/third_party/musl/src/misc/
H A Dforkpty.c22 close(s); in forkpty()
28 close(m); in forkpty()
29 close(p[0]); in forkpty()
34 close(p[1]); in forkpty()
39 close(s); in forkpty()
40 close(p[1]); in forkpty()
47 close(p[0]); in forkpty()
51 else close(m); in forkpty()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/panel/router/
H A Dindex.js95 this.$element('simplePanel1').close()
101 this.$element('simplePanel2').close()
107 this.$element('simplePanel3').close()
113 this.$element('simplePanel4').close()
119 this.$element('simplePanel5').close()
125 this.$element('simplePanel6').close()
131 this.$element('simplePanel7').close()
137 this.$element('simplePanel').close()
144 this.$element('prop1').close()
150 this.$element('prop2').close()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/panel/router/
H A Dindex.js95 this.$element('simplePanel1').close()
101 this.$element('simplePanel2').close()
107 this.$element('simplePanel3').close()
113 this.$element('simplePanel4').close()
119 this.$element('simplePanel5').close()
125 this.$element('simplePanel6').close()
131 this.$element('simplePanel7').close()
137 this.$element('simplePanel').close()
144 this.$element('prop1').close()
150 this.$element('prop2').close()
[all...]

Completed in 11 milliseconds

12345678910>>...278