/test/xts/hats/kernel/syscalls/net/accept/ |
H A D | AcceptApiTest.cpp | 73 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 D | FgetxattrApiTest.cpp | 82 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 D | FlistxattrApiTest.cpp | 78 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 D | FlockApiTest.cpp | 82 close(fd); in HWTEST_F() 130 close(fd1); in HWTEST_F() 131 close(fd2); in HWTEST_F()
|
/third_party/ffmpeg/libavdevice/ |
H A D | oss.c | 113 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 D | cws2fws.c | 50 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 D | ResourceReader.java | 238 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 D | ResourceBasedPeriodFormatterDataService.java | 72 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 D | check.c | 80 close(dosfs); in checkfilesys() 98 close(dosfs); in checkfilesys() 185 close(dosfs); in checkfilesys()
|
/third_party/alsa-lib/include/ |
H A D | pcm_rate.h | 66 * 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 D | ResourceReader.java | 240 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 D | InputFile.java | 71 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 D | ResourceBasedPeriodFormatterDataService.java | 74 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 D | cached-file.c | 170 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 D | fastboot_run.py | 41 def close(self): member in FastbootRun 42 self.ser.close() 152 fastboot.close()
|
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_ifmove.c | 67 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 D | cve-2014-0196.c | 135 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 D | round_robin_handle.js | 91 handle.close(); 95 this.handle.close(); 134 handle.close();
|
/third_party/node/test/parallel/ |
H A D | test-child-process-fork-net.js | 61 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 D | test-fs-writev-promises.js | 31 handle.close(); 48 handle.close(); 57 handle.close();
|
H A D | test-http-agent-scheduling.js | 64 server.close(); 92 server.close(); 120 server.close();
|
H A D | test-http-keep-alive-pipeline-max-requests.js | 12 assert.match(headers, /Connection: close\r\n/m); 54 server.close(); 77 assert.match(responseParts[6], /Connection: close\r\n/m);
|
H A D | test-https-abortcontroller.js | 39 server.close(); 66 server.close(); 93 server.close();
|
H A D | test-net-autoselectfamily-ipv4first.js | 99 ipv4Server.close(); 100 ipv6Server.close(); 101 dnsServer.close();
|
H A D | test-wrap-js-stream-destroy.js | 11 // "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...] |