/external/chromium_org/net/disk_cache/simple/ |
D | simple_index_file.cc | 48 void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) { in UmaRecordIndexFileState() argument 50 "IndexFileStateOnLoad", cache_type, state, INDEX_STATE_MAX); in UmaRecordIndexFileState() 62 net::CacheType cache_type) { in UmaRecordIndexInitMethod() argument 64 "IndexInitializeMethod", cache_type, in UmaRecordIndexInitMethod() 186 void SimpleIndexFile::SyncWriteToDisk(net::CacheType cache_type, in SyncWriteToDisk() argument 221 "IndexWriteToDiskTime.Background", cache_type, in SyncWriteToDisk() 225 "IndexWriteToDiskTime.Foreground", cache_type, in SyncWriteToDisk() 239 net::CacheType cache_type, in SimpleIndexFile() argument 243 cache_type_(cache_type), in SimpleIndexFile() 282 net::CacheType cache_type, in SyncLoadIndexEntries() argument [all …]
|
D | simple_histogram_macros.h | 22 #define SIMPLE_CACHE_UMA(uma_type, uma_name, cache_type, ...) \ argument 24 switch (cache_type) { \
|
D | simple_index_file.h | 80 net::CacheType cache_type, 106 static void SyncLoadIndexEntries(net::CacheType cache_type, 147 static void SyncWriteToDisk(net::CacheType cache_type,
|
D | simple_backend_impl.cc | 82 void MaybeHistogramFdLimit(net::CacheType cache_type) { in MaybeHistogramFdLimit() argument 109 "FileDescriptorLimitStatus", cache_type, in MaybeHistogramFdLimit() 113 "FileDescriptorLimitSoft", cache_type, soft_fd_limit); in MaybeHistogramFdLimit() 115 "FileDescriptorLimitHard", cache_type, hard_fd_limit); in MaybeHistogramFdLimit() 183 void RecordIndexLoad(net::CacheType cache_type, in RecordIndexLoad() argument 189 SIMPLE_CACHE_UMA(TIMES, "CreationToIndex", cache_type, creation_to_index); in RecordIndexLoad() 192 "CreationToIndexFail", cache_type, creation_to_index); in RecordIndexLoad() 229 net::CacheType cache_type, in SimpleBackendImpl() argument 233 cache_type_(cache_type), in SimpleBackendImpl() 236 entry_operations_mode_(cache_type == net::DISK_CACHE ? in SimpleBackendImpl()
|
D | simple_synchronous_entry.cc | 73 void RecordSyncOpenResult(net::CacheType cache_type, in RecordSyncOpenResult() argument 78 "SyncOpenResult", cache_type, result, OPEN_ENTRY_MAX); in RecordSyncOpenResult() 81 "SyncOpenResult_WithIndex", cache_type, in RecordSyncOpenResult() 85 "SyncOpenResult_WithoutIndex", cache_type, in RecordSyncOpenResult() 90 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { in RecordWriteResult() argument 92 "SyncWriteResult", cache_type, result, WRITE_RESULT_MAX); in RecordWriteResult() 95 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) { in RecordCheckEOFResult() argument 97 "SyncCheckEOFResult", cache_type, in RecordCheckEOFResult() 101 void RecordCloseResult(net::CacheType cache_type, CloseResult result) { in RecordCloseResult() argument 103 "SyncCloseResult", cache_type, result, WRITE_RESULT_MAX); in RecordCloseResult() [all …]
|
D | simple_entry_impl.cc | 72 void RecordReadResult(net::CacheType cache_type, ReadResult result) { in RecordReadResult() argument 74 "ReadResult", cache_type, result, READ_RESULT_MAX); in RecordReadResult() 77 void RecordWriteResult(net::CacheType cache_type, WriteResult result) { in RecordWriteResult() argument 79 "WriteResult2", cache_type, result, WRITE_RESULT_MAX); in RecordWriteResult() 84 void RecordHeaderSizeChange(net::CacheType cache_type, in RecordHeaderSizeChange() argument 88 SIMPLE_CACHE_UMA(COUNTS_10000, "HeaderSize", cache_type, new_size); in RecordHeaderSizeChange() 97 "HeaderSizeIncreaseAbsolute", cache_type, delta); in RecordHeaderSizeChange() 99 "HeaderSizeIncreasePercentage", cache_type, in RecordHeaderSizeChange() 105 "HeaderSizeDecreaseAbsolute", cache_type, delta); in RecordHeaderSizeChange() 107 "HeaderSizeDecreasePercentage", cache_type, in RecordHeaderSizeChange() [all …]
|
D | simple_synchronous_entry.h | 115 static void OpenEntry(net::CacheType cache_type, 121 static void CreateEntry(net::CacheType cache_type, 203 net::CacheType cache_type,
|
D | simple_backend_impl.h | 55 net::CacheType cache_type, 61 net::CacheType cache_type() const { return cache_type_; } in cache_type() function
|
D | simple_index.h | 82 net::CacheType cache_type,
|
D | simple_index.cc | 141 net::CacheType cache_type, in SimpleIndex() argument 144 cache_type_(cache_type), in SimpleIndex()
|
D | simple_entry_impl.h | 58 SimpleEntryImpl(net::CacheType cache_type,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | 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/eigen/bench/ |
D | check_cache_queries.cpp | 59 int cache_type = 0; in main() local 63 cache_type = (abcd[0] & 0x0F) >> 0; in main() 71 cout << "cache[" << cache_id << "].type = " << cache_type << "\n"; in main() 80 } while(cache_type>0 && cache_id<16); in main()
|
/external/chromium_org/net/tools/disk_cache_memory_test/ |
D | disk_cache_memory_test.cc | 65 const net::CacheType cache_type; member 70 net::CacheType cache_type, in CacheSpec() 73 cache_type(cache_type), in CacheSpec() 99 spec.cache_type, spec.backend_type, spec.path, 0, false, in CreateAndInitBackend()
|
/external/valgrind/main/none/tests/s390x/ |
D | ecag.c | 39 unsigned cache_type = info & 0x3; in main() local 43 switch (cache_type) { in main()
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 790 int cache_type = 0; 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/chromium_org/net/disk_cache/blockfile/ |
D | histogram_macros.h | 93 switch (CACHE_UMA_BACKEND_IMPL_OBJ->cache_type()) {\
|
D | histogram_macros_v3.h | 96 switch (CACHE_UMA_BACKEND_IMPL_OBJ->cache_type()) {\
|
D | backend_worker_v3.cc | 174 if (cache_type() == net::APP_CACHE) { in SyncInit() 177 } else if (cache_type() == net::SHADER_CACHE) { in SyncInit()
|
D | backend_impl_v3.h | 118 net::CacheType cache_type() const { in cache_type() function
|
D | backend_impl_v3.cc | 123 if (read_only_ || (!modified && cache_type() == net::SHADER_CACHE)) in UpdateRank() 724 UpdateRank(cache_entry, cache_type() == net::SHADER_CACHE); in OnExternalCacheHit() 1075 if (cache_type() == net::APP_CACHE) { in SyncInit() 1078 } else if (cache_type() == net::SHADER_CACHE) { in SyncInit()
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_disk_cache.h | 91 int Init(net::CacheType cache_type,
|
D | appcache_disk_cache.cc | 297 net::CacheType cache_type, in Init() argument 313 cache_type, in Init()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events.c | 320 int cache_type = -1, cache_op = -1, cache_result = -1; in parse_events_add_cache() local 328 cache_type = parse_aliases(type, perf_evsel__hw_cache, in parse_events_add_cache() 330 if (cache_type == -1) in parse_events_add_cache() 344 if (!perf_evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events_add_cache() 371 attr.config = cache_type | (cache_op << 8) | (cache_result << 16); in parse_events_add_cache()
|
/external/chromium_org/components/nacl/browser/ |
D | pnacl_translation_cache.cc | 333 int PnaclTranslationCache::Init(net::CacheType cache_type, in Init() argument 338 cache_type, in Init()
|