/external/openfst/src/include/fst/ |
D | 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;
|
D | rmepsilon.h | 386 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;
|
D | factor-weight.h | 160 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;
|
D | 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;
|
D | accumulator.h | 353 for(typename unordered_map<StateId, CacheState>::iterator it = cache_.begin(); in ~CacheLogAccumulatorData() 362 typename unordered_map<StateId, CacheState>::iterator it = cache_.find(s); in GetWeights() 374 cache_.insert(make_pair(s, CacheState(weights, true))); in AddWeights() 385 struct CacheState { struct 389 CacheState(vector<double> *w, bool r) : weights(w), recent(r) {} in CacheState() function 398 typename unordered_map<StateId, CacheState>::iterator it = cache_.begin(); in GC() 400 CacheState &cs = it->second; in GC() 414 unordered_map<StateId, CacheState> cache_; // Cache
|
D | 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; 510 typedef CacheState<A> State;
|
D | determinize.h | 362 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;
|
D | cache.h | 611 struct CacheState { struct 616 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {} in CacheState() argument 634 class CacheImpl : public CacheBaseImpl< CacheState<A> > { 636 typedef CacheState<A> State; 641 : CacheBaseImpl< CacheState<A> >(opts) {} in CacheImpl() 712 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> > > 755 class C = DefaultCacheStateAllocator<CacheState<typename F::Arc> > >
|
D | map.h | 59 typedef CacheState<B> State;
|
D | relabel.h | 210 typedef CacheState<A> State; 395 typedef CacheState<A> State;
|
/external/chromium/chrome/browser/safe_browsing/ |
D | client_side_detection_service.h | 132 struct CacheState { struct 136 CacheState(bool phish, base::Time time); argument 138 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache;
|
D | client_side_detection_service_unittest.cc | 102 make_linked_ptr(new ClientSideDetectionService::CacheState(is_phishing, in SetCache() 112 make_linked_ptr(new ClientSideDetectionService::CacheState(false, in TestCache() 118 make_linked_ptr(new ClientSideDetectionService::CacheState(false, in TestCache() 124 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time)); in TestCache() 129 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time)); in TestCache()
|
D | client_side_detection_service.cc | 54 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time) in CacheState() function in safe_browsing::ClientSideDetectionService::CacheState 348 make_linked_ptr(new CacheState(response.phishy(), base::Time::Now())); in HandlePhishingVerdict() 376 const CacheState& cache_state = *it->second; in GetValidCachedResult() 398 const CacheState& cache_state = *it->second; in UpdateCache()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | cache.h | 348 struct CacheState { struct 353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {} in CacheState() function 371 class CacheImpl : public CacheBaseImpl< CacheState<A> > { 373 typedef CacheState<A> State; 378 : CacheBaseImpl< CacheState<A> >(opts) {} in CacheImpl()
|
D | 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;
|
D | 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;
|
D | 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;
|
D | 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;
|
D | 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;
|
D | relabel.h | 162 typedef CacheState<A> State; 327 typedef CacheState<A> State;
|
D | replace.h | 76 typedef CacheState<A> State; 544 typedef CacheState<A> State;
|
D | arcsort.h | 194 typedef CacheState<A> State;
|
/external/chromium/chrome/browser/ |
D | browsing_data_remover.h | 94 enum CacheState { enum 202 CacheState next_cache_state_;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpclient.h | 181 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING }; enum 196 CacheState cache_state_;
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | 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;
|