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

1 2

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 130 // CacheState holds all information necessary to respond to a caller without
132 struct CacheState {
136 CacheState(bool phish, base::Time time);
138 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache;
client_side_detection_service_unittest.cc 102 make_linked_ptr(new ClientSideDetectionService::CacheState(is_phishing,
112 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
118 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
124 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
129 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
client_side_detection_service.cc 54 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time)
348 make_linked_ptr(new CacheState(response.phishy(), base::Time::Now()));
376 const CacheState& cache_state = *it->second;
398 const CacheState& cache_state = *it->second;
  /external/chromium/chrome/browser/
browsing_data_remover.h 94 enum CacheState {
202 CacheState next_cache_state_;
  /external/openfst/src/include/fst/
synchronize.h 56 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;
rmepsilon.h 387 using CacheBaseImpl< CacheState<A> >::PushArc;
388 using CacheBaseImpl< CacheState<A> >::HasArcs;
389 using CacheBaseImpl< CacheState<A> >::HasFinal;
390 using CacheBaseImpl< CacheState<A> >::HasStart;
391 using CacheBaseImpl< CacheState<A> >::SetArcs;
392 using CacheBaseImpl< CacheState<A> >::SetFinal;
393 using CacheBaseImpl< CacheState<A> >::SetStart;
398 typedef CacheState<A> State;
531 typedef CacheState<A> State;
cache.h 89 // CacheState below). This class is used to cache FST elements with
487 struct CacheState {
492 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
508 DISALLOW_COPY_AND_ASSIGN(CacheState);
511 // A CacheBaseImpl with a commonly used CacheState.
513 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
515 typedef CacheState<A> State;
520 : CacheBaseImpl< CacheState<A> >(opts) {}
589 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> > >
632 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> >
    [all...]
factor-weight.h 161 using CacheBaseImpl< CacheState<A> >::PushArc;
162 using CacheBaseImpl< CacheState<A> >::HasStart;
163 using CacheBaseImpl< CacheState<A> >::HasFinal;
164 using CacheBaseImpl< CacheState<A> >::HasArcs;
165 using CacheBaseImpl< CacheState<A> >::SetArcs;
166 using CacheBaseImpl< CacheState<A> >::SetFinal;
167 using CacheBaseImpl< CacheState<A> >::SetStart;
408 typedef CacheState<A> State;
determinize.h 141 using CacheBaseImpl< CacheState<A> >::HasStart;
142 using CacheBaseImpl< CacheState<A> >::HasFinal;
143 using CacheBaseImpl< CacheState<A> >::HasArcs;
144 using CacheBaseImpl< CacheState<A> >::SetFinal;
145 using CacheBaseImpl< CacheState<A> >::SetStart;
150 typedef CacheState<A> State;
577 using CacheBaseImpl< CacheState<A> >::GetCacheGc;
578 using CacheBaseImpl< CacheState<A> >::GetCacheLimit;
682 typedef CacheState<A> State;
accumulator.h 353 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 {
389 CacheState(vector<double> *w, bool r) : weights(w), recent(r) {}
398 typename unordered_map<StateId, CacheState>::iterator it = cache_.begin();
400 CacheState &cs = it->second;
414 unordered_map<StateId, CacheState> cache_; // Cache
compose.h 112 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;
458 typedef CacheState<A> State;
randgen.h 335 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;
map.h 59 typedef CacheState<B> State;
relabel.h 206 typedef CacheState<A> State;
391 typedef CacheState<A> State;
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 181 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING };
196 CacheState cache_state_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 46 // CacheState below). This class is used to cache FST elements with
348 struct CacheState {
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
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) {}
factor-weight.h 143 using CacheBaseImpl< CacheState<A> >::HasStart;
144 using CacheBaseImpl< CacheState<A> >::HasFinal;
145 using CacheBaseImpl< CacheState<A> >::HasArcs;
347 typedef CacheState<A> State;
synchronize.h 47 using CacheBaseImpl< CacheState<A> >::HasStart;
48 using CacheBaseImpl< CacheState<A> >::HasFinal;
49 using CacheBaseImpl< CacheState<A> >::HasArcs;
329 typedef CacheState<A> State;
determinize.h 126 using CacheBaseImpl< CacheState<A> >::HasStart;
127 using CacheBaseImpl< CacheState<A> >::HasFinal;
128 using CacheBaseImpl< CacheState<A> >::HasArcs;
133 typedef CacheState<A> State;
543 typedef CacheState<A> State;
rmepsilon.h 322 using CacheBaseImpl< CacheState<A> >::HasStart;
323 using CacheBaseImpl< CacheState<A> >::HasFinal;
324 using CacheBaseImpl< CacheState<A> >::HasArcs;
329 typedef CacheState<A> State;
435 typedef CacheState<A> State;
compose.h 96 using CacheBaseImpl< CacheState<A> >::HasStart;
97 using CacheBaseImpl< CacheState<A> >::HasFinal;
98 using CacheBaseImpl< CacheState<A> >::HasArcs;
103 typedef CacheState<A> State;
690 typedef CacheState<A> State;
    [all...]
relabel.h 162 typedef CacheState<A> State;
327 typedef CacheState<A> State;
replace.h 76 typedef CacheState<A> State;
544 typedef CacheState<A> State;
arcsort.h 194 typedef CacheState<A> State;
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 70 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;
    [all...]

Completed in 1059 milliseconds

1 2