Searched defs:kNumHashes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc104 static const size_t kNumHashes = arraysize(kHashes); local
105 EntryMetadata metadata_entries[kNumHashes];
107 SimpleIndexFile::IndexMetadata index_metadata(static_cast<uint64>(kNumHashes),
109 for (size_t i = 0; i < kNumHashes; ++i) {
128 for (size_t i = 0; i < kNumHashes; ++i) {
176 static const size_t kNumHashes = arraysize(kHashes); local
177 EntryMetadata metadata_entries[kNumHashes];
178 for (size_t i = 0; i < kNumHashes; ++i) {
209 EXPECT_EQ(kNumHashes, load_index_result.entries.size());
210 for (size_t i = 0; i < kNumHashes;
[all...]
/external/chromium_org/net/cert/
H A Dcert_verify_proc.cc332 static const unsigned kNumHashes = 10; local
333 static const uint8 kHashes[kNumHashes][base::kSHA1Length] = {
379 for (unsigned i = 0; i < kNumHashes; i++) {
/external/chromium/net/base/
H A Dx509_certificate.cc872 static const unsigned kNumHashes = 3; local
873 static const uint8 kHashes[kNumHashes][base::SHA1_LENGTH] = {
888 for (unsigned i = 0; i < kNumHashes; i++) {

Completed in 86 milliseconds