Home
last modified time | relevance | path

Searched refs:Done (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/v8/src/
Dlithium-inl.h37 bool TempIterator::Done() { return current_ >= limit_; } in Done() function
41 DCHECK(!Done()); in Current()
63 bool InputIterator::Done() { return current_ >= limit_; } in Done() function
67 DCHECK(!Done()); in Current()
92 bool UseIterator::Done() { in Done() function
93 return input_iterator_.Done() && env_iterator_.Done(); in Done()
98 DCHECK(!Done()); in Current()
99 LOperand* result = input_iterator_.Done() ? env_iterator_.Current() in Current()
107 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance(); in Advance()
Dhydrogen-infer-representation.cc42 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) { in Run()
65 !it.Done(); in Run()
78 !it.Done(); in Run()
87 !it.Done(); in Run()
107 !it.Done(); in Run()
123 for (HInstructionIterator it(block); !it.Done(); it.Advance()) { in Run()
147 for (HInstructionIterator it(block); !it.Done(); it.Advance()) { in Run()
Ddata-flow.h33 bool Done() const { return current_index_ >= target_->data_length_; } in Done() function
37 DCHECK(!Done()); in Current()
201 bool Done() const { return it_.Done(); } in Done() function
223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) { in Union()
/external/openfst/src/include/fst/
Dequal.h43 while (!siter1.Done() || !siter2.Done()) {
44 if (siter1.Done() || siter2.Done()) {
67 for (size_t a = 0; !aiter1.Done() || !aiter2.Done(); ++a) {
68 if (aiter1.Done() || aiter2.Done()) {
Dsparse-tuple-weight.h91 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) { in SparseTupleWeight()
126 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
134 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Member()
144 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Hash()
153 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
161 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Reverse()
236 bool Done() const { in Done() function
277 while (!w1_it.Done() || !w2_it.Done()) { in SparseTupleWeightMap()
278 const K& k1 = (w1_it.Done()) ? w2_it.Value().first : w1_it.Value().first; in SparseTupleWeightMap()
279 const K& k2 = (w2_it.Done()) ? w1_it.Value().first : w2_it.Value().first; in SparseTupleWeightMap()
[all …]
Dstring-weight.h171 bool Done() const { in Done() function
206 bool Done() const { return fin_; } in Done() function
250 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()) { in Write()
269 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()) in Reverse()
277 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()) in Hash()
304 for (; !iter1.Done() ; iter1.Next(), iter2.Next())
327 if (iter.Done())
334 for (size_t i = 0; !iter.Done(); ++i, iter.Next()) {
405 for (; !iter1.Done() && !iter2.Done() && iter1.Value() == iter2.Value(); in Plus()
426 for (; !iter1.Done() && !iter2.Done() && iter1.Value() == iter2.Value(); in Plus()
[all …]
Drmfinalepsilon.h52 for (StateIterator<Fst<A> > siter(*fst); !siter.Done(); siter.Next()) { in RmFinalEpsilon()
56 for (ArcIterator<Fst<A> > aiter(*fst, s); !aiter.Done(); aiter.Next()) { in RmFinalEpsilon()
71 for (StateIterator<Fst<A> > siter(*fst); !siter.Done(); siter.Next()) { in RmFinalEpsilon()
76 for (ArcIterator<Fst<A> > aiter(*fst, s); !aiter.Done(); aiter.Next()) { in RmFinalEpsilon()
Dmatcher.h117 bool Done() const { return Done_(); } in Done() function
259 bool Done() const { in Done() function
262 if (aiter_->Done()) in Done()
302 virtual bool Done_() const { return Done(); } in Done_()
361 for (aiter_->Reset(); !aiter_->Done(); aiter_->Next()) { in Search()
471 bool Done() const { return matcher_->Done(); } in Done() function
507 virtual bool Done_() const { return Done(); } in Done_()
647 bool Done() const { in Done() function
648 return matcher_->Done(); in Done()
672 if (matcher_->Done() && has_sigma_ && (sigma_match_ == kNoLabel) && in Next()
[all …]
Drelabel.h75 !siter.Done(); siter.Next()) { in Relabel()
78 !aiter.Done(); aiter.Next()) { in Relabel()
146 for (SymbolTableIterator syms_iter(*old_isymbols); !syms_iter.Done(); in Relabel()
159 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done(); in Relabel()
256 for (SymbolTableIterator syms_iter(*old_isymbols); !syms_iter.Done(); in RelabelFstImpl()
266 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done(); in RelabelFstImpl()
344 for (ArcIterator<Fst<A> > aiter(*fst_, s); !aiter.Done(); aiter.Next()) { in Expand()
471 bool Done() const { return siter_.Done(); } in Done() function
476 if (!siter_.Done()) { in Next()
488 bool Done_() const { return Done(); } in Done_()
Dsymbol-table-ops.h43 for (; !siter.Done(); siter.Next()) { in PruneSymbolTable()
45 for (; !aiter.Done(); aiter.Next()) { in PruneSymbolTable()
52 for (SymbolTableIterator stiter(syms); !stiter.Done(); stiter.Next()) { in PruneSymbolTable()
Dlookahead-matcher.h208 bool Done() const { return matcher_.Done(); } in Done() function
230 virtual bool Done_() const { return Done(); } in Done_()
292 bool Done() const { return matcher_.Done(); } in Done() function
322 virtual bool Done_() const { return Done(); } in Done_()
363 for (; !matcher_.Done(); matcher_.Next()) in LookAheadFst()
368 !aiter.Done(); in LookAheadFst()
394 for (; !matcher_.Done(); matcher_.Next()) { in LookAheadFst()
497 bool Done() const { return matcher_.Done(); } in Done() function
563 virtual bool Done_() const { return Done(); } in Done_()
739 bool Done() const { return base_->Done(); } in Done() function
Dstate-map.h110 for (; !mapper->Done(); mapper->Next()) in StateMap()
156 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next()) in StateMap()
161 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next()) { in StateMap()
164 for (; !mapper->Done(); mapper->Next()) in StateMap()
291 for (mapper_->SetState(s); !mapper_->Done(); mapper_->Next()) in Expand()
426 bool Done() const { return aiter_->Done(); } in Done() function
463 for (ArcIterator<Fst<A> > aiter(fst_, s); !aiter.Done(); aiter.Next()) in SetState()
482 bool Done() const { return i_ >= arcs_.size(); } in Done() function
547 for (ArcIterator<Fst<A> > aiter(fst_, s); !aiter.Done(); aiter.Next()) in SetState()
558 bool Done() const { return i_ >= arcs_.size(); } in Done() function
Dminimize.h88 !aiter1.Done() && !aiter2.Done(); aiter1.Next(), aiter2.Next()) { in operator()
194 for (siter.Next(); !siter.Done(); siter.Next()) { in PrePartition()
236 !siter.Done(); siter.Next()) { in Split()
248 if (aiter->Done()) { in Split()
265 if (aiter->Done()) in Split()
418 for (siter.Next(); !siter.Done(); siter.Next()) { in Refine()
428 for (siter.Reset(); !siter.Done();) { in Refine()
467 !siter.Done(); siter.Next()) { in MergeStates()
470 !aiter.Done(); aiter.Next()) { in MergeStates()
Dcomplement.h201 bool Done() const { return s_ > 0 && siter_.Done(); } in Done() function
220 virtual bool Done_() const { return Done(); } in Done_()
248 bool Done() const { in Done() function
250 return pos_ > 0 && aiter_->Done(); in Done()
305 virtual bool Done_() const { return Done(); } in Done_()
Dreweight.h69 for (; !sit.Done(); sit.Next()) { in Reweight()
76 !ait.Done(); in Reweight()
100 for (; !sit.Done(); sit.Next()) { in Reweight()
112 !ait.Done(); in Reweight()
Dstatesort.h61 !siter.Done(); in StateSort()
69 !aiter.Done(); in StateSort()
78 !aiter.Done(); in StateSort()
Dverify.h44 !siter.Done();
57 !siter.Done();
62 !aiter.Done();
Dfactor-weight.h89 bool Done() const { return true; } in Done() function
103 bool Done() const { return done_; } in Done() function
111 for (iter.Next(); !iter.Done(); iter.Next()) in Value()
131 bool Done() const { return done_; } in Done() function
238 if (!(mode_ & kFactorFinalWeights) || f.Done()) in Final()
310 !ait.Done(); in Expand()
315 if (!(mode_ & kFactorArcWeights) || fit.Done()) { in Expand()
319 for (; !fit.Done(); fit.Next()) { in Expand()
336 !fit.Done(); in Expand()
/external/llvm/lib/IR/
DUse.cpp58 ptrdiff_t Done = 0; in initTags() local
59 while (Done < 20) { in initTags()
67 new (Stop) Use(tags[Done++]); in initTags()
70 ptrdiff_t Count = Done; in initTags()
75 ++Done; in initTags()
76 Count = Done; in initTags()
80 ++Done; in initTags()
/external/openfst/src/include/fst/extensions/far/
Dequal.h58 for(; !reader1->Done() && !reader2->Done();
82 if (!reader1->Done() || !reader2->Done()) {
84 << (reader1->Done() ? reader2->GetKey() : reader1->GetKey())
85 << "\" missing form " << (reader2->Done() ? "first" : "second")
/external/openfst/src/test/
Dfst_test.h70 for (; !siter.Done(); siter.Next()) {} in TestBase()
71 for (siter.Reset(); !siter.Done(); siter.Next()) { in TestBase()
77 for (; !aiter.Done(); aiter.Next()) {} in TestBase()
78 for (aiter.Reset(); !aiter.Done(); aiter.Next()) { in TestBase()
114 !siter.Done(); in TestExpanded()
128 !siter.Done(); in TestMutable()
134 for (; !aiter.Done(); aiter.Next()) {} in TestMutable()
135 for (aiter.Reset(); !aiter.Done(); aiter.Next()) { in TestMutable()
156 !siter.Done(); in TestMutable()
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_thread.ll15 i32 17, label %Done
32 br i1 %cond2, label %Done, label %C
37 br i1 %cond, label %Done, label %C
38 Done: ; preds = %B, %A, %A2, %0
44 br i1 %cond3, label %Done, label %C
/external/llvm/test/Transforms/ADCE/
D2003-11-16-MissingPostDominanceInfo.ll6 br i1 %C, label %Cond, label %Done
9 br i1 %C, label %Loop, label %Done
15 Done: ; preds = %Cond, %0
/external/v8/tools/testrunner/local/
Dprogress.py60 def Done(self): member in ProgressIndicator
86 def Done(self): member in SimpleProgressIndicator
162 def Done(self): member in CompactProgressIndicator
256 def Done(self): member in JUnitTestProgressIndicator
257 self.progress_indicator.Done()
299 def Done(self): member in JsonTestProgressIndicator
300 self.progress_indicator.Done()
/external/openfst/src/include/fst/extensions/pdt/
Dparen.h98 bool Done() const { in Done() function
241 !aiter.Done(); in DFSearch()
253 !set_iter.Done(); set_iter.Next()) { in DFSearch()
256 !paren_arc_iter.Done(); in DFSearch()
280 !aiter.Done(); in ComputeStateSet()
291 !set_iter.Done(); set_iter.Next()) { in ComputeStateSet()
294 !paren_arc_iter.Done(); in ComputeStateSet()
334 !paren_iter.Done(); paren_iter.Next()) { in UpdateStateSet()
338 !set_iter.Done(); set_iter.Next()) { in UpdateStateSet()
479 !set_iter.Done(); set_iter.Next()) { in Reverse()

1234567891011