Searched refs:cache_type (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_histogram_macros.h10 #include "net/base/cache_type.h"
22 #define SIMPLE_CACHE_UMA(uma_type, uma_name, cache_type, ...) \
24 switch (cache_type) { \
H A Dsimple_index_file.cc48 void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) { argument
50 "IndexFileStateOnLoad", cache_type, state, INDEX_STATE_MAX);
62 net::CacheType cache_type) {
64 "IndexInitializeMethod", cache_type,
186 void SimpleIndexFile::SyncWriteToDisk(net::CacheType cache_type, argument
221 "IndexWriteToDiskTime.Background", cache_type,
225 "IndexWriteToDiskTime.Foreground", cache_type,
239 net::CacheType cache_type,
243 cache_type_(cache_type),
282 net::CacheType cache_type,
61 UmaRecordIndexInitMethod(IndexInitMethod method, net::CacheType cache_type) argument
236 SimpleIndexFile( const scoped_refptr<base::SingleThreadTaskRunner>& cache_thread, const scoped_refptr<base::TaskRunner>& worker_pool, net::CacheType cache_type, const base::FilePath& cache_directory) argument
281 SyncLoadIndexEntries( net::CacheType cache_type, base::Time cache_last_modified, const base::FilePath& cache_directory, const base::FilePath& index_file_path, SimpleIndexLoadResult* out_result) argument
[all...]
H A Dsimple_index_file.h19 #include "net/base/cache_type.h"
80 net::CacheType cache_type,
106 static void SyncLoadIndexEntries(net::CacheType cache_type,
147 static void SyncWriteToDisk(net::CacheType cache_type,
H A Dsimple_backend_impl.h21 #include "net/base/cache_type.h"
55 net::CacheType cache_type,
61 net::CacheType cache_type() const { return cache_type_; } function in class:disk_cache::SimpleBackendImpl
H A Dsimple_synchronous_entry.cc73 void RecordSyncOpenResult(net::CacheType cache_type, argument
78 "SyncOpenResult", cache_type, result, OPEN_ENTRY_MAX);
81 "SyncOpenResult_WithIndex", cache_type,
85 "SyncOpenResult_WithoutIndex", cache_type,
90 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { argument
92 "SyncWriteResult", cache_type, result, WRITE_RESULT_MAX);
95 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) { argument
97 "SyncCheckEOFResult", cache_type,
101 void RecordCloseResult(net::CacheType cache_type, CloseResult result) { argument
103 "SyncCloseResult", cache_type, resul
211 OpenEntry( net::CacheType cache_type, const FilePath& path, const uint64 entry_hash, bool had_index, SimpleEntryCreationResults *out_results) argument
235 CreateEntry( net::CacheType cache_type, const FilePath& path, const std::string& key, const uint64 entry_hash, bool had_index, SimpleEntryCreationResults *out_results) argument
699 SimpleSynchronousEntry(net::CacheType cache_type, const FilePath& path, const std::string& key, const uint64 entry_hash) argument
[all...]
H A Dsimple_synchronous_entry.h19 #include "net/base/cache_type.h"
115 static void OpenEntry(net::CacheType cache_type,
121 static void CreateEntry(net::CacheType cache_type,
203 net::CacheType cache_type,
H A Dsimple_backend_impl.cc82 void MaybeHistogramFdLimit(net::CacheType cache_type) { argument
109 "FileDescriptorLimitStatus", cache_type,
113 "FileDescriptorLimitSoft", cache_type, soft_fd_limit);
115 "FileDescriptorLimitHard", cache_type, hard_fd_limit);
183 void RecordIndexLoad(net::CacheType cache_type, argument
189 SIMPLE_CACHE_UMA(TIMES, "CreationToIndex", cache_type, creation_to_index);
192 "CreationToIndexFail", cache_type, creation_to_index);
229 net::CacheType cache_type,
233 cache_type_(cache_type),
236 entry_operations_mode_(cache_type
226 SimpleBackendImpl( const FilePath& path, int max_bytes, net::CacheType cache_type, const scoped_refptr<base::SingleThreadTaskRunner>& cache_thread, net::NetLog* net_log) argument
[all...]
H A Dsimple_entry_impl.cc72 void RecordReadResult(net::CacheType cache_type, ReadResult result) { argument
74 "ReadResult", cache_type, result, READ_RESULT_MAX);
77 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { argument
79 "WriteResult2", cache_type, result, WRITE_RESULT_MAX);
84 void RecordHeaderSizeChange(net::CacheType cache_type, argument
88 SIMPLE_CACHE_UMA(COUNTS_10000, "HeaderSize", cache_type, new_size);
97 "HeaderSizeIncreaseAbsolute", cache_type, delta);
99 "HeaderSizeIncreasePercentage", cache_type,
105 "HeaderSizeDecreaseAbsolute", cache_type, delta);
107 "HeaderSizeDecreasePercentage", cache_type,
117 RecordUnexpectedStream0Write(net::CacheType cache_type) argument
125 AdjustOpenEntryCountBy(net::CacheType cache_type, int offset) argument
166 SimpleEntryImpl(net::CacheType cache_type, const FilePath& path, const uint64 entry_hash, OperationsMode operations_mode, SimpleBackendImpl* backend, net::NetLog* net_log) argument
[all...]
H A Dsimple_index.h23 #include "net/base/cache_type.h"
82 net::CacheType cache_type,
H A Dsimple_index.cc141 net::CacheType cache_type,
144 cache_type_(cache_type),
138 SimpleIndex( const scoped_refptr<base::SingleThreadTaskRunner>& io_thread, SimpleIndexDelegate* delegate, net::CacheType cache_type, scoped_ptr<SimpleIndexFile> index_file) argument
H A Dsimple_entry_impl.h15 #include "net/base/cache_type.h"
58 SimpleEntryImpl(net::CacheType cache_type,
/external/eigen/bench/
H A Dcheck_cache_queries.cpp59 int cache_type = 0; local
63 cache_type = (abcd[0] & 0x0F) >> 0;
71 cout << "cache[" << cache_id << "].type = " << cache_type << "\n"; local
80 } while(cache_type>0 && cache_id<16);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfeatures_bundle.py317 for cache_type in dependencies:
318 cache_types.append(cache_type)
319 dependency_futures.append(self._object_store.Get(cache_type))
323 for dependency_features, cache_type in zip(dependency_features_list,
331 futures.append(self._caches[cache_type].GetFeatures())
335 for cache_type, feature in zip(cache_types, features):
338 features_map[cache_type] = dict((c, copy(d))
352 for cache_type, cache in features_map.iteritems():
362 cache_type,
376 for cache_type, cach
[all...]
/external/valgrind/main/none/tests/s390x/
H A Decag.c39 unsigned cache_type = info & 0x3; local
43 switch (cache_type) {
/external/chromium_org/net/tools/disk_cache_memory_test/
H A Ddisk_cache_memory_test.cc26 #include "net/base/cache_type.h"
65 const net::CacheType cache_type; member in struct:disk_cache::__anon9750::CacheSpec
70 net::CacheType cache_type,
73 cache_type(cache_type),
99 spec.cache_type, spec.backend_type, spec.path, 0, false,
249 << " with <cache_spec>=<backend_type>:<cache_type>:<cache_path>"
252 << " <cache_type>='disk_cache'|'app_cache'" << std::endl
69 CacheSpec(net::BackendType backend_type, net::CacheType cache_type, const base::FilePath& path) argument
/external/chromium_org/net/disk_cache/blockfile/
H A Dhistogram_macros.h93 switch (CACHE_UMA_BACKEND_IMPL_OBJ->cache_type()) {\
H A Dhistogram_macros_v3.h96 switch (CACHE_UMA_BACKEND_IMPL_OBJ->cache_type()) {\
H A Dbackend_impl_v3.h118 net::CacheType cache_type() const { function in class:disk_cache::BackendImplV3
H A Dbackend_worker_v3.cc174 if (cache_type() == net::APP_CACHE) {
177 } else if (cache_type() == net::SHADER_CACHE) {
H A Dbackend_impl.h181 net::CacheType cache_type() const { function in class:disk_cache::BackendImpl
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.h91 int Init(net::CacheType cache_type,
H A Dappcache_disk_cache.cc14 #include "net/base/cache_type.h"
297 net::CacheType cache_type,
313 cache_type,
296 Init( net::CacheType cache_type, const base::FilePath& cache_directory, int cache_size, bool force, const scoped_refptr<base::SingleThreadTaskRunner>& cache_thread, const net::CompletionCallback& callback) argument
/external/eigen/Eigen/src/Core/util/
H A DMemory.h790 int cache_type = 0; local
794 cache_type = (abcd[0] & 0x0F) >> 0;
795 if(cache_type==1||cache_type==3) // data or unified cache
814 } while(cache_type>0 && cache_id<16);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.c320 int cache_type = -1, cache_op = -1, cache_result = -1; local
328 cache_type = parse_aliases(type, perf_evsel__hw_cache,
330 if (cache_type == -1)
344 if (!perf_evsel__is_cache_op_valid(cache_type, cache_op))
371 attr.config = cache_type | (cache_op << 8) | (cache_result << 16);
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.cc333 int PnaclTranslationCache::Init(net::CacheType cache_type, argument
338 cache_type,

Completed in 4062 milliseconds

12