Searched defs:Done (Results 76 - 100 of 114) sorted by path

12345

/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h202 bool Done() const { return error_ || heap_.empty(); } function in class:fst::STTableReader
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h311 if (aiter.Done()) {
326 !aiter.Done(); aiter.Next()) {
336 !aiter.Done(); aiter.Next()) {
366 for (StateIterator<Fst<A> > siter(fst); !siter.Done(); siter.Next()) {
370 if (!aiter.Done()) {
471 !aiter.Done(); aiter.Next()) {
481 for (ArcIterator<Fst<A> > aiter(fst, state); !aiter.Done(); aiter.Next()) {
872 bool Done() const { function in class:fst::ArcIterator
937 virtual bool Done_() const { return Done(); }
969 bool Done() cons function in class:fst::StateIterator
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h65 bool Done() const { return id_ == kNoNodeId; } function in class:fst::Collection::SetIterator
H A Dcompose.h89 bool Done() const { function in class:fst::ParenMatcher
241 done_ = matcher_.Done();
249 for (; !matcher_.Done(); matcher_.Next()) {
264 for (; !matcher_.Done(); matcher_.Next()) {
H A Dparen.h98 bool Done() const { function in class:fst::MapIterator
241 !aiter.Done();
253 !set_iter.Done(); set_iter.Next()) {
256 !paren_arc_iter.Done();
280 !aiter.Done();
291 !set_iter.Done(); set_iter.Next()) {
294 !paren_arc_iter.Done();
334 !paren_iter.Done(); paren_iter.Next()) {
338 !set_iter.Done(); set_iter.Next()) {
479 !set_iter.Done(); set_ite
[all...]
/external/openfst/src/include/fst/
H A Dfactor-weight.h77 // bool Done() const;
89 bool Done() const { return true; } function in class:fst::IdentityFactor
103 bool Done() const { return done_; } function in class:fst::StringFactor
111 for (iter.Next(); !iter.Done(); iter.Next())
131 bool Done() const { return done_; } function in class:fst::GallicFactor
238 if (!(mode_ & kFactorFinalWeights) || f.Done())
310 !ait.Done();
315 if (!(mode_ & kFactorArcWeights) || fit.Done()) {
319 for (; !fit.Done(); fit.Next()) {
336 !fit.Done();
[all...]
H A Dfst.h307 bool Done() const { return Done_(); } // End of iterator? function in class:fst::StateIteratorBase
308 StateId Value() const { return Value_(); } // Current state (when !Done)
309 void Next() { Next_(); } // Advance to next state (when !Done)
335 // !siter.Done();
353 bool Done() const { function in class:fst::StateIterator
354 return data_.base ? data_.base->Done() : s_ >= data_.nstates;
406 bool Done() const { return Done_(); } // End of iterator? function in class:fst::ArcIteratorBase
407 const A& Value() const { return Value_(); } // Current arc (when !Done)
408 void Next() { Next_(); } // Advance to next arc (when !Done)
445 // !aiter.Done();
473 bool Done() const { function in class:fst::ArcIterator
[all...]
H A Dlookahead-matcher.h208 bool Done() const { return matcher_.Done(); } function in class:fst::TrivialLookAheadMatcher
230 virtual bool Done_() const { return Done(); }
292 bool Done() const { return matcher_.Done(); } function in class:fst::ArcLookAheadMatcher
322 virtual bool Done_() const { return Done(); }
363 for (; !matcher_.Done(); matcher_.Next())
368 !aiter.Done();
394 for (; !matcher_.Done(); matcher_.Next()) {
497 bool Done() cons function in class:fst::LabelLookAheadMatcher
739 bool Done() const { return base_->Done(); } function in class:fst::LookAheadMatcher
[all...]
H A Dmatcher-fst.h229 bool Done() const { return matcher_->Done(); } function in class:fst::Matcher
270 bool Done() const { return matcher_->Done(); } function in class:fst::LookAheadMatcher
H A Dmatcher.h75 // bool Done() const; // No more matches.
76 // const A& Value() const; // Current arc (when !Done)
77 // void Next(); // Advance to next arc (when !Done)
117 bool Done() const { return Done_(); } function in class:fst::MatcherBase
259 bool Done() const { function in class:fst::SortedMatcher
262 if (aiter_->Done())
302 virtual bool Done_() const { return Done(); }
361 for (aiter_->Reset(); !aiter_->Done(); aiter_->Next()) {
471 bool Done() const { return matcher_->Done(); } function in class:fst::RhoMatcher
647 bool Done() const { function in class:fst::SigmaMatcher
819 bool Done() const { return matcher_->Done(); } function in class:fst::PhiMatcher
1042 bool Done() const { function in class:fst::MultiEpsMatcher
1188 bool Done() const { return base_->Done(); } function in class:fst::Matcher
[all...]
H A Dmutable-fst.h178 // !aiter.Done();
198 bool Done() const { return data_.base->Done(); } function in class:fst::MutableArcIterator
H A Dpartition.h265 bool Done() { function in class:fst::PartitionIterator
H A Drandgen.h80 for (ArcIterator< Fst<A> > aiter(fst, s); !aiter.Done();
90 for (ArcIterator< Fst<A> > aiter(fst, s); !aiter.Done();
205 bool Done() const { return sample_iter_ == sample_map_.end(); } function in class:fst::ArcSampler
283 bool Done() const { return sample_iter_ == sample_map_.end(); } function in class:fst::ArcSampler
455 for (;!arc_sampler_->Done(); arc_sampler_->Next()) {
H A Drelabel.h75 !siter.Done(); siter.Next()) {
78 !aiter.Done(); aiter.Next()) {
146 for (SymbolTableIterator syms_iter(*old_isymbols); !syms_iter.Done();
159 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done();
256 for (SymbolTableIterator syms_iter(*old_isymbols); !syms_iter.Done();
266 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done();
344 for (ArcIterator<Fst<A> > aiter(*fst_, s); !aiter.Done(); aiter.Next()) {
471 bool Done() const { return siter_.Done(); } function in class:fst::StateIterator
476 if (!siter_.Done()) {
[all...]
H A Dreplace.h570 for (; !aiter.Done() &&
600 for (; !aiter.Done() &&
655 for (;!aiter.Done(); aiter.Next()) {
679 for (; !aiter.Done(); aiter.Next()) {
1145 bool Done() const { return pos_ >= num_arcs_; } function in class:fst::ArcIterator
1368 return !current_loop_ && !final_arc_ && current_matcher_->Done();
H A Dsparse-tuple-weight.h91 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
126 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
134 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
144 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
153 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
161 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
236 bool Done() const { function in class:fst::SparseTupleWeightIterator
277 while (!w1_it.Done() || !w2_it.Done()) {
278 const K& k1 = (w1_it.Done())
[all...]
H A Dstate-map.h63 // bool Done() const;
67 // // Advance to next arc (when !Done)
110 for (; !mapper->Done(); mapper->Next())
156 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next())
161 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next()) {
164 for (; !mapper->Done(); mapper->Next())
291 for (mapper_->SetState(s); !mapper_->Done(); mapper_->Next())
426 bool Done() const { return aiter_->Done(); } function in class:fst::IdentityStateMapper
463 for (ArcIterator<Fst<A> > aiter(fst_, s); !aiter.Done(); aite
482 bool Done() const { return i_ >= arcs_.size(); } function in class:fst::ArcSumMapper
558 bool Done() const { return i_ >= arcs_.size(); } function in class:fst::ArcUniqueMapper
[all...]
H A Dstring-weight.h171 bool Done() const { function in class:fst::StringWeightIterator
206 bool Done() const { return fin_; } function in class:fst::StringWeightReverseIterator
250 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next()) {
269 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next())
277 for (StringWeightIterator<L, S> iter(*this); !iter.Done(); iter.Next())
289 // for (StringWeightIterator<L, S> iter(w); !iter.Done(); iter.Next())
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()
[all...]
H A Dsymbol-table.h442 bool Done(void) { function in class:fst::SymbolTableIterator
H A Dvector-fst.h303 !siter.Done();
310 !aiter.Done();
515 bool Done() const { return s_ >= nstates_; } function in class:fst::StateIterator
551 for (StateIterator<F> siter(fst); !siter.Done(); siter.Next()) {
556 for (ArcIterator<F> aiter(fst, s); !aiter.Done(); aiter.Next()) {
594 bool Done() const { return i_ >= arcs_.size(); } function in class:fst::ArcIterator
635 bool Done() const { return i_ >= state_->arcs.size(); } function in class:fst::MutableArcIterator
702 virtual bool Done_() const { return Done(); }
/external/pcre/dist/
H A Dpcregexp.pas89 destructor Done; virtual; procedure
504 destructor TpcRegExp.Done;
697 Dispose(PpcRegExp(P),Done);
774 Dispose(PpcRE,Done);
786 Dispose(PpcRE,Done);
826 Dispose(P, Done);
844 Dispose(PRegExpCache,Done);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_render.h158 Done, enumerator in enum:CPDF_ProgressiveRenderer::__anon28519
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1638 Done enumerator in enum:__anon28528
/external/pdfium/core/include/reflow/
H A Dreflowengine.h43 typedef enum { Ready, ToBeContinued, Done, Failed } ParseStatus; enumerator in enum:IPDF_ProgressiveReflowPageParser::__anon28542
61 typedef enum { Ready, ToBeContinued, Waiting, Done, Failed } RenderStatus; enumerator in enum:IPDF_ProgressiveReflowPageRender::__anon28543
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h325 typedef enum { Ready, ToBeContinued, Done } ParseStatus; enumerator in enum:CPDF_ContentParser::__anon28576

Completed in 380 milliseconds

12345