Searched defs:entry_hash (Results  1 – 10 of 10) sorted by relevance
| /external/cronet/net/disk_cache/simple/ | 
| D | post_doom_waiter.cc | 29 void SimplePostDoomWaiterTable::OnDoomStart(uint64_t entry_hash) {  in OnDoomStart() 35 void SimplePostDoomWaiterTable::OnDoomComplete(uint64_t entry_hash) {  in OnDoomComplete() 48     uint64_t entry_hash) {  in Find()
  | 
| D | simple_index.cc | 307 base::Time SimpleIndex::GetLastUsedTime(uint64_t entry_hash) {  in GetLastUsedTime() 316 void SimpleIndex::SetLastUsedTimeForTest(uint64_t entry_hash,  in SetLastUsedTimeForTest() 327 void SimpleIndex::Insert(uint64_t entry_hash) {  in Insert() 346 void SimpleIndex::Remove(uint64_t entry_hash) {  in Remove() 377 void SimpleIndex::SetEntryInMemoryData(uint64_t entry_hash, uint8_t value) {  in SetEntryInMemoryData() 385 bool SimpleIndex::UseIfExists(uint64_t entry_hash) {  in UseIfExists() 461 void SimpleIndex::SetTrailerPrefetchSize(uint64_t entry_hash, int32_t size) {  in SetTrailerPrefetchSize() 473 bool SimpleIndex::UpdateEntrySize(uint64_t entry_hash,  in UpdateEntrySize() 502     uint64_t entry_hash,  in InsertInEntrySet() 510 void SimpleIndex::InsertEntryForTesting(uint64_t entry_hash,  in InsertEntryForTesting() [all …] 
 | 
| D | simple_backend_impl.cc | 193       int64_t entry_hash,  in Create() 199   ActiveEntryProxy(uint64_t entry_hash, SimpleBackendImpl* backend)  in ActiveEntryProxy() 294     uint64_t entry_hash) {  in OnDoomStart() 313     const uint64_t entry_hash = (*mass_doom_entry_hashes)[i];  in DoomEntries()  local 372   const uint64_t entry_hash = simple_util::GetEntryHashKey(key);  in OpenEntry()  local 407   const uint64_t entry_hash = simple_util::GetEntryHashKey(key);  in CreateEntry()  local 439   const uint64_t entry_hash = simple_util::GetEntryHashKey(key);  in OpenOrCreateEntry()  local 469     uint64_t entry_hash,  in MaybeOptimisticCreateForPostDoom() 500   const uint64_t entry_hash = simple_util::GetEntryHashKey(key);  in DoomEntry()  local 591       uint64_t entry_hash = hashes_to_enumerate_->back();  in OpenNextEntryImpl()  local [all …] 
 | 
| D | post_doom_waiter.h | 55   bool Has(uint64_t entry_hash) {  in Has()
  | 
| D | simple_version_upgrade_unittest.cc | 126   for (uint64_t entry_hash = 0; entry_hash < kEntries; ++entry_hash) {  in TEST()  local 144   for (uint64_t entry_hash = 0; entry_hash < kEntries; ++entry_hash) {  in TEST()  local
  | 
| D | simple_synchronous_entry.cc | 344     const uint64_t entry_hash,  in OpenEntry() 384     const uint64_t entry_hash,  in CreateEntry() 421     const uint64_t entry_hash,  in OpenOrCreateEntry() 489     uint64_t entry_hash,  in DeleteEntryFiles() 501     uint64_t entry_hash,  in DeleteEntryFilesInternal() 565     uint64_t entry_hash,  in TruncateEntryFiles() 1172     const uint64_t entry_hash,  in SimpleSynchronousEntry() 1770     const uint64_t entry_hash,  in DeleteFileForEntryHash() 1781     const uint64_t entry_hash,  in DeleteFilesForEntryHash() 1801     const uint64_t entry_hash,  in TruncateFilesForEntryHash()
  | 
| D | simple_file_tracker.h | 80     uint64_t entry_hash = 0;  member
  | 
| D | simple_entry_impl.h | 99   uint64_t entry_hash() const { return entry_hash_; }  in entry_hash()  function
  | 
| D | simple_entry_impl.cc | 49                                      uint64_t entry_hash) {  in ComputeIndexState() 129     const uint64_t entry_hash,  in SimpleEntryImpl()
  | 
| /external/clang/tools/scan-build-py/libscanbuild/ | 
| D | intercept.py | 260 def entry_hash(entry):  function
  |