Home
last modified time | relevance | path

Searched refs:close (Results 776 - 800 of 5587) sorted by relevance

1...<<31323334353637383940>>...224

/third_party/openssl/include/internal/
H A Dsockets.h144 # define closesocket(s) close(s)
149 # define closesocket(s) close(s)
162 # define closesocket(s) close(s)
165 # define closesocket(s) close(s)
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlfile.c200 close(fd); in processStream()
209 close(fd); in processStream()
215 close(fd); in processStream()
220 close(fd); in processStream()
/third_party/skia/gm/
H A Dmandoline.cpp46 fPath.close(); in sliceLine()
64 fPath.close(); in sliceQuadratic()
84 fPath.close(); in sliceCubic()
103 fPath.close(); in sliceConic()
/third_party/selinux/libselinux/src/
H A Davc_internal.c113 close(fd); in avc_netlink_open()
126 close(fd); in avc_netlink_open()
138 close(fd); in avc_netlink_close()
295 close(fd); in avc_netlink_loop()
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp14 close(); in ~gzfilebuf()
102 gzfilebuf *gzfilebuf::close() { in close() function in gzfilebuf
279 void gzfilestream_common::close() { in close() function in gzfilestream_common
281 if ( !buffer.close() ) in close()
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_test.cpp171 close(pipeFd[0]); in HWTEST_F()
172 close(pipeFd[1]); in HWTEST_F()
291 close(pipeFd[0]); in HWTEST_F()
292 close(pipeFd[1]); in HWTEST_F()
404 close(pipeFd[0]); in HWTEST_F()
405 close(pipeFd[1]); in HWTEST_F()
561 close(pipeFd[0]); in HWTEST_F()
562 close(pipeFd[1]); in HWTEST_F()
699 close(pipeFd[0]); in HWTEST_F()
700 close(pipeF in HWTEST_F()
[all...]
H A Dnative_window_buffer_test.cpp77 close(handle->fd); in SetData()
190 close(pipeFd[0]); in ChildProcessMain()
191 close(pipeFd[1]); in ChildProcessMain()
254 close(pipeFd[0]); in HWTEST_F()
255 close(pipeFd[1]); in HWTEST_F()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_ffrt_io.cpp85 close(testFd); in HWTEST_F()
112 close(testFd); in HWTEST_F()
140 close(fd); in HWTEST_F()
198 close(testFd); in HWTEST_F()
245 close(testFd); in HWTEST_F()
272 close(testFd); in HWTEST_F()
300 close(testFd); in HWTEST_F()
336 close(testFd); in HWTEST_F()
365 close(testFd); in HWTEST_F()
395 close(testF in HWTEST_F()
[all...]
/third_party/python/Lib/test/
H A Dtest_io.py69 # Does io.IOBase finalizer log the exception if the close() method fails?
207 def close(self): member in CloseFailureIO
441 os.close(w) # So that read() is harmless
446 self.addCleanup(os.close, r)
658 def close(self): member in IOTest.test_destructor.MyFileIO
660 super().close()
679 # (in the C version, close() is called by the tp_dealloc
692 def close(self): member in IOTest._check_base_destructor.MyIO
694 super().close()
745 file.close()
1032 def close(self): global() member in CIOTest.test_IOBase_finalize.MyIO
1100 def close(self): global() member in CommonBufferedTests.test_override_destructor.MyBufferedIO
2881 def close(self): global() member in TextIOWrapperTest.test_destructor.MyBytesIO
2902 def close(self): global() member in TextIOWrapperTest.test_override_destructor.MyTextIO
[all...]
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c474 close(fd); in main()
480 close(fd); in main()
537 close(fd); in main()
540 close(fd); in main()
1454 close(fd); in allocsp_f()
1469 close(fd); in allocsp_f()
1600 close(fd); in bulkstat_f()
1655 close(fd); in bulkstat1_f()
1737 close(fd); in creat_f()
1803 close(f in dread_f()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_state_storage.cpp179 o.close(); in SaveBundleStateStorage()
240 o.close(); in DeleteBundleState()
254 i.close(); in GetBundleStateJson()
261 i.close(); in GetBundleStateJson()
265 i.close(); in GetBundleStateJson()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_listen.cpp48 close(serverSockFd_); in ~DnsResolvListen()
315 close(clientSockFd); in ProcCommand()
361 close(clientSockFd); in ProcCommand()
377 close(serverSockFd_); in StartListen()
394 close(clientSockFd); in StartListen()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dvnic_manager.cpp92 close(tunfd); in CreateVnicInterface()
107 close(tunfd); in CreateVnicInterface()
123 close(net4Sock_); in DestroyVnicInterface()
127 close(net6Sock_); in DestroyVnicInterface()
131 close(tunFd_); in DestroyVnicInterface()
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreDeleteSyncJsunit.test.js181 resultSet.close()
195 resultSet.close()
345 * @tc.name Abnormal test case of delete, if rdbStore is already close
374 await rdbStore.close().then(() => {
375 console.info(`${TAG} close succeeded`);
377 console.error(`${TAG} close failed, code is ${err.code},message is ${err.message}`);
H A DRdbstorePredicatesJoinBJsunit.test.js170 resultSet.close();
192 resultSet.close();
215 resultSet.close();
240 resultSet.close();
261 resultSet.close();
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstorePredicatesJoinBJsunit.test.js167 resultSet.close();
189 resultSet.close();
212 resultSet.close();
237 resultSet.close();
258 resultSet.close();
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c73 close (fd); in get_pid_class()
125 close (fd); in grovel_auxv()
158 close (fd); in grovel_auxv()
389 close (fd); in dwfl_linux_proc_find_elf()
428 close (fd); in dwfl_linux_proc_find_elf()
/third_party/glfw/src/
H A Dlinux_joystick.c155 close(linjs.fd); in openJoystickDevice()
162 close(linjs.fd); in openJoystickDevice()
229 close(linjs.fd); in openJoystickDevice()
249 close(js->linjs.fd); in closeJoystick()
379 close(_glfw.linjs.inotify); in _glfwTerminateJoysticksLinux()
/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode01.c210 close(list_id); in main()
243 "Failed to close list_stream: ret=%d errno=%d (%s)\n", in main()
381 close(file_id); in generate()
538 close(file_id); in check()
691 close(list_id); in term()
692 close(file_id); in term()
/third_party/node/test/fixtures/wpt/streams/piping/
H A Dpipe-through.any.js17 close() {
25 closeReadable = c.close.bind(c);
69 controller.close();
130 c.close();
234 controller.close();
/third_party/node/test/report/
H A Dtest-report-uv-handles.js32 if (watcher) watcher.close();
70 server.close();
94 connectedUdpSocket.close();
95 udpSocket.close();
109 server.close();
/third_party/mesa3d/src/intel/tools/
H A Daubinator.c239 close(fd); in aub_file_open()
270 close(fds[1]); in setup_pager()
275 close(fds[0]); in setup_pager()
277 close(fds[1]); in setup_pager()
407 /* close the stdout which is opened to write the output */ in main()
408 close(1); in main()
/third_party/libdrm/tegra/
H A Dtegra.c50 static int drm_tegra_wrap(struct drm_tegra **drmp, int fd, bool close) in drm_tegra_wrap() argument
61 drm->close = close; in drm_tegra_wrap()
94 if (drm->close) in drm_tegra_close()
95 close(drm->fd); in drm_tegra_close()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_getname.c225 close(fd); in main()
260 close(fd); in main()
276 close(clt_sk); in main()
277 close(svr_sk); in main()
278 close(accept_sk); in main()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c181 close(fd); in create_tempfile()
198 close(fd); in alloc_chunk()
205 close(fd); in alloc_chunk()
213 close(fd); in alloc_chunk()
217 close(fd); in alloc_chunk()

Completed in 20 milliseconds

1...<<31323334353637383940>>...224