/external/v8/src/crankshaft/ |
D | lithium-inl.h | 41 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/ |
D | progress.py | 54 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/ |
D | threaded_work_queue_unittest.py | 28 def Done(): function
|
/external/openfst/src/include/fst/ |
D | matcher.h | 117 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
|
D | factor-weight.h | 89 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
|
D | complement.h | 201 bool Done() const { return s_ > 0 && siter_.Done(); } in Done() function 248 bool Done() const { in Done() function
|
D | lookahead-matcher.h | 208 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
|
D | state-map.h | 426 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
|
D | matcher-fst.h | 229 bool Done() const { return matcher_->Done(); } in Done() function 270 bool Done() const { return matcher_->Done(); } in Done() function
|
D | string-weight.h | 171 bool Done() const { in Done() function 206 bool Done() const { return fin_; } in Done() function
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 161 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument 176 mv_ref_list, Done) \ argument
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 99 bool Done; variable 135 bool Done; variable 183 bool Done; variable
|
/external/compiler-rt/test/tsan/ |
D | vptr_harmful_race2.cc | 11 void Done() { in Done() function
|
D | vptr_harmful_race.cc | 11 void Done() { in Done() function
|
D | vptr_harmful_race3.cc | 11 void Done() { in Done() function
|
D | vptr_benign_race.cc | 13 void Done() { in Done() function
|
/external/llvm/lib/IR/ |
D | Use.cpp | 58 ptrdiff_t Done = 0; in initTags() local
|
/external/openfst/src/include/fst/extensions/far/ |
D | far.h | 319 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/ |
D | bit-vector.h | 29 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/ |
D | collection.h | 65 bool Done() const { return id_ == kNoNodeId; } in Done() function
|
/external/libchrome/base/metrics/ |
D | sample_map.cc | 68 bool SampleMapIterator::Done() const { in Done() function in base::SampleMapIterator
|
D | histogram_samples.cc | 39 bool SampleCountPickleIterator::Done() const { in Done() function in base::__anon2e1edf9c0111::SampleCountPickleIterator
|
/external/v8/src/heap/ |
D | gc-idle-time-handler.h | 23 static GCIdleTimeAction Done() { in Done() function
|
/external/v8/src/debug/ |
D | debug-scopes.h | 50 bool Done() { in Done() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 185 bool Done = true; in EmitMSInlineAsmStr() local 283 bool Done = true; in EmitGCCInlineAsmStr() local
|