HomeSort by relevance Sort by last modified time
    Searched defs:cache_hits (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.h 145 uint64 cache_hits() const { return cache_hits_; } function in class:net::MultiThreadedCertVerifier
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.h 80 std::vector<SBFullHashResult> cache_hits; member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck
database_manager.cc 425 std::vector<SBFullHashResult> cache_hits; local
428 database_->ContainsBrowseUrl(url, &prefix_hits, &cache_hits);
442 check->need_get_hash = cache_hits.empty();
444 check->cache_hits.swap(cache_hits);
774 bool is_threat = HandleOneCheck(check, check->cache_hits);
775 // cache_hits should only contain hits for a fullhash we searched for, so if
    [all...]
safe_browsing_database_unittest.cc 484 std::vector<SBFullHashResult> cache_hits; local
486 GURL("http://www.evil.com/phishing.html"), &prefix_hits, &cache_hits));
489 EXPECT_TRUE(cache_hits.empty());
492 GURL("http://www.evil.com/malware.html"), &prefix_hits, &cache_hits));
495 GURL("http://www.evil.com/notevil1.html"), &prefix_hits, &cache_hits));
498 GURL("http://www.evil.com/notevil2.html"), &prefix_hits, &cache_hits));
501 GURL("http://www.good.com/good1.html"), &prefix_hits, &cache_hits));
504 GURL("http://www.good.com/good2.html"), &prefix_hits, &cache_hits));
507 GURL("http://192.168.0.1/malware.html"), &prefix_hits, &cache_hits));
510 GURL("http://www.evil.com/"), &prefix_hits, &cache_hits));
741 std::vector<SBFullHashResult> cache_hits; local
817 std::vector<SBFullHashResult> cache_hits; local
1447 std::vector<SBFullHashResult> cache_hits; local
1554 std::vector<SBFullHashResult> cache_hits; local
1615 std::vector<SBFullHashResult> cache_hits; local
1663 std::vector<SBFullHashResult> cache_hits; local
1714 std::vector<SBFullHashResult> cache_hits; local
1750 std::vector<SBFullHashResult> cache_hits; local
1763 std::vector<SBFullHashResult> cache_hits; local
1802 std::vector<SBFullHashResult> cache_hits; local
1844 std::vector<SBFullHashResult> cache_hits; local
1882 std::vector<SBFullHashResult> cache_hits; local
1919 std::vector<SBFullHashResult> cache_hits; local
1947 std::vector<SBFullHashResult> cache_hits; local
1964 std::vector<SBFullHashResult> cache_hits; local
1984 std::vector<SBFullHashResult> cache_hits; local
2104 std::vector<SBFullHashResult> cache_hits; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
quota.h 195 u_int32_t cache_hits; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h 195 u_int32_t cache_hits; member in struct:dqstats
  /external/strace/
quota.c 212 u_int32_t cache_hits; member in struct:v1_dqstats
224 u_int32_t cache_hits; member in struct:v2_dqstats
445 tprintf("cache_hits=%u, ", dq.cache_hits);
467 tprintf("cache_hits=%u, ", dq.cache_hits);

Completed in 2719 milliseconds