OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheState
(Results
1 - 12
of
12
) sorted by null
/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.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_org/components/nacl/browser/
pnacl_host.h
104
enum
CacheState
{
167
CacheState
cache_state_;
/external/chromium/chrome/browser/
browsing_data_remover.h
94
enum
CacheState
{
202
CacheState
next_cache_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/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h
182
//
CacheState
holds all information necessary to respond to a caller without
184
struct
CacheState
{
188
CacheState
(bool phish, base::Time time);
190
typedef std::map<GURL, linked_ptr<
CacheState
> > PhishingCache;
client_side_detection_service.cc
93
ClientSideDetectionService::
CacheState
::
CacheState
(bool phish, base::Time time)
470
make_linked_ptr(new
CacheState
(response.phishy(), base::Time::Now()));
538
const
CacheState
& cache_state = *it->second;
564
const
CacheState
& cache_state = *it->second;
/external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h
186
enum
CacheState
{ CS_READY, CS_WRITING, CS_READING, CS_VALIDATING };
201
CacheState
cache_state_;
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h
192
enum
CacheState
{
354
CacheState
next_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) {}
/external/openfst/src/include/fst/
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
cache.h
89
//
CacheState
below). This class is used to cache FST elements with
611
struct
CacheState
{
616
CacheState
() : final(Weight::Zero()), flags(0), ref_count(0) {}
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> > >
Completed in 645 milliseconds