Home
last modified time | relevance | path

Searched defs:cache_type (Results 1 – 25 of 42) sorted by relevance

12

/external/cronet/net/disk_cache/simple/
Dsimple_index_file.cc65 void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) { in UmaRecordIndexFileState()
71 net::CacheType cache_type) { in UmaRecordIndexInitMethod()
78 net::CacheType cache_type) { in UmaRecordStaleIndexQuality()
131 net::CacheType cache_type, in ProcessEntryFile()
292 net::CacheType cache_type, in SyncWriteToDisk()
350 net::CacheType cache_type, in SimpleIndexFile()
376 void SimpleIndexFile::WriteToDisk(net::CacheType cache_type, in WriteToDisk()
399 net::CacheType cache_type, in SyncLoadIndexEntries()
468 net::CacheType cache_type, in SyncLoadFromDisk()
515 net::CacheType cache_type, in Serialize()
[all …]
Dsimple_histogram_macros.h22 #define SIMPLE_CACHE_HISTO(uma_prefix, uma_type, uma_name, cache_type, ...) \ argument
47 #define SIMPLE_CACHE_UMA(uma_type, uma_name, cache_type, ...) \ argument
50 #define SIMPLE_CACHE_LOCAL(uma_type, uma_name, cache_type, ...) \ argument
Dsimple_synchronous_entry.cc46 void RecordSyncOpenResult(net::CacheType cache_type, OpenEntryResult result) { in RecordSyncOpenResult()
52 void RecordWriteResult(net::CacheType cache_type, SyncWriteResult result) { in RecordWriteResult()
57 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) { in RecordCheckEOFResult()
62 void RecordCloseResult(net::CacheType cache_type, CloseResult result) { in RecordCloseResult()
67 void RecordOpenPrefetchMode(net::CacheType cache_type, OpenPrefetchMode mode) { in RecordOpenPrefetchMode()
72 void RecordDiskCreateLatency(net::CacheType cache_type, base::TimeDelta delay) { in RecordDiskCreateLatency()
343 net::CacheType cache_type, in OpenEntry()
383 net::CacheType cache_type, in CreateEntry()
420 net::CacheType cache_type, in OpenOrCreateEntry()
490 net::CacheType cache_type, in DeleteEntryFiles()
[all …]
Dsimple_index.cc127 void EntryMetadata::Serialize(net::CacheType cache_type, in Serialize()
142 bool EntryMetadata::Deserialize(net::CacheType cache_type, in Deserialize()
180 net::CacheType cache_type, in SimpleIndex()
Dsimple_backend_impl.cc159 void RecordIndexLoad(net::CacheType cache_type, in RecordIndexLoad()
212 net::CacheType cache_type, in SimpleBackendImpl()
715 net::CacheType cache_type) { in InitCacheStructureOnDisk()
Dsimple_entry_impl.cc57 void RecordOpenEntryIndexState(net::CacheType cache_type, in RecordOpenEntryIndexState()
63 void RecordHeaderSize(net::CacheType cache_type, int size) { in RecordHeaderSize()
126 net::CacheType cache_type, in SimpleEntryImpl()
Dsimple_index_unittest.cc66 explicit MockSimpleIndexFile(net::CacheType cache_type) in MockSimpleIndexFile()
80 void WriteToDisk(net::CacheType cache_type, in WriteToDisk()
/external/cronet/net/disk_cache/mock/
Dmock_backend_impl.cc9 BackendMock::BackendMock(net::CacheType cache_type) : Backend(cache_type) {} in BackendMock()
/external/python/mako/mako/
Dtemplate.py238 cache_type=None, argument
353 cache_type, argument
423 def cache_type(self): member in Template
515 cache_type=None, argument
Dlookup.py165 cache_type=None, argument
/external/eigen/bench/
Dcheck_cache_queries.cpp59 int cache_type = 0; in main() local
/external/cpuinfo/src/x86/cache/
Ddeterministic.c9 enum cache_type { enum
Dinit.c15 enum cache_type { enum
/external/cpu_features/include/
Dcpu_features_cache_info.h35 CacheType cache_type; member
/external/cronet/third_party/cpu_features/src/include/
Dcpu_features_cache_info.h35 CacheType cache_type; member
/external/linux-kselftest/tools/testing/selftests/resctrl/
Dcat_test.c101 int cat_perf_miss_val(int cpu_no, int n, char *cache_type) in cat_perf_miss_val()
Dresctrlfs.c141 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size()
205 int get_cbm_mask(char *cache_type, char *cbm_mask) in get_cbm_mask()
/external/cpu_features/src/
Dimpl_x86__base_implementation.inl1760 CacheType cache_type; local
1796 CacheType cache_type; member
1887 const CacheType cache_type = legacy_cache_info[i].cache_type; local
/external/cronet/third_party/cpu_features/src/src/
Dimpl_x86__base_implementation.inl1749 CacheType cache_type; local
1785 CacheType cache_type; member
1876 const CacheType cache_type = legacy_cache_info[i].cache_type; local
/external/mesa3d/src/util/
Ddisk_cache.c99 enum disk_cache_type cache_type) in disk_cache_type_create()
269 enum disk_cache_type cache_type; in disk_cache_create() local
/external/cronet/net/disk_cache/
Ddisk_cache.h201 explicit Backend(net::CacheType cache_type) : cache_type_(cache_type) {} in Backend()
/external/cronet/net/tools/disk_cache_memory_test/
Ddisk_cache_memory_test.cc67 const net::CacheType cache_type; member
/external/cronet/components/nacl/browser/
Dpnacl_translation_cache.cc339 int PnaclTranslationCache::Init(net::CacheType cache_type, in Init()
/external/cronet/third_party/cpu_features/src/src/utils/
Dlist_cpu_features.c334 static Node* GetCacheTypeString(CacheType cache_type) { in GetCacheTypeString()
/external/XNNPACK/src/
Dcache.c112 …n_init_cache_with_size(struct xnn_cache* cache, size_t num_buckets, enum xnn_cache_type cache_type) in xnn_init_cache_with_size()

12