Home
last modified time | relevance | path

Searched refs:_close (Results 1 - 25 of 71) sorted by relevance

123

/third_party/python/Lib/test/libregrtest/
H A Dwin_utils.py111 _close=_winapi.CloseHandle,
119 _close(self._running)
120 _close(self._stopped)
/third_party/python/Lib/multiprocessing/
H A Dconnection.py132 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 Dqueues.py81 self._close = None
142 close = self._close
144 self._close = None
188 self._close = Finalize(
/third_party/node/test/parallel/
H A Dtest-http-client-spurious-aborted.js52 _handle._close = res.socket._handle.close;
54 _handle._close();
H A Dtest-fs-chmod.js37 fs._close = fs.close;
56 return fs._close.apply(fs, arguments);
/third_party/musl/porting/liteos_a_newlib/kernel/src/
H A Dfs.c42 int _close(int fd) in _close() function
89 int _close(int fd) in _close() function
/third_party/alsa-utils/alsactl/
H A 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/
H A Dtest_editor.py31 e._close()
114 cls.window._close()
225 cls.window._close()
H A Dtest_runscript.py29 ew._close()
H A Dtest_filelist.py29 e._close()
H A Dtest_zoomheight.py22 cls.editwin._close()
/third_party/skia/modules/pathkit/
H A Dchaining.js68 this._close();
75 this._close();
/third_party/FreeBSD/lib/libc/gen/
H A 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/python/Lib/asyncio/
H A Dunix_events.py566 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 Dinput.h67 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
H A Doutput.h67 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close);
/third_party/alsa-lib/src/
H A Dinput.c175 * \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 Doutput.c184 * \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 Dloop-watcher.c62 void uv__##name##_close(uv_##name##_t* handle) { \
/third_party/libuv/test/
H A Dtest-close-fd.c68 ASSERT_OK(_close(fd[1])); in TEST_IMPL()
/third_party/node/deps/openssl/openssl/ms/
H A Dapplink.c133 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in __declspec()
/third_party/node/deps/uv/src/unix/
H A Dloop-watcher.c62 void uv__##name##_close(uv_##name##_t* handle) { \
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_common.py54 _open, _close = m.groups()
57 else: # _close
/third_party/openssl/ms/
H A Dapplink.c133 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in __declspec()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5hl.c42 #define close _close

Completed in 12 milliseconds

123