OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cachetype
(Results
1 - 25
of
55
) sorted by null
1
2
3
/external/chromium/net/base/
cache_type.h
12
enum
CacheType
{
/external/chromium_org/net/base/
cache_type.h
11
enum
CacheType
{
/external/chromium_org/net/disk_cache/
cache_creator.cc
28
net::
CacheType
type, net::BackendType backend_type, uint32 flags,
47
net::
CacheType
type_;
61
net::
CacheType
type, net::BackendType backend_type, uint32 flags,
144
int CreateCacheBackend(net::
CacheType
type,
tracing_cache_backend.h
24
virtual net::
CacheType
GetCacheType() const OVERRIDE;
disk_cache_test_base.h
108
void SetCacheType(net::
CacheType
type) {
156
net::
CacheType
type_;
backend_impl.h
88
void SetType(net::
CacheType
type);
179
net::
CacheType
cache_type() const {
257
virtual net::
CacheType
GetCacheType() const OVERRIDE;
372
net::
CacheType
cache_type_;
histogram_macros.h
100
// UMA_HISTOGRAM_COUNTS("DiskCache.2.MyName", 20); // "2" is the
CacheType
.
mem_backend_impl.h
65
virtual net::
CacheType
GetCacheType() const OVERRIDE;
/external/chromium/net/disk_cache/
disk_cache_test_base.h
86
void SetCacheType(net::
CacheType
type) {
129
net::
CacheType
type_;
backend_impl.h
55
int max_bytes, net::
CacheType
type,
93
void SetType(net::
CacheType
type);
177
net::
CacheType
cache_type() const {
359
net::
CacheType
cache_type_;
histogram_macros.h
101
// UMA_HISTOGRAM_COUNTS("DiskCache.2.MyName", 20); // "2" is the
CacheType
.
/external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h
63
void SetType(net::
CacheType
type);
120
net::
CacheType
cache_type() const {
177
virtual net::
CacheType
GetCacheType() const OVERRIDE;
261
net::
CacheType
cache_type_;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
ImageDecodingStore.h
142
enum
CacheType
{
170
virtual
CacheType
type() const = 0;
198
virtual
CacheType
type() const { return TypeImage; }
227
virtual
CacheType
type() const { return TypeDecoder; }
/external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h
83
int Init(net::
CacheType
cache_type, const base::FilePath& directory,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java
390
* @param
cacheType
the type of cache to use.
392
FrameManager(GraphRunner runner, int
cacheType
) {
394
switch (
cacheType
) {
405
throw new IllegalArgumentException("Unknown cache-type " +
cacheType
+ "!");
/external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h
45
net::
CacheType
type,
68
virtual net::
CacheType
GetCacheType() const OVERRIDE;
simple_backend_impl.cc
214
net::
CacheType
type,
269
net::
CacheType
SimpleBackendImpl::GetCacheType() const {
/external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.h
95
int Init(net::
CacheType
,
/external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h
87
typedef PackedCache<BITS-kPageShift, uint64_t>
CacheType
;
100
typedef PackedCache<32-kPageShift, uint16_t>
CacheType
;
229
typedef MapSelector<kAddressBits>::
CacheType
PageMapCache;
/external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h
85
typedef PackedCache<BITS-kPageShift, uint64_t>
CacheType
;
92
typedef PackedCache<32-kPageShift, uint16_t>
CacheType
;
217
typedef MapSelector<kAddressBits>::
CacheType
PageMapCache;
/external/chromium/sdch/open-vcdiff/src/
varint_bigendian_test.cc
125
template <class
CacheType
> \
126
void VarintBETestTemplate<
CacheType
>::TemplateTest##TEST_NAME()
/external/chromium_org/sdch/open-vcdiff/src/
varint_bigendian_test.cc
125
template <class
CacheType
> \
126
void VarintBETestTemplate<
CacheType
>::TemplateTest##TEST_NAME()
/external/open-vcdiff/src/
varint_bigendian_test.cc
125
template <class
CacheType
> \
126
void VarintBETestTemplate<
CacheType
>::TemplateTest##TEST_NAME()
/external/chromium/net/http/
http_cache.h
100
DefaultBackend(
CacheType
type, const FilePath& path, int max_bytes,
113
CacheType
type_;
/external/chromium_org/net/http/
http_cache.h
102
DefaultBackend(
CacheType
type, BackendType backend_type,
116
CacheType
type_;
Completed in 530 milliseconds
1
2
3