/third_party/node/deps/npm/node_modules/fs-minipass/lib/ |
D | index.js | 9 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/ |
D | index.js | 23 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/ |
D | state.c | 572 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/ |
D | test_editor.py | 32 e._close() 115 cls.window._close() 196 cls.window._close()
|
D | test_runscript.py | 29 ew._close()
|
D | test_filelist.py | 29 e._close()
|
D | test_zoomheight.py | 22 cls.editwin._close()
|
D | test_iomenu.py | 23 cls.editwin._close()
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | fs.c | 42 int _close(int fd) in _close() function 89 int _close(int fd) in _close() function
|
/third_party/python/Lib/multiprocessing/ |
D | connection.py | 132 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)
|
D | queues.py | 81 self._close = None 145 close = self._close 147 self._close = None 190 self._close = Finalize(
|
/third_party/node/test/parallel/ |
D | test-http-client-spurious-aborted.js | 52 _handle._close = res.socket._handle.close; 54 _handle._close();
|
D | test-fs-chmod.js | 37 fs._close = fs.close; 56 return fs._close.apply(fs, arguments);
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 280 (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/ |
D | chaining.js | 68 this._close(); 75 this._close();
|
/third_party/python/Lib/asyncio/ |
D | unix_events.py | 546 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/ |
D | input.c | 179 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()
|
D | output.c | 188 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/ |
D | input.h | 65 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
|
D | output.h | 65 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close);
|
/third_party/libuv/test/ |
D | test-close-fd.c | 68 ASSERT(0 == _close(fd[1])); in TEST_IMPL()
|
/third_party/node/lib/ |
D | zlib.js | 408 _close(this); 486 _close(self); 514 _close(self); 633 function _close(engine) { function
|
/third_party/libuv/src/unix/ |
D | loop-watcher.c | 62 void uv__##name##_close(uv_##name##_t* handle) { \
|
/third_party/node/deps/uv/src/unix/ |
D | loop-watcher.c | 62 void uv__##name##_close(uv_##name##_t* handle) { \
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
D | _common.py | 54 _open, _close = m.groups()
|