Home
last modified time | relevance | path

Searched refs:close (Results 601 - 625 of 6078) sorted by relevance

1...<<21222324252627282930>>...244

/test/xts/hats/kernel/syscalls/net/accept/
H A DAcceptApiTest.cpp73 close(g_serviceFd); in TearDown()
100 close(clientFd); in ClientConnect()
129 close(acceptFd); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fgetxattr/
H A DFgetxattrApiTest.cpp82 close(fd); in HWTEST_F()
125 close(fd); in HWTEST_F()
151 close(fd); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/flistxattr/
H A DFlistxattrApiTest.cpp78 close(fd); in HWTEST_F()
120 close(fd); in HWTEST_F()
148 close(fd); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/flock/
H A DFlockApiTest.cpp82 close(fd); in HWTEST_F()
130 close(fd1); in HWTEST_F()
131 close(fd2); in HWTEST_F()
/third_party/ffmpeg/libavdevice/
H A Doss.c113 close(audio_fd); in ff_oss_audio_open()
131 close(audio_fd); in ff_oss_audio_open()
138 close(s->fd); in ff_oss_audio_close()
/third_party/ffmpeg/tools/
H A Dcws2fws.c50 close(fd_in); in main()
151 close(fd_in); in main()
152 close(fd_out); in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
H A DResourceReader.java238 close(); in _reset()
261 public void close() throws IOException { in close() method in ResourceReader
263 reader.close(); in close()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DResourceBasedPeriodFormatterDataService.java72 br.close(); in ResourceBasedPeriodFormatterDataService()
78 is.close(); in ResourceBasedPeriodFormatterDataService()
118 reader.close(); in get()
136 "Failed to close() resource " + name, e); in get()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dcheck.c80 close(dosfs); in checkfilesys()
98 close(dosfs); in checkfilesys()
185 close(dosfs); in checkfilesys()
/third_party/alsa-lib/include/
H A Dpcm_rate.h66 * close the converter; optional
68 void (*close)(void *obj); member
147 void (*close)(void *obj); member
165 void (*close)(void *obj); member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
H A DResourceReader.java240 close(); in _reset()
263 public void close() throws IOException { in close() method in ResourceReader
265 reader.close(); in close()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DInputFile.java71 public void close() in close() method in InputFile
74 inputStream.close(); in close()
75 fileStream.close(); in close()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DResourceBasedPeriodFormatterDataService.java74 br.close(); in ResourceBasedPeriodFormatterDataService()
80 is.close(); in ResourceBasedPeriodFormatterDataService()
120 reader.close(); in get()
138 "Failed to close() resource " + name, e); in get()
/third_party/libwebsockets/lib/misc/lwsac/
H A Dcached-file.c170 close(fd); in lwsac_cached_file()
201 close(fd); in lwsac_cached_file()
213 close(fd); in lwsac_cached_file()
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dfastboot_run.py41 def close(self): member in FastbootRun
42 self.ser.close()
152 fastboot.close()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_ifmove.c67 close(sock_fd); in get_intf_index_from_name()
71 close(sock_fd); in get_intf_index_from_name()
123 close(rtnetlink_socket); in main()
/third_party/ltp/testcases/cve/
H A Dcve-2014-0196.c135 close(filler_ptys[i]); in cleanup()
136 close(master_fd); in cleanup()
137 close(slave_fd); in cleanup()
/third_party/node/lib/internal/cluster/
H A Dround_robin_handle.js91 handle.close();
95 this.handle.close();
134 handle.close();
/third_party/node/test/parallel/
H A Dtest-child-process-fork-net.js61 socket.on('close', mustCall((had_error) => {
62 debug(`[${id}] socket.close ${had_error} ${m}`);
71 if (m !== 'close') return;
72 debug(`[${id}] got close message`);
116 socket.once('close', () => {
133 // The client should still get a close event afterwards.
137 client.on('close', mustCall(() => {
138 debug('[m] CLIENT: close event');
146 server.on('close', mustCall(function() {
157 server.close();
[all...]
H A Dtest-fs-writev-promises.js31 handle.close();
48 handle.close();
57 handle.close();
H A Dtest-http-agent-scheduling.js64 server.close();
92 server.close();
120 server.close();
H A Dtest-http-keep-alive-pipeline-max-requests.js12 assert.match(headers, /Connection: close\r\n/m);
54 server.close();
77 assert.match(responseParts[6], /Connection: close\r\n/m);
H A Dtest-https-abortcontroller.js39 server.close();
66 server.close();
93 server.close();
H A Dtest-net-autoselectfamily-ipv4first.js99 ipv4Server.close();
100 ipv6Server.close();
101 dnsServer.close();
H A Dtest-wrap-js-stream-destroy.js11 // "close" events, and vice versa.
17 socket.on('close', common.mustCall());
33 socket.on('close', common.mustCall());
42 streamWrap.on('close', common.mustCall(() => {
43 server.close();
56 socket.on('close', common.mustCall(() => {
57 server.close();
74 socket.on('close', common.mustCall());
80 streamWrap.on('close', common.mustCall());
93 socket.on('close', commo
[all...]

Completed in 8 milliseconds

1...<<21222324252627282930>>...244