Home
last modified time | relevance | path

Searched refs:_close (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/node/deps/npm/node_modules/fs-minipass/lib/
Dindex.js9 const _close = Symbol('_close') constant
122 [_close] () {
132 this[_close]()
146 this[_close]()
186 this[_close]()
210 this[_close]()
215 [_close] () {
272 this[_close]()
354 this[_close]()
379 [_close] () {
[all …]
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/
Dindex.js23 const _close = Symbol('_close') constant
127 [_close] () {
137 this[_close]()
150 this[_close]()
188 this[_close]()
210 this[_close]()
214 [_close] () {
265 this[_close]()
341 this[_close]()
365 [_close] () {
[all …]
/third_party/alsa-utils/alsactl/
Dstate.c572 goto _close; in get_controls()
580 goto _close; in get_controls()
586 goto _close; in get_controls()
594 goto _close; in get_controls()
600 goto _close; in get_controls()
608 goto _close; in get_controls()
614 goto _close; in get_controls()
620 goto _close; in get_controls()
624 goto _close; in get_controls()
629 goto _close; in get_controls()
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_editor.py32 e._close()
115 cls.window._close()
196 cls.window._close()
Dtest_runscript.py29 ew._close()
Dtest_filelist.py29 e._close()
Dtest_zoomheight.py22 cls.editwin._close()
Dtest_iomenu.py23 cls.editwin._close()
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dfs.c42 int _close(int fd) in _close() function
89 int _close(int fd) in _close() function
/third_party/python/Lib/multiprocessing/
Dconnection.py132 self._close()
177 self._close()
276 def _close(self, _CloseHandle=_winapi.CloseHandle): member in PipeConnection
355 def _close(self, _close=_multiprocessing.closesocket): member in Connection
356 _close(self._handle)
360 def _close(self, _close=os.close): argument
361 _close(self._handle)
Dqueues.py81 self._close = None
145 close = self._close
147 self._close = None
190 self._close = Finalize(
/third_party/node/test/parallel/
Dtest-http-client-spurious-aborted.js52 _handle._close = res.socket._handle.close;
54 _handle._close();
Dtest-fs-chmod.js37 fs._close = fs.close;
56 return fs._close.apply(fs, arguments);
/third_party/FreeBSD/lib/libc/gen/
Dfts.c280 (void)_close(sp->fts_rfd); in fts_close()
355 (void)_close(p->fts_symfd); in fts_read()
479 (void)_close(p->fts_symfd); in fts_read()
484 (void)_close(p->fts_symfd); in fts_read()
578 (void)_close(fd); in fts_children()
1149 (void)_close(newfd); in fts_safe_changedir()
/third_party/skia/modules/pathkit/
Dchaining.js68 this._close();
75 this._close();
/third_party/python/Lib/asyncio/
Dunix_events.py546 self._close(None)
565 self._close(exc)
567 def _close(self, exc): member in _UnixReadPipeTransport
654 self._close(BrokenPipeError())
656 self._close()
753 self._close(None)
767 self._close(exc)
769 def _close(self, exc=None): member in _UnixWritePipeTransport
/third_party/alsa-lib/src/
Dinput.c179 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close) in snd_input_stdio_attach() argument
193 stdio->close = _close; in snd_input_stdio_attach()
Doutput.c188 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close) in snd_output_stdio_attach() argument
202 stdio->close = _close; in snd_output_stdio_attach()
/third_party/alsa-lib/include/
Dinput.h65 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
Doutput.h65 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close);
/third_party/libuv/test/
Dtest-close-fd.c68 ASSERT(0 == _close(fd[1])); in TEST_IMPL()
/third_party/node/lib/
Dzlib.js408 _close(this);
486 _close(self);
514 _close(self);
633 function _close(engine) { function
/third_party/libuv/src/unix/
Dloop-watcher.c62 void uv__##name##_close(uv_##name##_t* handle) { \
/third_party/node/deps/uv/src/unix/
Dloop-watcher.c62 void uv__##name##_close(uv_##name##_t* handle) { \
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_common.py54 _open, _close = m.groups()

1234