HomeSort by relevance Sort by last modified time
    Searched refs:IsDone (Results 1 - 8 of 8) 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 88 /// IsDone - True if BB is not to be considered for ifcvt.
105 bool IsDone : 1;
122 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
317 if (BBI.IsDone)
465 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
492 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
532 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
533 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
630 if (BBI.IsDone)
720 if (BBI.IsDone || BBI.IsUnpredicable
    [all...]
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 57 bool IsDone;
60 : Current(C.begin()), End(C.end()), IsDone(false) {
66 hex_pair_iterator() : Current(), End(), IsDone(true) {}
75 IsDone = true;
88 IsDone = true;
93 return (IsDone == Other.IsDone) ||
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 87 bool IsDone() {

Completed in 353 milliseconds