Home
last modified time | relevance | path

Searched defs:Done (Results 1 – 25 of 96) sorted by relevance

1234

/external/v8/src/crankshaft/
Dlithium-inl.h41 bool TempIterator::Done() { return current_ >= limit_; } in Done() function
67 bool InputIterator::Done() { return current_ >= limit_; } in Done() function
96 bool UseIterator::Done() { in Done() function
/external/v8/tools/testrunner/local/
Dprogress.py54 def Done(self): member in ProgressIndicator
116 def Done(self): member in SimpleProgressIndicator
193 def Done(self): member in CompactProgressIndicator
282 def Done(self): member in JUnitTestProgressIndicator
317 def Done(self): member in JsonTestProgressIndicator
/external/chromium-trace/catapult/tracing/tracing/mre/
Dthreaded_work_queue_unittest.py28 def Done(): function
/external/openfst/src/include/fst/
Dmatcher.h117 bool Done() const { return Done_(); } in Done() function
259 bool Done() const { in Done() function
471 bool Done() const { return matcher_->Done(); } in Done() function
647 bool Done() const { in Done() function
819 bool Done() const { return matcher_->Done(); } in Done() function
1042 bool Done() const { in Done() function
1188 bool Done() const { return base_->Done(); } in Done() function
Dfactor-weight.h89 bool Done() const { return true; } in Done() function
103 bool Done() const { return done_; } in Done() function
131 bool Done() const { return done_; } in Done() function
Dcomplement.h201 bool Done() const { return s_ > 0 && siter_.Done(); } in Done() function
248 bool Done() const { in Done() function
Dlookahead-matcher.h208 bool Done() const { return matcher_.Done(); } in Done() function
292 bool Done() const { return matcher_.Done(); } in Done() function
497 bool Done() const { return matcher_.Done(); } in Done() function
739 bool Done() const { return base_->Done(); } in Done() function
Dstate-map.h426 bool Done() const { return aiter_->Done(); } in Done() function
482 bool Done() const { return i_ >= arcs_.size(); } in Done() function
558 bool Done() const { return i_ >= arcs_.size(); } in Done() function
Dmatcher-fst.h229 bool Done() const { return matcher_->Done(); } in Done() function
270 bool Done() const { return matcher_->Done(); } in Done() function
Dstring-weight.h171 bool Done() const { in Done() function
206 bool Done() const { return fin_; } in Done() function
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h161 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument
176 mv_ref_list, Done) \ argument
/external/llvm/include/llvm/Object/
DMachO.h99 bool Done; variable
135 bool Done; variable
183 bool Done; variable
/external/compiler-rt/test/tsan/
Dvptr_harmful_race2.cc11 void Done() { in Done() function
Dvptr_harmful_race.cc11 void Done() { in Done() function
Dvptr_harmful_race3.cc11 void Done() { in Done() function
Dvptr_benign_race.cc13 void Done() { in Done() function
/external/llvm/lib/IR/
DUse.cpp58 ptrdiff_t Done = 0; in initTags() local
/external/openfst/src/include/fst/extensions/far/
Dfar.h319 bool Done() const { return reader_->Done(); } in Done() function
367 bool Done() const { return reader_->Done(); } in Done() function
452 bool Done() const { return error_ || pos_ >= keys_.size(); } in Done() function
/external/v8/src/
Dbit-vector.h29 bool Done() const { return current_index_ >= target_->data_length_; } in Done() function
200 bool Done() const { return it_.Done(); } in Done() function
/external/openfst/src/include/fst/extensions/pdt/
Dcollection.h65 bool Done() const { return id_ == kNoNodeId; } in Done() function
/external/libchrome/base/metrics/
Dsample_map.cc68 bool SampleMapIterator::Done() const { in Done() function in base::SampleMapIterator
Dhistogram_samples.cc39 bool SampleCountPickleIterator::Done() const { in Done() function in base::__anon2e1edf9c0111::SampleCountPickleIterator
/external/v8/src/heap/
Dgc-idle-time-handler.h23 static GCIdleTimeAction Done() { in Done() function
/external/v8/src/debug/
Ddebug-scopes.h50 bool Done() { in Done() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp185 bool Done = true; in EmitMSInlineAsmStr() local
283 bool Done = true; in EmitGCCInlineAsmStr() local

1234