HomeSort by relevance Sort by last modified time
    Searched refs:ait (Results 1 - 18 of 18) sorted by null

  /external/openfst/src/include/fst/
reweight.h 75 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);
76 !ait.Done();
77 ait.Next()) {
78 Arc arc = ait.Value();
90 ait.SetValue(arc);
111 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);
112 !ait.Done();
113 ait.Next()) {
114 Arc arc = ait.Value();
121 ait.SetValue(arc)
    [all...]
prune.h 153 for (MutableArcIterator< MutableFst<Arc> > ait(fst, s);
154 !ait.Done();
155 ait.Next()) {
156 Arc arc = ait.Value();
164 ait.SetValue(arc);
279 for (ArcIterator< Fst<Arc> > ait(ifst, s);
280 !ait.Done();
281 ait.Next()) {
282 const Arc &arc = ait.Value();
push.h 76 for (MutableArcIterator<MutableFst<Arc> > ait(fst, start);
77 !ait.Done();
78 ait.Next()) {
79 Arc arc = ait.Value();
81 ait.SetValue(arc);
synchronize.h 243 for (ArcIterator< Fst<A> > ait(*fst_, e.state);
244 !ait.Done();
245 ait.Next()) {
246 const A &arc = ait.Value();
factor-weight.h 309 for (ArcIterator< Fst<A> > ait(*fst_, e.state);
310 !ait.Done();
311 ait.Next()) {
312 const A &arc = ait.Value();
rmepsilon.h 177 for (ArcIterator< Fst<Arc> > ait(fst_, state);
178 !ait.Done();
179 ait.Next()) {
180 Arc arc = ait.Value();
queue.h 705 for (ArcIterator< Fst<Arc> > ait(fst, state);
706 !ait.Done();
707 ait.Next()) {
708 const Arc &arc = ait.Value();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 62 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);
63 !ait.Done();
64 ait.Next()) {
65 Arc arc = ait.Value();
77 ait.SetValue(arc);
91 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state);
92 !ait.Done();
93 ait.Next()) {
94 Arc arc = ait.Value();
101 ait.SetValue(arc)
    [all...]
prune.h 196 for (ArcIterator< Fst<Arc> > ait(ifst, state);
197 !ait.Done();
198 ait.Next()) {
199 Arc arc = ait.Value();
factor-weight.h 258 for (ArcIterator< Fst<A> > ait(*fst_, e.state);
259 !ait.Done();
260 ait.Next()) {
261 const A &arc = ait.Value();
synchronize.h 212 for (ArcIterator< Fst<A> > ait(*fst_, e.state);
213 !ait.Done();
214 ait.Next()) {
215 const A &arc = ait.Value();
queue.h 663 for (ArcIterator< Fst<Arc> > ait(fst, state);
664 !ait.Done();
665 ait.Next()) {
666 const Arc &arc = ait.Value();
rmepsilon.h 151 for (ArcIterator< Fst<Arc> > ait(fst_, state);
152 !ait.Done();
153 ait.Next()) {
154 Arc arc = ait.Value();
  /external/oprofile/pp/
opreport.cpp 174 app_map_t::iterator ait = app_map.find(it->image); local
175 if (ait == app_map.end()) {
182 += ait->second.add_profile(*it, i);
195 vector<app_summary>::iterator ait = apps.begin(); local
197 for (; ait != aend; ++ait)
198 stable_sort(ait->deps.begin(), ait->deps.end());
  /external/oprofile/libpp/
arrange_profiles.cpp 796 app_map_t::iterator ait = app_map.find(image); local
797 if (ait != app_map.end())
798 return ait->second;
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1328 milliseconds