Home
last modified time | relevance | path

Searched refs:close (Results 626 - 650 of 4658) sorted by relevance

1...<<21222324252627282930>>...187

/vendor/hihope/rk3568/bluetooth/src/
H A Dupio.c156 close(fd); in init_rfkill()
333 close(fd); in upio_set_bluetooth_power()
413 close(fd); in upio_set()
487 close(fd); in upio_set()
/third_party/python/Lib/
H A Dsubprocess.py249 # On Windows we just need to close `Popen._handle` when we no longer need
1039 f.close()
1058 os.close(fd)
1094 self.stdout.close()
1096 self.stderr.close()
1099 self.stdin.close()
1156 self.stdin.close()
1166 """Interact with process: Send data to stdin and close it.
1197 self.stdout.close()
1200 self.stderr.close()
[all...]
/third_party/python/Lib/test/
H A Dtest_tarfile.py101 self.tar.close()
418 tar.close()
455 tar.close()
572 tar.close()
675 tar.close()
753 tf.close()
837 tar1.close()
856 tar.close()
865 tar.close()
1000 self.tar.close()
[all...]
/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()
/third_party/python/Lib/multiprocessing/
H A Dutil.py415 sys.stdin.close()
424 os.close(fd)
459 os.close(errpipe_read)
460 os.close(errpipe_write)
466 os.close(fd)
H A Dconnection.py150 self.close()
173 def close(self): member in _ConnectionBase
262 self.close()
359 def _close(self, _close=os.close):
468 def close(self): member in Listener
475 listener.close()
489 self.close()
594 self._socket.close()
612 def close(self): member in SocketListener
614 self._socket.close()
[all...]
/third_party/skia/tests/
H A DPDFDocumentTest.cpp25 doc->close(); in test_empty()
97 doc->close(); in test_file()
116 doc->close(); in test_close()
165 doc->close(); in DEF_TEST()
184 doc->close(); in DEF_TEST()
H A DPathOpsTightBoundsTest.cpp25 path.close(); in testTightBoundsLines()
75 path.close(); in testTightBoundsQuads()
126 path.close(); in DEF_TEST()
129 path.close(); in DEF_TEST()
132 path.close(); in DEF_TEST()
/third_party/toybox/toys/other/
H A Di2ctools.c105 close(fd); in i2c_get_funcs()
229 close(fd); in i2cdetect_main()
259 close(fd); in i2cdump_main()
278 close(fd); in i2cget_main()
318 close(fd); in i2cset_main()
/third_party/python/Python/
H A Dbootstrap_hash.c297 but don't close the old file descriptor: it probably points to something
318 /* Something changed: forget the cached fd (but don't close it, in dev_urandom()
340 close(fd); in dev_urandom()
345 close(fd); in dev_urandom()
385 close(fd); in dev_urandom()
392 close(fd); in dev_urandom()
401 close(urandom_cache.fd); in dev_urandom_close()
/third_party/python/Lib/test/test_asyncio/
H A Dfunctional.py34 self.loop.close()
144 ssl_sock.close()
147 self.__sock.close()
227 self._s1.close()
228 self._s2.close()
/third_party/python/Lib/wsgiref/
H A Dhandlers.py130 # Note to self: don't move the close()! Asynchronous servers shouldn't
131 # call close() from finish_response(), so if you close() anywhere but
140 # We expect the client to close the connection abruptly from time
148 self.close()
174 """Send any iterable data, then close self and the iterable
179 'self.close()' once the response is finished.
187 # Call close() on the iterable returned by the WSGI application
189 if hasattr(self.result, 'close'):
190 self.result.close()
327 def close(self): global() member in BaseHandler
[all...]
/third_party/python/Lib/asyncio/
H A Dwindows_events.py209 # it's required to unregister it. Otherwise, IocpProactor.close() will
256 # the close() method
290 def close(self): member in PipeServer
297 pipe.close()
302 __del__ = close
330 # Unregister it otherwise IocpProactor.close will wait for it
356 # drop the client (close the pipe) and exit
357 pipe.close()
371 pipe.close()
380 pipe.close()
867 def close(self): global() member in IocpProactor
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py504 fp.close()
555 fp.close()
613 fp.close()
653 fp.close()
821 head.close()
822 body.close()
823 fp.close()
875 appfp.close()
925 fp.close()
1076 fp.close()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_linux.c49 close(s); in linux_af_alg_socket()
74 close(s); in linux_af_alg_hash_vector()
82 close(s); in linux_af_alg_hash_vector()
118 close(t); in linux_af_alg_hash_vector()
119 close(s); in linux_af_alg_hash_vector()
297 close(ctx->s); in crypto_hash_init()
306 close(ctx->s); in crypto_hash_init()
342 close(ctx->s); in crypto_hash_deinit()
343 close(ctx->t); in crypto_hash_deinit()
407 close(skciphe in linux_af_alg_skcipher_deinit()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_linux.c49 close(s); in linux_af_alg_socket()
74 close(s); in linux_af_alg_hash_vector()
82 close(s); in linux_af_alg_hash_vector()
118 close(t); in linux_af_alg_hash_vector()
119 close(s); in linux_af_alg_hash_vector()
297 close(ctx->s); in crypto_hash_init()
306 close(ctx->s); in crypto_hash_init()
342 close(ctx->s); in crypto_hash_deinit()
343 close(ctx->t); in crypto_hash_deinit()
407 close(skciphe in linux_af_alg_skcipher_deinit()
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c255 close (fd); in debuginfod_config_cache()
264 close (fd); in debuginfod_config_cache()
268 close (fd); in debuginfod_config_cache()
283 close (fd); in debuginfod_config_cache()
763 close (sec_fd); in extract_section()
797 close (fd); in cache_find_section()
810 close (fd); in cache_find_section()
1070 close (fd); in debuginfod_query_server()
1083 close (fd); in debuginfod_query_server()
1098 close(f in debuginfod_query_server()
[all...]

Completed in 28 milliseconds

1...<<21222324252627282930>>...187