/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index_file.cc | 65 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 …]
|
H A D | simple_synchronous_entry.cc | 47 void RecordSyncOpenResult(net::CacheType cache_type, OpenEntryResult result) { in RecordSyncOpenResult() 53 void RecordWriteResult(net::CacheType cache_type, SyncWriteResult result) { in RecordWriteResult() 58 void RecordCheckEOFResult(net::CacheType cache_type, CheckEOFResult result) { in RecordCheckEOFResult() 63 void RecordCloseResult(net::CacheType cache_type, CloseResult result) { in RecordCloseResult() 68 void RecordOpenPrefetchMode(net::CacheType cache_type, OpenPrefetchMode mode) { in RecordOpenPrefetchMode() 73 void RecordDiskCreateLatency(net::CacheType cache_type, base::TimeDelta delay) { in RecordDiskCreateLatency() 344 net::CacheType cache_type, in OpenEntry() 384 net::CacheType cache_type, in CreateEntry() 421 net::CacheType cache_type, in OpenOrCreateEntry() 491 net::CacheType cache_type, in DeleteEntryFiles() [all …]
|
H A D | simple_histogram_macros.h | 22 #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
|
H A D | simple_index.cc | 127 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()
|
H A D | simple_backend_impl.cc | 159 void RecordIndexLoad(net::CacheType cache_type, in RecordIndexLoad() 212 net::CacheType cache_type, in SimpleBackendImpl() 715 net::CacheType cache_type) { in InitCacheStructureOnDisk()
|
H A D | simple_entry_impl.cc | 57 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()
|
H A D | simple_index_unittest.cc | 65 explicit MockSimpleIndexFile(net::CacheType cache_type) in MockSimpleIndexFile() 79 void WriteToDisk(net::CacheType cache_type, in WriteToDisk()
|
/aosp_15_r20/system/core/libprocessgroup/ |
H A D | task_profiles.cpp | 355 ProfileAction::CacheUseResult SetCgroupAction::UseCachedFd(ResourceCacheType cache_type, in UseCachedFd() 424 void SetCgroupAction::EnableResourceCaching(ResourceCacheType cache_type) { in EnableResourceCaching() 445 void SetCgroupAction::DropResourceCaching(ResourceCacheType cache_type) { in DropResourceCaching() 490 bool WriteFileAction::WriteValueToFile(const std::string& value_, ResourceCacheType cache_type, in WriteValueToFile() 527 ProfileAction::CacheUseResult WriteFileAction::UseCachedFd(ResourceCacheType cache_type, in UseCachedFd() 596 void WriteFileAction::EnableResourceCaching(ResourceCacheType cache_type) { in EnableResourceCaching() 614 void WriteFileAction::DropResourceCaching(ResourceCacheType cache_type) { in DropResourceCaching() 715 void ApplyProfileAction::EnableResourceCaching(ResourceCacheType cache_type) { in EnableResourceCaching() 721 void ApplyProfileAction::DropResourceCaching(ResourceCacheType cache_type) { in DropResourceCaching() 783 void TaskProfile::EnableResourceCaching(ProfileAction::ResourceCacheType cache_type) { in EnableResourceCaching() [all …]
|
/aosp_15_r20/external/python/mako/mako/ |
D | template.py | 238 cache_type=None, argument 353 cache_type, argument 423 def cache_type(self): member in Template 515 cache_type=None, argument
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/ |
H A D | impl_x86__base_implementation.inl | 1749 CacheType cache_type; local 1785 CacheType cache_type; member 1876 const CacheType cache_type = legacy_cache_info[i].cache_type; local
|
/aosp_15_r20/external/cpu_features/src/ |
H A D | impl_x86__base_implementation.inl | 1760 CacheType cache_type; local 1796 CacheType cache_type; member 1887 const CacheType cache_type = legacy_cache_info[i].cache_type; local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/resctrl/ |
H A D | resctrlfs.c | 141 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()
|
H A D | cat_test.c | 101 int cat_perf_miss_val(int cpu_no, int n, char *cache_type) in cat_perf_miss_val()
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | disk_cache.c | 99 enum disk_cache_type cache_type) in disk_cache_type_create() 269 enum disk_cache_type cache_type; in disk_cache_create() local
|
/aosp_15_r20/external/cronet/net/disk_cache/mock/ |
H A D | mock_backend_impl.cc | 9 BackendMock::BackendMock(net::CacheType cache_type) : Backend(cache_type) {} in BackendMock()
|
/aosp_15_r20/external/eigen/bench/ |
H A D | check_cache_queries.cpp | 59 int cache_type = 0; in main() local
|
/aosp_15_r20/external/coreboot/src/arch/arm64/include/armv8/arch/ |
H A D | cache.h | 26 enum cache_type { enum
|
/aosp_15_r20/external/cpuinfo/src/x86/cache/ |
H A D | deterministic.c | 9 enum cache_type { enum
|
H A D | init.c | 15 enum cache_type { enum
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/include/ |
H A D | cpu_features_cache_info.h | 35 CacheType cache_type; member
|
/aosp_15_r20/external/cpu_features/include/ |
H A D | cpu_features_cache_info.h | 35 CacheType cache_type; member
|
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/ |
H A D | LlamaConfig.h | 33 LLMType cache_type = LLMType::INT16; member
|
/aosp_15_r20/external/coreboot/src/arch/arm64/ |
H A D | smbios.c | 129 const u8 cache_type = cpu_get_cache_type(level); in smbios_write_type7_cache_parameters() local
|
/aosp_15_r20/external/coreboot/src/arch/x86/ |
H A D | smbios.c | 236 const u8 cache_type = info.type; in smbios_write_type7_cache_parameters() local
|
/aosp_15_r20/art/runtime/ |
H A D | well_known_classes.cc | 248 const char* cache_type) in CacheBoxingCacheField() 257 const char* cache_type) in CacheValueInBoxField()
|