Searched defs:IsDone (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/cc/debug/
H A Dmicro_benchmark_impl.cc31 bool MicroBenchmarkImpl::IsDone() const { function in class:cc::MicroBenchmarkImpl
H A Dmicro_benchmark.cc23 bool MicroBenchmark::IsDone() const { function in class:cc::MicroBenchmark
/external/chromium_org/v8/tools/testrunner/server/
H A Dcompression.py58 def IsDone(self): member in class:Receiver
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h50 bool IsDone() function in class:buzz::XmppLoginTask
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtask.h122 bool IsDone() const { return done_; } function in class:talk_base::Task
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher_unittest.cc63 bool IsDone() { function in class:chromeos::ProcessWatcherExpectations
86 if (!success || expectations_.IsDone())
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtask.h122 bool IsDone() const { return done_; } function in class:talk_base::Task
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h53 bool IsDone() function in class:buzz::XmppLoginTask
/external/chromium_org/media/base/
H A Ddemuxer_perftest.cc68 bool IsDone();
131 bool StreamReader::IsDone() { function in class:media::StreamReader
196 while (!stream_reader.IsDone()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc87 bool IsDone() { function in class:google::protobuf::__anon14260::OnceInitTest::TestThread
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc87 bool IsDone() { function in class:google::protobuf::__anon24922::OnceInitTest::TestThread
/external/chromium_org/chrome/test/perf/rendering/
H A Dthroughput_tests.cc255 success = wait_for_pixel_->IsDone(bitmap);
422 bool IsDone(const SkBitmap& bitmap) { function in class:__anon7353::ThroughputTest::WaitPixel
/external/chromium_org/chrome/test/functional/
H A Dperf.py2113 def IsDone(): function in function:BasePageCyclerTest.WaitUntilDone
2118 IsDone,
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc289 DCHECK(!IsDone());
294 if (IsDone() || !IsDangerous())
434 if (!IsDone()) {
500 bool DownloadItemImpl::IsDone() const { function in class:content::DownloadItemImpl
710 return (!IsDone() || is_complete) && !IsTemporary() &&
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp88 /// IsDone - True if BB is not to be considered for ifcvt.
105 bool IsDone : 1; member in struct:__anon22079::IfConverter::BBInfo
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 || BB
[all...]
/external/chromium_org/v8/src/
H A Dapi.cc4756 inline bool IsDone() { function in class:v8::Utf8WriterVisitor
4797 while (!writer->IsDone()) {

Completed in 992 milliseconds