Searched refs:Done (Results 126 - 150 of 369) sorted by relevance

1234567891011>>

/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 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 Ddfs-visit.h132 if (!dfs || aiter.Done()) {
185 for (; !siter.Done(); siter.Next()) {
H A Dunion.h76 !siter.Done();
83 !aiter.Done();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h59 // bool Done() const;
71 bool Done() const { return true; } function in class:fst::IdentityFactor
85 bool Done() const { return done_; } function in class:fst::StringFactor
93 for (iter.Next(); !iter.Done(); iter.Next())
113 bool Done() const { return done_; } function in class:fst::GallicFactor
196 if (w != Weight::Zero() && f.Done())
259 !ait.Done();
264 if (final_only_ || fit.Done()) {
268 for (; !fit.Done(); fit.Next()) {
283 !fit.Done();
[all...]
H A Dfst.h224 virtual bool Done() const = 0; // End of iterator?
225 virtual StateId Value() const = 0; // Current state (when !Done)
226 virtual void Next() = 0; // Advance to next state (when !Done)
242 // !siter.Done();
259 bool Done() const { function in class:fst::StateIterator
260 return data_.base ? data_.base->Done() : s_ >= data_.nstates;
295 virtual bool Done() const = 0; // End of iterator?
296 virtual const A& Value() const = 0; // Current state (when !Done)
297 virtual void Next() = 0; // Advance to next arc (when !Done)
316 // !aiter.Done();
338 bool Done() const { function in class:fst::ArcIterator
[all...]
H A Dconcat.h54 !siter2.Done();
60 !aiter.Done();
H A Dmutable-fst.h131 // !aiter.Done();
150 bool Done() const { return data_.base->Done(); } function in class:fst::MutableArcIterator
H A Drandgen.h72 for (ArcIterator< Fst<A> > aiter(fst, s); !aiter.Done();
82 for (ArcIterator< Fst<A> > aiter(fst, s); !aiter.Done();
H A Dunion.h52 !siter.Done();
58 !aiter.Done();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp169 bool Done = true; local
173 default: Done = false; break;
178 if (Done) break;
267 bool Done = true; local
271 default: Done = false; break;
299 if (Done) break;
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h135 virtual bool Done() const = 0;
319 bool Done() const { return reader_->Done(); } function in class:fst::STTableFarReader
367 bool Done() const { return reader_->Done(); } function in class:fst::STListFarReader
452 bool Done() const { return error_ || pos_ >= keys_.size(); } function in class:fst::FstFarReader
H A Dextract.h112 for ( ; !far_reader->Done(); far_reader->Next(), ++i) {
129 for (int i = 1; !far_reader->Done(); far_reader->Next(), ++i) {
/external/chromium_org/base/metrics/
H A Dsparse_histogram.cc132 while (!it->Done())
148 while (!it->Done())
H A Dsample_vector.h64 virtual bool Done() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc151 void Done() { function in class:SuggestionsSourceStub
280 sources[j]->Done();
/external/chromium_org/chrome/test/base/
H A Dview_event_test_base.cc80 void ViewEventTestBase::Done() { function in class:ViewEventTestBase
232 Done();
/external/chromium_org/chrome_frame/test/perf/
H A Dsilverlight.cc146 perf_create.Done();
165 perf_create.Done();
/external/chromium_org/v8/src/
H A Dhydrogen-uint32-analysis.cc78 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) {
98 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) {
/external/v8/src/
H A Ddata-flow.h56 bool Done() const { return current_index_ >= target_->data_length_; } function in class:v8::internal::BitVector::BASE_EMBEDDED
60 ASSERT(!Done());
/external/valgrind/main/drd/tests/
H A Dannotate_hb_err.stderr.exp23 Done.
H A Dhold_lock_1.stderr.exp25 Done.
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc318 Done();
367 Done();
440 Done();
527 Done();
597 Done();
635 Done();
707 Done();
794 Done();
859 // which can interfere with Done. We need to run Done i
[all...]
/external/chromium/net/base/
H A Dio_buffer.cc117 void PickledIOBuffer::Done() { function in class:net::PickledIOBuffer
H A Dio_buffer.h133 void Done();

Completed in 1519 milliseconds

1234567891011>>