HomeSort by relevance Sort by last modified time
    Searched defs:IsDone (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/cc/debug/
micro_benchmark_impl.cc 31 bool MicroBenchmarkImpl::IsDone() const {
micro_benchmark.cc 25 bool MicroBenchmark::IsDone() const {
  /external/chromium_org/v8/tools/testrunner/server/
compression.py 58 def IsDone(self):
  /external/lldb/source/API/
SBInputReader.cpp 179 SBInputReader::IsDone () const
182 return m_opaque_sp->IsDone();
  /external/chromium_org/chromeos/process_proxy/
process_output_watcher_unittest.cc 76 bool IsDone() {
108 if (failed_ || expectations_.IsDone()) {
158 EXPECT_TRUE(expectations_.IsDone());
  /external/chromium_org/media/base/
demuxer_perftest.cc 64 bool IsDone();
127 bool StreamReader::IsDone() {
192 while (!stream_reader.IsDone()) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 53 bool IsDone()
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once_unittest.cc 87 bool IsDone() {
  /external/chromium_org/third_party/webrtc/base/
task.h 105 bool IsDone() const { return done_; }
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 87 bool IsDone() {
  /external/lldb/include/lldb/Core/
InputReader.h 182 IsDone () const
  /external/chromium_org/content/browser/download/
download_item_impl.cc 306 DCHECK(!IsDone());
311 if (IsDone() || !IsDangerous())
452 if (!IsDone()) {
518 bool DownloadItemImpl::IsDone() const {
747 return (!IsDone() || is_complete) && !IsTemporary() &&
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 93 /// IsDone - True if BB is not to be considered for ifcvt.
110 bool IsDone : 1;
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 || BBI.IsUnpredicable
    [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h     [all...]

Completed in 657 milliseconds