Searched refs:IsDone (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dtaskrunner.cc100 if (tasks_[i]->IsDone()) {
216 if (!task->IsDone() && (task->timeout_time() > 0))
H A Dtask.h122 bool IsDone() const { return done_; } function in class:talk_base::Task
H A Dtaskparent.cc74 if (!(*it)->IsDone())
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h50 bool IsDone() function in class:buzz::XmppLoginTask
H A Dxmppengineimpl.cc246 if (login_task_->IsDone())
311 if (login_task_->IsDone())
331 if (login_task_->IsDone())
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp87 /// IsDone - True if BB is not to be considered for ifcvt.
104 bool IsDone : 1; member in struct:__anon8664::IfConverter::BBInfo
121 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
316 if (BBI.IsDone)
464 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
491 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
531 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
532 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
629 if (BBI.IsDone)
719 if (BBI.IsDone || BB
[all...]
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp58 bool IsDone; member in struct:hex_pair_iterator
61 : Current(C.begin()), End(C.end()), IsDone(false) {
67 hex_pair_iterator() : Current(), End(), IsDone(true) {}
76 IsDone = true;
89 IsDone = true;
94 return (IsDone == Other.IsDone) ||
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc87 bool IsDone() { function in class:google::protobuf::__anon10115::OnceInitTest::TestThread

Completed in 481 milliseconds