HomeSort by relevance Sort by last modified time
    Searched refs:key_pool (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/
backend_unittest.cc 79 bool CreateSetOfRandomEntries(std::set<std::string>* key_pool);
235 // Creates entries based on random keys. Stores these keys in |key_pool|.
237 std::set<std::string>* key_pool) {
245 key_pool->insert(key);
248 return key_pool->size() == implicit_cast<size_t>(cache_->GetEntryCount());
3378 std::set<std::string> key_pool; local
3418 std::set<std::string> key_pool; local
3445 std::set<std::string> key_pool; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 349 self.key_pool = list(range(1, 5000))
355 self.key_map[key] = self.key_pool.pop(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 349 self.key_pool = list(range(1, 5000))
355 self.key_map[key] = self.key_pool.pop(0)

Completed in 1044 milliseconds