Searched defs:UpdateRank (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ | ||
H A D | eviction.cc | 158 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { in UpdateRank() function in disk_cache::Eviction |
H A D | rankings.cc | 406 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) { in UpdateRank() function in disk_cache::Rankings |
H A D | entry_impl.cc | 1210 void EntryImpl::UpdateRank(bool modified) { in UpdateRank() function in disk_cache::EntryImpl |
H A D | backend_impl.cc | 769 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) { in UpdateRank() function in disk_cache::BackendImpl |
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ | ||
H A D | shape_type_inference.cpp | 623 void UpdateRank(Value* value, size_t rank) { in UpdateRank() function |