Home
last modified time | relevance | path

Searched refs:IsDone (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/lib/CodeGen/
DIfConversion.cpp105 bool IsDone : 1; member
122 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo()
317 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY()
465 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple()
492 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle()
532 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond()
533 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond()
630 if (BBI.IsDone) in ScanInstructions()
720 if (BBI.IsDone || BBI.IsUnpredicable) in FeasibilityAnalysis()
764 if (!BBI.IsBrAnalyzable || BBI.BrCond.empty() || BBI.IsDone) { in AnalyzeBlock()
[all …]
/external/chromium_org/cc/debug/
Dmicro_benchmark_controller_impl.cc23 return benchmark->IsDone(); in operator ()()
46 DCHECK(!(*it)->IsDone()); in DidCompleteCommit()
Dmicro_benchmark_controller.cc45 return benchmark->IsDone(); in operator ()()
93 if (!(*it)->IsDone()) in DidUpdateLayers()
Dmicro_benchmark_impl.h31 bool IsDone() const;
Dmicro_benchmark_impl.cc31 bool MicroBenchmarkImpl::IsDone() const { in IsDone() function in cc::MicroBenchmarkImpl
Dmicro_benchmark.cc23 bool MicroBenchmark::IsDone() const { in IsDone() function in cc::MicroBenchmark
Dmicro_benchmark.h30 bool IsDone() const;
/external/chromium_org/media/base/
Ddemuxer_perftest.cc68 bool IsDone();
131 bool StreamReader::IsDone() { in IsDone() function in media::StreamReader
196 while (!stream_reader.IsDone()) { in RunDemuxerBenchmark()
/external/chromium_org/v8/tools/testrunner/server/
Dstatus_handler.py46 while not rec.IsDone():
80 while not rec.IsDone():
Dlocal_handler.py45 while not rec.IsDone():
57 while not rec.IsDone():
/external/chromium_org/third_party/libjingle/source/talk/base/
Dtaskrunner.cc100 if (tasks_[i]->IsDone()) { in InternalRunTasks()
216 if (!task->IsDone() && (task->timeout_time() > 0)) in RecalcNextTimeout()
Dtask.h122 bool IsDone() const { return done_; } in IsDone() function
Dtaskparent.cc74 if (!(*it)->IsDone()) in AllChildrenDone()
/external/chromium_org/chrome/browser/download/
Ddownload_danger_prompt_browsertest.cc135 EXPECT_CALL(download(), IsDone()).WillOnce(Return(true)); in IN_PROC_BROWSER_TEST_F()
143 EXPECT_CALL(download(), IsDone()).WillOnce(Return(false)); in IN_PROC_BROWSER_TEST_F()
Ddownload_shelf_context_menu.cc92 return !download_item_->IsDone(); in IsCommandIdEnabled()
94 return !download_item_->IsDone(); in IsCommandIdEnabled()
224 if (download_item_ && !download_item_->IsDone()) in GetLabelForCommandId()
/external/chromium/third_party/libjingle/source/talk/base/
Dtaskrunner.cc100 if (tasks_[i]->IsDone()) { in InternalRunTasks()
216 if (!task->IsDone() && (task->timeout_time() > 0)) in RecalcNextTimeout()
Dtask.h122 bool IsDone() const { return done_; } in IsDone() function
Dtaskparent.cc74 if (!(*it)->IsDone()) in AllChildrenDone()
/external/chromium_org/chromeos/process_proxy/
Dprocess_output_watcher_unittest.cc63 bool IsDone() { in IsDone() function in chromeos::ProcessWatcherExpectations
86 if (!success || expectations_.IsDone()) in OnRead()
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmppengineimpl.cc229 if (login_task_->IsDone()) in Connect()
288 if (login_task_->IsDone()) in IncomingStart()
307 if (login_task_->IsDone()) in IncomingStanza()
Dxmpplogintask.h53 bool IsDone() in IsDone() function
Dpingtask_unittest.cc103 EXPECT_FALSE(task->IsDone()); in TEST_F()
/external/chromium_org/content/public/test/
Ddownload_test_observer.cc228 if (download && !download->IsDone()) in AcceptDangerousDownload()
238 if (download && !download->IsDone()) in DenyDangerousDownload()
262 return download->IsDone(); in IsDownloadInFinalState()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppengineimpl.cc246 if (login_task_->IsDone()) in Connect()
311 if (login_task_->IsDone()) in IncomingStart()
331 if (login_task_->IsDone()) in IncomingStanza()
Dxmpplogintask.h50 bool IsDone() in IsDone() function

12