Home
last modified time | relevance | path

Searched refs:close_ (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
Dwinping.cc149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()
160 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing()
162 if (!create_ || !close_ || !send_) { in WinPing()
194 if ((hping_ != INVALID_HANDLE_VALUE) && close_) { in ~WinPing()
195 if (!close_(hping_)) in ~WinPing()
198 if ((hping6_ != INVALID_HANDLE_VALUE) && close_) { in ~WinPing()
199 if (!close_(hping6_)) { in ~WinPing()
Dhttpserver.cc122 current_(NULL), signalling_(false), close_(false) { in Connection()
158 close_ = !HttpShouldKeepAlive(current_->response); in Respond()
168 close_ = true; in InitiateClose()
197 if (close_) { in onHttpComplete()
Dwinping.h90 PIcmpCloseHandle close_; variable
Dhttpserver.h100 bool signalling_, close_; variable
/external/python/cpython3/Tools/scripts/
Dtexi2html.py783 def close_(self): pass member in TexinfoParser
786 close_asis = close_
865 close_titlefont = close_
/external/python/cpython2/Tools/scripts/
Dtexi2html.py782 def close_(self): pass member in TexinfoParser
785 close_asis = close_
864 close_titlefont = close_
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp84 : stream_(stream), close_(close) { in AutoClosedCommand()
88 virtual ~AutoClosedCommand() { *stream_ << close_ << "\n"; } in ~AutoClosedCommand()
92 ByteString close_; member in __anonb43b30f40111::AutoClosedCommand
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js3887 this.el.on('modal-close', this.close_.bind(this));
3895 Modal.prototype.close_ = function() { method in Modal