HomeSort by relevance Sort by last modified time
    Searched refs:IsDone (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
task.h 122 bool IsDone() const { return done_; }
taskparent.cc 74 if (!(*it)->IsDone())
taskrunner.cc 100 if (tasks_[i]->IsDone()) {
216 if (!task->IsDone() && (task->timeout_time() > 0))
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 50 bool IsDone()
xmppengineimpl.cc 246 if (login_task_->IsDone())
311 if (login_task_->IsDone())
331 if (login_task_->IsDone())
  /external/llvm/lib/CodeGen/
IfConversion.cpp 87 /// IsDone - True if BB is not to be considered for ifcvt.
104 bool IsDone : 1;
121 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
308 if (BBI.IsDone)
456 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
483 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
523 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
524 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
621 if (BBI.IsDone)
711 if (BBI.IsDone || BBI.IsUnpredicable
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 87 bool IsDone() {

Completed in 183 milliseconds