HomeSort by relevance Sort by last modified time
    Searched refs:Done (Results 126 - 150 of 252) sorted by null

1 2 3 4 56 7 8 91011

  /external/openfst/src/include/fst/
test-properties.h 124 !siter.Done();
137 !aiter.Done();
vector-fst.h 303 !siter.Done();
310 !aiter.Done();
515 bool Done() const { return s_ >= nstates_; }
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(); }
635 bool Done() const { return i_ >= state_->arcs.size(); }
702 virtual bool Done_() const { return Done(); }
arc-map.h 136 !aiter.Done(); aiter.Next()) {
157 // Add a superfinal state if not already done.
230 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next())
238 for (StateIterator< Fst<A> > siter(ifst); !siter.Done(); siter.Next()) {
244 for (ArcIterator< Fst<A> > aiter(ifst, s); !aiter.Done(); aiter.Next())
261 // Add a superfinal state if not already done.
450 !aiter.Done(); aiter.Next()) {
608 bool Done() const { return siter_.Done() && !superfinal_; }
614 if (!siter_.Done()) {
    [all...]
compact-fst.h 218 !siter.Done();
223 !aiter.Done();
252 !aiter.Done();
951 for (StateIterator<F> siter(fst); !siter.Done(); siter.Next()) {
958 for (ArcIterator<F> aiter(fst, s); !aiter.Done(); aiter.Next()) {
992 for (StateIterator<F> siter(fst); !siter.Done(); siter.Next()) {
    [all...]
expanded-fst.h 181 for (StateIterator< Fst<Arc> > siter(fst); !siter.Done(); siter.Next())
replace-util.h 284 for (StateIterator<Fst<Arc> > siter(*ifst); !siter.Done(); siter.Next()) {
292 !aiter.Done(); aiter.Next()) {
437 !aiter.Done(); aiter.Next()) {
460 !aiter.Done(); aiter.Next()) {
mutable-fst.h 178 // !aiter.Done();
198 bool Done() const { return data_.base->Done(); }
cache.h 668 bool Done() const {
679 for (; !aiter.Done(); aiter.Next())
698 virtual bool Done_() const { return Done(); }
727 bool Done() const { return i_ >= state_->arcs.size(); }
775 bool Done() const { return i_ >= state_->arcs.size(); }
841 virtual bool Done_() const { return Done(); }
fst.h 307 bool Done() const { return Done_(); } // End of iterator?
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 {
354 return data_.base ? data_.base->Done() : s_ >= data_.nstates;
406 bool Done() const { return Done_(); } // End of iterator?
407 const A& Value() const { return Value_(); } // Current arc (when !Done)
408 void Next() { Next_(); } // Advance to next arc (when !Done)
445 // !aiter.Done();
    [all...]
  /external/openfst/src/lib/
symbol-table.cc 92 return; // might have done it already). So we recheck.
245 for (SymbolTableIterator iter(table); !iter.Done(); iter.Next())
256 for (SymbolTableIterator iter(*this); !iter.Done(); iter.Next()) {
  /external/skia/legacy/src/animator/
SkScript2.h 200 enum Done {
209 Done fDone : 1; // mark when branch is complete
  /external/skia/src/animator/
SkScript2.h 200 enum Done {
209 Done fDone : 1; // mark when branch is complete
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 192 for (; !arc_iter.Done(); arc_iter.Next()) {
204 for (; !arc_iter.Done(); arc_iter.Next()) {
symbol-table.h 339 // is iterator done
340 bool Done(void) {
356 if (Done()) return;
test-properties.h 122 !siter.Done();
134 !aiter.Done();
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 60 std::set<Constant*> Done;
66 Done.insert(V);
76 if (C && !isa<GlobalValue>(C) && !Done.count(C))
  /external/v8/src/
lithium-allocator.h 164 inline bool Done();
180 inline bool Done();
195 inline bool Done();
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 148 timer.Done();
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 89 bool Done() const {
177 bool done_; // Matching done
241 done_ = matcher_.Done();
249 for (; !matcher_.Done(); matcher_.Next()) {
264 for (; !matcher_.Done(); matcher_.Next()) {
  /external/compiler-rt/make/
lib_platforms.mk 71 $$(info MAKE: $(PlatformName): Done loading platform)
subdir.mk 73 $$(info MAKE: $$(Dir): Done processing subdirectory)
  /external/openfst/src/include/fst/script/
info-impl.h 91 !siter.Done();
98 !aiter.Done();
  /external/valgrind/main/drd/tests/
annotate_barrier.stderr.exp 45 Done.
  /ndk/sources/host-tools/make-3.81/
configure.bat 54 echo Done.
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 139 bool Done = false;
141 while (!Done) {
151 Done = true;
567 bool Done = false;
568 while (!Done) {
572 Done = true;
813 // when they finish, so we're done.
881 // We're done.

Completed in 1633 milliseconds

1 2 3 4 56 7 8 91011