/third_party/python/Lib/test/libregrtest/ |
H A D | win_utils.py | 111 _close=_winapi.CloseHandle, 119 _close(self._running) 120 _close(self._stopped)
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 132 self._close() 177 self._close() 275 def _close(self, _CloseHandle=_winapi.CloseHandle): member in .PipeConnection 354 def _close(self, _close=_multiprocessing.closesocket): member in Connection 355 _close(self._handle) 359 def _close(self, _close=os.close): member in Connection 360 _close(self._handle)
|
H A D | queues.py | 81 self._close = None 142 close = self._close 144 self._close = None 188 self._close = Finalize(
|
/third_party/node/test/parallel/ |
H A D | test-http-client-spurious-aborted.js | 52 _handle._close = res.socket._handle.close; 54 _handle._close();
|
H A D | test-fs-chmod.js | 37 fs._close = fs.close; 56 return fs._close.apply(fs, arguments);
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
H A D | fs.c | 42 int _close(int fd) in _close() function 89 int _close(int fd) in _close() function
|
/third_party/alsa-utils/alsactl/ |
H A 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/ |
H A D | test_editor.py | 31 e._close() 114 cls.window._close() 225 cls.window._close()
|
H A D | test_runscript.py | 29 ew._close()
|
H A D | test_filelist.py | 29 e._close()
|
H A D | test_zoomheight.py | 22 cls.editwin._close()
|
/third_party/skia/modules/pathkit/ |
H A D | chaining.js | 68 this._close(); 75 this._close();
|
/third_party/FreeBSD/lib/libc/gen/ |
H A 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/python/Lib/asyncio/ |
H A D | unix_events.py | 566 self._close(None) 585 self._close(exc) 587 def _close(self, exc): member in _UnixReadPipeTransport 674 self._close(BrokenPipeError()) 676 self._close() 773 self._close(None) 787 self._close(exc) 789 def _close(self, exc=None): member in _UnixWritePipeTransport
|
/third_party/alsa-lib/include/ |
H A D | input.h | 67 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
|
H A D | output.h | 67 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close);
|
/third_party/alsa-lib/src/ |
H A D | input.c | 175 * \param _close Close flag. Set this to 1 if #snd_input_close should close 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()
|
H A D | output.c | 184 * \param _close Close flag. Set this to 1 if #snd_output_close should close 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/libuv/src/unix/ |
H A D | loop-watcher.c | 62 void uv__##name##_close(uv_##name##_t* handle) { \
|
/third_party/libuv/test/ |
H A D | test-close-fd.c | 68 ASSERT_OK(_close(fd[1])); in TEST_IMPL()
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | applink.c | 133 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in __declspec()
|
/third_party/node/deps/uv/src/unix/ |
H A D | loop-watcher.c | 62 void uv__##name##_close(uv_##name##_t* handle) { \
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _common.py | 54 _open, _close = m.groups() 57 else: # _close
|
/third_party/openssl/ms/ |
H A D | applink.c | 133 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in __declspec()
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5hl.c | 42 #define close _close
|