Home
last modified time | relevance | path

Searched defs:kMaxCacheSize (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/nqe/
H A Dnetwork_qualities_prefs_manager.cc29 constexpr size_t kMaxCacheSize = 20u; variable
H A Dnetwork_qualities_prefs_manager_unittest.cc186 static const size_t kMaxCacheSize = 20u; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h52 constexpr char kMaxCacheSize[] = "GCS_READ_CACHE_MAX_SIZE_MB"; variable
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dinstall_operation_executor.cc326 constexpr size_t kMaxCacheSize = 5 * 1024 * 1024; // Total 5MB cache. in ExecutePuffDiffOperation() local
/aosp_15_r20/external/perfetto/src/shared_lib/
H A Dtrack_event.cc911 constexpr size_t kMaxCacheSize = 20; in IsDynamicCategoryEnabled() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dgcs_filesystem.cc39 constexpr char kMaxCacheSize[] = "GCS_READ_CACHE_MAX_SIZE_MB"; variable