/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 105 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/ |
D | micro_benchmark_controller_impl.cc | 23 return benchmark->IsDone(); in operator ()() 46 DCHECK(!(*it)->IsDone()); in DidCompleteCommit()
|
D | micro_benchmark_controller.cc | 45 return benchmark->IsDone(); in operator ()() 93 if (!(*it)->IsDone()) in DidUpdateLayers()
|
D | micro_benchmark_impl.h | 31 bool IsDone() const;
|
D | micro_benchmark_impl.cc | 31 bool MicroBenchmarkImpl::IsDone() const { in IsDone() function in cc::MicroBenchmarkImpl
|
D | micro_benchmark.cc | 23 bool MicroBenchmark::IsDone() const { in IsDone() function in cc::MicroBenchmark
|
D | micro_benchmark.h | 30 bool IsDone() const;
|
/external/chromium_org/media/base/ |
D | demuxer_perftest.cc | 68 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/ |
D | status_handler.py | 46 while not rec.IsDone(): 80 while not rec.IsDone():
|
D | local_handler.py | 45 while not rec.IsDone(): 57 while not rec.IsDone():
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | taskrunner.cc | 100 if (tasks_[i]->IsDone()) { in InternalRunTasks() 216 if (!task->IsDone() && (task->timeout_time() > 0)) in RecalcNextTimeout()
|
D | task.h | 122 bool IsDone() const { return done_; } in IsDone() function
|
D | taskparent.cc | 74 if (!(*it)->IsDone()) in AllChildrenDone()
|
/external/chromium_org/chrome/browser/download/ |
D | download_danger_prompt_browsertest.cc | 135 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()
|
D | download_shelf_context_menu.cc | 92 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/ |
D | taskrunner.cc | 100 if (tasks_[i]->IsDone()) { in InternalRunTasks() 216 if (!task->IsDone() && (task->timeout_time() > 0)) in RecalcNextTimeout()
|
D | task.h | 122 bool IsDone() const { return done_; } in IsDone() function
|
D | taskparent.cc | 74 if (!(*it)->IsDone()) in AllChildrenDone()
|
/external/chromium_org/chromeos/process_proxy/ |
D | process_output_watcher_unittest.cc | 63 bool IsDone() { in IsDone() function in chromeos::ProcessWatcherExpectations 86 if (!success || expectations_.IsDone()) in OnRead()
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | xmppengineimpl.cc | 229 if (login_task_->IsDone()) in Connect() 288 if (login_task_->IsDone()) in IncomingStart() 307 if (login_task_->IsDone()) in IncomingStanza()
|
D | xmpplogintask.h | 53 bool IsDone() in IsDone() function
|
D | pingtask_unittest.cc | 103 EXPECT_FALSE(task->IsDone()); in TEST_F()
|
/external/chromium_org/content/public/test/ |
D | download_test_observer.cc | 228 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/ |
D | xmppengineimpl.cc | 246 if (login_task_->IsDone()) in Connect() 311 if (login_task_->IsDone()) in IncomingStart() 331 if (login_task_->IsDone()) in IncomingStanza()
|
D | xmpplogintask.h | 50 bool IsDone() in IsDone() function
|