Searched refs:close_ (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/base/ |
D | winping.cc | 149 : 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()
|
D | httpserver.cc | 122 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()
|
D | winping.h | 90 PIcmpCloseHandle close_; variable
|
D | httpserver.h | 100 bool signalling_, close_; variable
|
/external/python/cpython3/Tools/scripts/ |
D | texi2html.py | 783 def close_(self): pass member in TexinfoParser 786 close_asis = close_ 865 close_titlefont = close_
|
/external/python/cpython2/Tools/scripts/ |
D | texi2html.py | 782 def close_(self): pass member in TexinfoParser 785 close_asis = close_ 864 close_titlefont = close_
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 84 : 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/ |
D | docs.js | 3887 this.el.on('modal-close', this.close_.bind(this)); 3895 Modal.prototype.close_ = function() { method in Modal
|