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

12

/external/lldb/test/python_api/default-constructor/
H A Dsb_inputreader.py14 obj.IsDone()
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_impl.cc23 return benchmark->IsDone();
46 DCHECK(!(*it)->IsDone());
H A Dmicro_benchmark.cc25 bool MicroBenchmark::IsDone() const { function in class:cc::MicroBenchmark
H A Dmicro_benchmark_impl.cc31 bool MicroBenchmarkImpl::IsDone() const { function in class:cc::MicroBenchmarkImpl
H A Dmicro_benchmark_impl.h31 bool IsDone() const;
H A Dmicro_benchmark_controller.cc52 return benchmark->IsDone();
121 if (!(*it)->IsDone())
H A Dmicro_benchmark.h30 bool IsDone() const;
/external/lldb/scripts/Python/interface/
H A DSBInputReader.i44 IsDone () const;
/external/chromium_org/chrome/browser/download/
H A Ddownload_danger_prompt_browsertest.cc136 EXPECT_CALL(download(), IsDone()).WillOnce(Return(true));
144 EXPECT_CALL(download(), IsDone()).WillOnce(Return(false));
H A Ddownload_shelf_context_menu.cc103 return !download_item_->IsDone();
105 return !download_item_->IsDone();
241 if (download_item_ && !download_item_->IsDone())
/external/chromium_org/third_party/webrtc/base/
H A Dtaskrunner.cc83 if (tasks_[i]->IsDone()) {
199 if (!task->IsDone() && (task->timeout_time() > 0))
H A Dtask.h105 bool IsDone() const { return done_; } function in class:rtc::Task
H A Dtaskparent.cc57 if (!(*it)->IsDone())
/external/chromium_org/v8/tools/testrunner/server/
H A Dlocal_handler.py45 while not rec.IsDone():
57 while not rec.IsDone():
H A Dstatus_handler.py46 while not rec.IsDone():
80 while not rec.IsDone():
H A Dcompression.py58 def IsDone(self): member in class:Receiver
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h53 bool IsDone() function in class:buzz::XmppLoginTask
H A Dpingtask_unittest.cc103 EXPECT_FALSE(task->IsDone());
/external/lldb/include/lldb/API/
H A DSBInputReader.h55 IsDone () const;
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp93 /// IsDone - True if BB is not to be considered for ifcvt.
110 bool IsDone : 1; member in struct:__anon25750::IfConverter::BBInfo
127 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
328 if (BBI.IsDone)
476 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
503 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
543 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
544 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
641 if (BBI.IsDone)
727 if (BBI.IsDone || BB
[all...]
/external/lldb/source/API/
H A DSBInputReader.cpp179 SBInputReader::IsDone () const function in class:SBInputReader
182 return m_opaque_sp->IsDone();
/external/lldb/source/Core/
H A DInputReader.cpp139 if (IsDone())
193 if (IsDone())
244 if (IsDone())
/external/chromium_org/media/base/
H A Ddemuxer_perftest.cc64 bool IsDone();
127 bool StreamReader::IsDone() { function in class:media::StreamReader
192 while (!stream_reader.IsDone()) {
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher_unittest.cc76 bool IsDone() { function in class:chromeos::ProcessWatcherExpectations
108 if (failed_ || expectations_.IsDone()) {
158 EXPECT_TRUE(expectations_.IsDone());
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.cc228 if (download && !download->IsDone())
238 if (download && !download->IsDone())
262 return download->IsDone();

Completed in 666 milliseconds

12