HomeSort by relevance Sort by last modified time
    Searched refs:GetImpl (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.h 24 static LibCrosServiceLibrary* GetImpl(bool stub);
touchpad_library.h 24 static TouchpadLibrary* GetImpl(bool stub);
brightness_library.h 27 static BrightnessLibrary* GetImpl(bool stub);
screen_lock_library.h 41 static ScreenLockLibrary* GetImpl(bool stub);
speech_synthesis_library.h 39 static SpeechSynthesisLibrary* GetImpl(bool stub);
syslogs_library.h 38 static SyslogsLibrary* GetImpl(bool stub);
power_library.h 58 static PowerLibrary* GetImpl(bool stub);
touchpad_library.cc 49 TouchpadLibrary* TouchpadLibrary::GetImpl(bool stub) {
burn_library.h 49 static BurnLibrary* GetImpl(bool stub);
speech_synthesis_library.cc 68 SpeechSynthesisLibrary* SpeechSynthesisLibrary::GetImpl(bool stub) {
update_library.h 86 static UpdateLibrary* GetImpl(bool stub);
brightness_library.cc 85 BrightnessLibrary* BrightnessLibrary::GetImpl(bool stub) {
  /external/openfst/src/include/fst/
mutable-fst.h 256 using ImplToFst<I, F>::GetImpl;
261 GetImpl()->SetStart(s);
266 GetImpl()->SetFinal(s, w);
273 if (GetImpl()->Properties(exprops) != (props & exprops))
275 GetImpl()->SetProperties(props, mask);
280 return GetImpl()->AddState();
285 GetImpl()->AddArc(s, arc);
290 GetImpl()->DeleteStates(dstates);
295 GetImpl()->DeleteStates();
300 GetImpl()->DeleteArcs(s, n)
    [all...]
closure.h 77 fst->GetImpl()->AddClosure(closure_type);
106 using ImplToFst< RationalFstImpl<A> >::GetImpl;
111 GetImpl()->InitClosure(fst, closure_type);
116 GetImpl()->InitClosure(fst, opts.type);
invert.h 82 using ImplToFst<Impl>::GetImpl;
85 GetImpl()->SetOutputSymbols(fst.InputSymbols());
86 GetImpl()->SetInputSymbols(fst.OutputSymbols());
project.h 102 using ImplToFst<Impl>::GetImpl;
107 GetImpl()->SetOutputSymbols(fst.InputSymbols());
109 GetImpl()->SetInputSymbols(fst.OutputSymbols());
union.h 113 fst1->GetImpl()->AddUnion(fst2);
134 using ImplToFst< RationalFstImpl<A> >::GetImpl;
141 GetImpl()->InitUnion(fst1, fst2);
146 GetImpl()->InitUnion(fst1, fst2);
complement.h 145 using ImplToFst< ComplementFstImpl<A> >::GetImpl;
158 GetImpl()->SetProperties(kError, kError);
182 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
198 : siter_(*fst.GetImpl()->fst_), s_(0) {
243 aiter_ = new ArcIterator< Fst<A> >(*fst.GetImpl()->fst_, s - 1);
matcher-fst.h 126 return GetImpl()->Write(strm, opts);
134 return GetImpl()->InitStateIterator(data);
138 return GetImpl()->InitArcIterator(s, data);
146 Impl *GetImpl() const {
147 return ImplToFst<Impl, ExpandedFst<Arc> >::GetImpl();
150 F& GetFst() const { return GetImpl()->GetFst(); }
153 D *data = GetImpl()->GetAddOn();
190 StateIterator<F>(fst.GetImpl()->GetFst()) {}
199 : ArcIterator<F>(fst.GetImpl()->GetFst(), s) {}
concat.h 168 fst1->GetImpl()->AddConcat(fst2, true);
175 fst2->GetImpl()->AddConcat(fst1, false);
195 using ImplToFst< RationalFstImpl<A> >::GetImpl;
202 GetImpl()->InitConcat(fst1, fst2);
207 GetImpl()->InitConcat(fst1, fst2);
expanded-fst.h 131 using ImplToFst<I, F>::GetImpl;
133 virtual StateId NumStates() const { return GetImpl()->NumStates(); }
167 GetImpl()->SetProperties(kError, kError);
intersect.h 63 using ImplToFst< ComposeFstImplBase<A> >::GetImpl;
77 GetImpl()->SetProperties(kError);
89 GetImpl()->SetProperties(kError);
replace.h     [all...]
  /external/openfst/src/include/fst/script/
fst-class.h 131 Fst<Arc> *GetImpl() const { return impl_; }
133 Fst<Arc> *GetImpl() { return impl_; }
224 return typed_impl->GetImpl();
264 FstClassImplBase *GetImpl() const { return impl_; }
266 FstClassImplBase *GetImpl() { return impl_; }
306 return GetImpl()->Write(fname);
310 return GetImpl()->Write(ostr, opts);
316 GetImpl()->SetInputSymbols(is);
320 GetImpl()->SetOutputSymbols(os);
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 659 GetImpl()->Init(data, owned, NULL);
664 return GetImpl()->GetData(data_size);
668 return GetImpl()->GetContext(s, &inst_);
674 return GetImpl()->GetStates(context, state);
678 return GetImpl()->NumArcs(s, &inst_);
704 return GetImpl()->Write(strm, opts);
712 GetImpl()->InitStateIterator(data);
723 return GetImpl()->StorageSize();
729 Impl* GetImpl() const {
731 ImplToExpandedFst<Impl, ExpandedFst<A> >::GetImpl();
    [all...]

Completed in 384 milliseconds

1 2 3