Searched refs:GetImpl (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium/chrome/browser/chromeos/cros/
H A Dlibcros_service_library.h24 static LibCrosServiceLibrary* GetImpl(bool stub);
H A Dtouchpad_library.h24 static TouchpadLibrary* GetImpl(bool stub);
H A Dbrightness_library.h27 static BrightnessLibrary* GetImpl(bool stub);
H A Dspeech_synthesis_library.h39 static SpeechSynthesisLibrary* GetImpl(bool stub);
H A Dsyslogs_library.h38 static SyslogsLibrary* GetImpl(bool stub);
H A Dpower_library.h58 static PowerLibrary* GetImpl(bool stub);
H A Dscreen_lock_library.h41 static ScreenLockLibrary* GetImpl(bool stub);
H A Dtouchpad_library.cc49 TouchpadLibrary* TouchpadLibrary::GetImpl(bool stub) { function in class:chromeos::TouchpadLibrary
H A Dburn_library.h49 static BurnLibrary* GetImpl(bool stub);
H A Dspeech_synthesis_library.cc68 SpeechSynthesisLibrary* SpeechSynthesisLibrary::GetImpl(bool stub) { function in class:chromeos::SpeechSynthesisLibrary
H A Dbrightness_library.cc85 BrightnessLibrary* BrightnessLibrary::GetImpl(bool stub) { function in class:chromeos::BrightnessLibrary
H A Dinput_method_library.h132 static InputMethodLibrary* GetImpl(bool stub);
H A Dlogin_library.h111 static LoginLibrary* GetImpl(bool stub);
H A Dupdate_library.h86 static UpdateLibrary* GetImpl(bool stub);
/external/openfst/src/include/fst/
H A Dmutable-fst.h256 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()
[all...]
H A Dinvert.h82 using ImplToFst<Impl>::GetImpl;
85 GetImpl()->SetOutputSymbols(fst.InputSymbols());
86 GetImpl()->SetInputSymbols(fst.OutputSymbols());
H A Dclosure.h77 fst->GetImpl()->AddClosure(closure_type);
106 using ImplToFst< RationalFstImpl<A> >::GetImpl;
111 GetImpl()->InitClosure(fst, closure_type);
116 GetImpl()->InitClosure(fst, opts.type);
H A Dunion.h113 fst1->GetImpl()->AddUnion(fst2);
134 using ImplToFst< RationalFstImpl<A> >::GetImpl;
141 GetImpl()->InitUnion(fst1, fst2);
146 GetImpl()->InitUnion(fst1, fst2);
H A Dmatcher-fst.h126 return GetImpl()->Write(strm, opts);
134 return GetImpl()->InitStateIterator(data);
138 return GetImpl()->InitArcIterator(s, data);
146 Impl *GetImpl() const { function in class:fst::MatcherFst
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) {}
H A Dconcat.h168 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);
H A Dintersect.h63 using ImplToFst< ComposeFstImplBase<A> >::GetImpl;
77 GetImpl()->SetProperties(kError);
89 GetImpl()->SetProperties(kError);
H A Dproject.h102 using ImplToFst<Impl>::GetImpl;
107 GetImpl()->SetOutputSymbols(fst.InputSymbols());
109 GetImpl()->SetInputSymbols(fst.OutputSymbols());
H A Dcomplement.h145 using ImplToFst< ComplementFstImpl<A> >::GetImpl;
158 GetImpl()->SetProperties(kError, kError);
182 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::ComplementFst
198 : siter_(*fst.GetImpl()->fst_), s_(0) {
243 aiter_ = new ArcIterator< Fst<A> >(*fst.GetImpl()->fst_, s - 1);
H A Dreplace.h990 GetImpl()->InitArcIterator(s, data);
994 if ((GetImpl()->ArcIteratorFlags() & kArcNoCache) &&
1006 return GetImpl()->CyclicDependencies();
1011 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); } function in class:fst::ReplaceFst
1023 : CacheStateIterator< ReplaceFst<A, T> >(fst, fst.GetImpl()) {}
1063 if(!(fst_.GetImpl()->ArcIteratorFlags() & kArcNoCache) &&
1064 !(fst_.GetImpl()->HasArcs(state_)))
1065 fst_.GetImpl()->Expand(state_);
1068 if (fst_.GetImpl()
[all...]
/external/chromium/chrome/browser/policy/
H A Denterprise_install_attributes_unittest.cc17 : cryptohome_(chromeos::CryptohomeLibrary::GetImpl(true)),

Completed in 236 milliseconds

123