Searched refs:CacheState (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/components/nacl/browser/
H A Dpnacl_host.h108 enum CacheState { enum in class:pnacl::PnaclHost
171 CacheState cache_state_;
/external/openfst/src/include/fst/
H A Drmepsilon.h386 using CacheBaseImpl< CacheState<A> >::PushArc;
387 using CacheBaseImpl< CacheState<A> >::HasArcs;
388 using CacheBaseImpl< CacheState<A> >::HasFinal;
389 using CacheBaseImpl< CacheState<A> >::HasStart;
390 using CacheBaseImpl< CacheState<A> >::SetArcs;
391 using CacheBaseImpl< CacheState<A> >::SetFinal;
392 using CacheBaseImpl< CacheState<A> >::SetStart;
397 typedef CacheState<A> State;
530 typedef CacheState<A> State;
H A Dfactor-weight.h160 using CacheBaseImpl< CacheState<A> >::PushArc;
161 using CacheBaseImpl< CacheState<A> >::HasStart;
162 using CacheBaseImpl< CacheState<A> >::HasFinal;
163 using CacheBaseImpl< CacheState<A> >::HasArcs;
164 using CacheBaseImpl< CacheState<A> >::SetArcs;
165 using CacheBaseImpl< CacheState<A> >::SetFinal;
166 using CacheBaseImpl< CacheState<A> >::SetStart;
407 typedef CacheState<A> State;
H A Dsynchronize.h56 using CacheBaseImpl< CacheState<A> >::PushArc;
57 using CacheBaseImpl< CacheState<A> >::HasArcs;
58 using CacheBaseImpl< CacheState<A> >::HasFinal;
59 using CacheBaseImpl< CacheState<A> >::HasStart;
60 using CacheBaseImpl< CacheState<A> >::SetArcs;
61 using CacheBaseImpl< CacheState<A> >::SetFinal;
62 using CacheBaseImpl< CacheState<A> >::SetStart;
362 typedef CacheState<A> State;
H A Daccumulator.h353 for(typename unordered_map<StateId, CacheState>::iterator it = cache_.begin();
362 typename unordered_map<StateId, CacheState>::iterator it = cache_.find(s);
374 cache_.insert(make_pair(s, CacheState(weights, true)));
385 struct CacheState { struct in class:fst::CacheLogAccumulatorData
389 CacheState(vector<double> *w, bool r) : weights(w), recent(r) {} function in struct:fst::CacheLogAccumulatorData::CacheState
398 typename unordered_map<StateId, CacheState>::iterator it = cache_.begin();
400 CacheState &cs = it->second;
414 unordered_map<StateId, CacheState> cache_; // Cache
H A Dcompose.h112 using CacheBaseImpl< CacheState<A> >::HasStart;
113 using CacheBaseImpl< CacheState<A> >::HasFinal;
114 using CacheBaseImpl< CacheState<A> >::HasArcs;
115 using CacheBaseImpl< CacheState<A> >::SetFinal;
116 using CacheBaseImpl< CacheState<A> >::SetStart;
121 typedef CacheState<A> State;
215 using CacheBaseImpl<CacheState<Arc> >::SetArcs;
510 typedef CacheState<A> State;
H A Drandgen.h335 using CacheBaseImpl< CacheState<B> >::AddArc;
336 using CacheBaseImpl< CacheState<B> >::HasArcs;
337 using CacheBaseImpl< CacheState<B> >::HasFinal;
338 using CacheBaseImpl< CacheState<B> >::HasStart;
339 using CacheBaseImpl< CacheState<B> >::SetArcs;
340 using CacheBaseImpl< CacheState<B> >::SetFinal;
341 using CacheBaseImpl< CacheState<B> >::SetStart;
518 typedef CacheState<B> State;
H A Dcache.h89 // CacheState below). This class is used to cache FST elements with
611 struct CacheState { struct in namespace:fst
616 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {} function in struct:fst::CacheState
632 // A CacheBaseImpl with a commonly used CacheState.
634 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
636 typedef CacheState<A> State;
641 : CacheBaseImpl< CacheState<A> >(opts) {}
712 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> > >
755 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> > >
H A Ddeterminize.h362 using CacheBaseImpl< CacheState<A> >::HasStart;
363 using CacheBaseImpl< CacheState<A> >::HasFinal;
364 using CacheBaseImpl< CacheState<A> >::HasArcs;
365 using CacheBaseImpl< CacheState<A> >::SetFinal;
366 using CacheBaseImpl< CacheState<A> >::SetStart;
371 typedef CacheState<A> State;
696 using CacheBaseImpl< CacheState<A> >::GetCacheGc;
697 using CacheBaseImpl< CacheState<A> >::GetCacheLimit;
803 typedef CacheState<A> State;
H A Dmap.h59 typedef CacheState<B> State;
H A Drelabel.h210 typedef CacheState<A> State;
395 typedef CacheState<A> State;
/external/chromium_org/third_party/webrtc/base/
H A Dhttpclient.h169 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING }; enum in class:rtc::HttpClient
184 CacheState cache_state_;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h182 // CacheState holds all information necessary to respond to a caller without
184 struct CacheState { struct in class:safe_browsing::ClientSideDetectionService
188 CacheState(bool phish, base::Time time);
190 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache;
H A Dclient_side_detection_service.cc96 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time) function in class:safe_browsing::ClientSideDetectionService::CacheState
451 make_linked_ptr(new CacheState(response.phishy(), base::Time::Now()));
519 const CacheState& cache_state = *it->second;
545 const CacheState& cache_state = *it->second;
H A Dclient_side_detection_service_unittest.cc148 make_linked_ptr(new ClientSideDetectionService::CacheState(is_phishing,
160 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
168 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
176 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
183 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h46 // CacheState below). This class is used to cache FST elements with
348 struct CacheState { struct in namespace:fst
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {} function in struct:fst::CacheState
369 // A CacheBaseImpl with a commonly used CacheState.
371 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
373 typedef CacheState<A> State;
378 : CacheBaseImpl< CacheState<A> >(opts) {}
H A Drmepsilon.h320 using CacheBaseImpl< CacheState<A> >::HasStart;
321 using CacheBaseImpl< CacheState<A> >::HasFinal;
322 using CacheBaseImpl< CacheState<A> >::HasArcs;
327 typedef CacheState<A> State;
433 typedef CacheState<A> State;
H A Dfactor-weight.h141 using CacheBaseImpl< CacheState<A> >::HasStart;
142 using CacheBaseImpl< CacheState<A> >::HasFinal;
143 using CacheBaseImpl< CacheState<A> >::HasArcs;
345 typedef CacheState<A> State;
H A Dsynchronize.h47 using CacheBaseImpl< CacheState<A> >::HasStart;
48 using CacheBaseImpl< CacheState<A> >::HasFinal;
49 using CacheBaseImpl< CacheState<A> >::HasArcs;
329 typedef CacheState<A> State;
H A Dcompose.h95 using CacheBaseImpl< CacheState<A> >::HasStart;
96 using CacheBaseImpl< CacheState<A> >::HasFinal;
97 using CacheBaseImpl< CacheState<A> >::HasArcs;
102 typedef CacheState<A> State;
687 typedef CacheState<A> State;
H A Ddeterminize.h124 using CacheBaseImpl< CacheState<A> >::HasStart;
125 using CacheBaseImpl< CacheState<A> >::HasFinal;
126 using CacheBaseImpl< CacheState<A> >::HasArcs;
131 typedef CacheState<A> State;
543 typedef CacheState<A> State;
H A Drelabel.h161 typedef CacheState<A> State;
326 typedef CacheState<A> State;
H A Dreplace.h75 typedef CacheState<A> State;
543 typedef CacheState<A> State;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.h230 enum CacheState { enum in class:BrowsingDataRemover
403 CacheState next_cache_state_;
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h70 using CacheBaseImpl< CacheState<A> >::PushArc;
71 using CacheBaseImpl< CacheState<A> >::HasArcs;
72 using CacheBaseImpl< CacheState<A> >::HasFinal;
73 using CacheBaseImpl< CacheState<A> >::HasStart;
74 using CacheBaseImpl< CacheState<A> >::SetArcs;
75 using CacheBaseImpl< CacheState<A> >::SetFinal;
76 using CacheBaseImpl< CacheState<A> >::SetStart;
235 typedef CacheState<A> State;

Completed in 8654 milliseconds

12