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

1 2 3 4 5 67 8 91011

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 484 for (; !aitera.Done(); aitera.Next()) {
494 !aiterb.Done();
508 !aiterb.Done();
514 for (; !aitera.Done(); aitera.Next()) {
525 for (aitera.Reset(); !aitera.Done(); aitera.Next()) {
550 for (aiterf.Reset(); !aiterf.Done(); aiterf.Next()) {
    [all...]
vector-fst.h 330 !siter.Done();
337 !aiter.Done();
674 bool Done() const { return s_ >= nstates_; }
700 bool Done() const { return i_ >= arcs_.size(); }
733 virtual bool Done() const { return i_ >= state_->arcs.size(); }
replace.h 184 !siter.Done(); siter.Next()) {
186 !aiter.Done(); aiter.Next()) {
318 !aiter.Done(); aiter.Next()) {
cache.h 397 virtual bool Done() const {
442 bool Done() const { return i_ >= state_->arcs.size(); }
shortest-path.h 113 !aiter.Done();
308 !aiter.Done();
partition.h 64 // operations are then done by simply disconnecting the element from
260 bool Done() {
shortest-distance.h 142 !aiter.Done();
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 179 !aiter.Done(); aiter.Next()) {
527 for (StateIterator<Fst<Arc> > siter(*ifst_); !siter.Done(); siter.Next()) {
530 !aiter.Done(); aiter.Next()) {
659 !set_iter.Done(); set_iter.Next()) {
761 !set_iter.Done(); set_iter.Next()) {
846 !set_iter.Done(); set_iter.Next()) {
894 !aiter.Done();
    [all...]
shortest-path.h 504 for (StateIterator<Fst<Arc> > siter(*ifst_); !siter.Done(); siter.Next()) {
507 !aiter.Done(); aiter.Next()) {
572 !aiter.Done();
618 !set_iter.Done(); set_iter.Next()) {
736 !aiter.Done();
  /external/openfst/src/include/fst/
randgen.h 80 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(); }
283 bool Done() const { return sample_iter_ == sample_map_.end(); }
455 for (;!arc_sampler_->Done(); arc_sampler_->Next()) {
label-reachable.h 213 !siter.Done(); siter.Next()) {
216 !aiter.Done();
418 !aiter.Done();
shortest-path.h 156 !aiter.Done();
356 !aiter.Done();
447 !aiter.Done(); aiter.Next()) {
replace.h 538 // state instead of deleting the arc as done currently.
570 for (; !aiter.Done() &&
600 for (; !aiter.Done() &&
655 for (;!aiter.Done(); aiter.Next()) {
679 for (; !aiter.Done(); aiter.Next()) {
    [all...]
prune.h 154 !ait.Done();
280 !ait.Done();
partition.h 69 // operations are then done by simply disconnecting the element from
265 bool Done() {
sparse-power-weight.h 185 for (SparseTupleWeightIterator<W, K> it(product); !it.Done(); it.Next()) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 258 done
884 done
896 done
938 done
953 done
955 done
968 echo "Skipping $1: already done."
978 done
1045 done
1070 done
    [all...]
  /development/build/tools/
windows_sdk.mk 77 $(call winsdk-banner,Done)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 276 'Done receiving payload data at %s MB/s',
288 'Done unmasking payload data at %s MB/s',
  /external/srec/tools/grxmlcompile/
fst-io.h 66 !siter.Done();
110 !aiter.Done();
  /external/valgrind/unittest/
demo_tests.cc 516 void Done() {
542 a->Done();
  /external/v8/src/
liveobjectlist.cc 365 // as we're not at the last list (indicated by done()).
366 while ((elements_ == NULL) && !Done()) {
371 inline bool Done() const {
380 while (!Done()) {
430 // as we're not at the last list (indicated by Done()).
431 while ((elements_ == NULL) && !Done()) {
436 inline bool Done() const {
444 // Done with current list. Move on to the next.
445 while (!Done()) { // If not at the last list already, ...
649 for (it.Init(); !it.Done(); it.Next())
2328 bool done = false; local
    [all...]
  /build/core/
cleanbuild.mk 74 $(info *** Done with the cleaning, now starting the real build.)
230 $(info *** Done with the cleaning, now starting the real build.)
  /external/openfst/src/include/fst/extensions/far/
stlist.h 211 bool Done() const {
  /external/srec/tools/make_cfst/
make_cfst.cpp 250 for(fst::SymbolTableIterator syms_iter( *syms); !syms_iter.Done(); syms_iter.Next() ) {

Completed in 846 milliseconds

1 2 3 4 5 67 8 91011