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

1 2

  /external/chromium_org/net/disk_cache/simple/
simple_histogram_macros.h 10 #include "net/base/cache_type.h"
22 #define SIMPLE_CACHE_UMA(uma_type, uma_name, cache_type, ...) \
24 switch (cache_type) { \
simple_index_file.cc 48 void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) {
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,
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,
    [all...]
simple_index_file.h 19 #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,
simple_backend_impl.h 21 #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
simple_synchronous_entry.cc 73 void RecordSyncOpenResult(net::CacheType cache_type,
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) {
92 "SyncWriteResult", cache_type, result, WRITE_RESULT_MAX);
95 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) {
97 "SyncCheckEOFResult", cache_type,
101 void RecordCloseResult(net::CacheType cache_type, CloseResult result) {
103 "SyncCloseResult", cache_type, result, WRITE_RESULT_MAX)
    [all...]
simple_synchronous_entry.h 19 #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,
simple_backend_impl.cc 82 void MaybeHistogramFdLimit(net::CacheType cache_type) {
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,
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 == net::DISK_CACHE
    [all...]
simple_entry_impl.cc 72 void RecordReadResult(net::CacheType cache_type, ReadResult result) {
74 "ReadResult", cache_type, result, READ_RESULT_MAX);
77 void RecordWriteResult(net::CacheType cache_type, WriteResult result) {
79 "WriteResult2", cache_type, result, WRITE_RESULT_MAX);
84 void RecordHeaderSizeChange(net::CacheType cache_type,
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,
    [all...]
simple_index.h 23 #include "net/base/cache_type.h"
82 net::CacheType cache_type,
simple_index.cc 141 net::CacheType cache_type,
144 cache_type_(cache_type),
simple_entry_impl.h 15 #include "net/base/cache_type.h"
58 SimpleEntryImpl(net::CacheType cache_type,
  /external/eigen/bench/
check_cache_queries.cpp 59 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/valgrind/main/none/tests/s390x/
ecag.c 39 unsigned cache_type = info & 0x3; local
43 switch (cache_type) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
features_bundle.py 317 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, cache in features_map.iteritems()
    [all...]
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 26 #include "net/base/cache_type.h"
65 const net::CacheType cache_type; member in struct:disk_cache::__anon14375::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
  /external/chromium_org/content/browser/appcache/
appcache_disk_cache.h 91 int Init(net::CacheType cache_type,
appcache_disk_cache.cc 14 #include "net/base/cache_type.h"
297 net::CacheType cache_type,
313 cache_type,
  /external/chromium_org/net/disk_cache/blockfile/
histogram_macros.h 93 switch (CACHE_UMA_BACKEND_IMPL_OBJ->cache_type()) {\
histogram_macros_v3.h 96 switch (CACHE_UMA_BACKEND_IMPL_OBJ->cache_type()) {\
backend_impl_v3.h 118 net::CacheType cache_type() const { function in class:disk_cache::BackendImplV3
backend_worker_v3.cc 174 if (cache_type() == net::APP_CACHE) {
177 } else if (cache_type() == net::SHADER_CACHE) {
backend_impl.h 181 net::CacheType cache_type() const { function in class:disk_cache::BackendImpl
  /external/eigen/Eigen/src/Core/util/
Memory.h 790 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);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 320 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/
pnacl_translation_cache.cc 333 int PnaclTranslationCache::Init(net::CacheType cache_type,
338 cache_type,

Completed in 370 milliseconds

1 2