Home
last modified time | relevance | path

Searched refs:closing_ (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dargs.cc26 : closing_(), valid_closing_() { in ClosingSymbolLookup()
34 closing_[opening] = closing; in ClosingSymbolLookup()
46 return closing_[static_cast<unsigned char>(opening)]; in GetClosingChar()
57 char closing_[256]; member in toco::__anon387656200111::ClosingSymbolLookup
/external/webrtc/webrtc/base/
Dhttpserver.cc28 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer()
32 if (closing_) { in ~HttpServer()
79 closing_ = true; in CloseAll()
110 if (closing_ && connections_.empty()) { in Remove()
111 closing_ = false; in Remove()
Dwin32socketserver.cc231 closing_(false), close_error_(0), sink_(NULL), dns_(NULL) { in Win32Socket()
445 if (closing_ && received <= static_cast<int>(length)) in Recv()
460 if (closing_ && received <= static_cast<int>(length)) in RecvFrom()
497 closing_ = false; in Close()
575 closing_ = true; in HandleClosed()
582 closing_ = false; in PostClosed()
Dhttpserver.h111 bool closing_; variable
Dwin32socketserver.h76 bool closing_; variable
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc42 : Cluster(timeout_s), expected_init_time_s_(0), closing_(false) { in SingleMachine()
256 CHECK(!closing_); in RunWithTimeout()
284 if (!closing_) { in CloseSession()
285 closing_ = true; in CloseSession()
307 closing_ = false; in CloseSession()
Dsingle_machine.h83 bool closing_ GUARDED_BY(close_mu_);