Home
last modified time | relevance | path

Searched refs:CopyTestCache (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/
Dbackend_unittest.cc458 ASSERT_TRUE(CopyTestCache("bad_entry")); in TEST_F()
1675 ASSERT_TRUE(CopyTestCache(name)); in BackendTransaction()
1807 ASSERT_TRUE(CopyTestCache("insert_load1")); in BackendRecoverWithEviction()
1829 ASSERT_TRUE(CopyTestCache("wrong_version")); in TEST_F()
1968 ASSERT_TRUE(CopyTestCache("wrong_version")); in TEST_F()
1996 ASSERT_TRUE(CopyTestCache("bad_entry")); in BackendInvalidEntry2()
2033 ASSERT_TRUE(CopyTestCache("dirty_entry3")); in TEST_F()
2038 ASSERT_TRUE(CopyTestCache("dirty_entry4")); in TEST_F()
2047 ASSERT_TRUE(CopyTestCache("dirty_entry3")); in TEST_F()
2059 ASSERT_TRUE(CopyTestCache("dirty_entry4")); in TEST_F()
[all …]
Ddisk_cache_test_base.h44 bool CopyTestCache(const std::string& name);
Ddisk_cache_test_base.cc34 bool DiskCacheTest::CopyTestCache(const std::string& name) { in CopyTestCache() function in DiskCacheTest
/external/chromium_org/net/data/cache_tests/list_loop2/
Dcontents.txt138 ASSERT_TRUE(CopyTestCache("dirty_entry4"));
/external/chromium_org/net/disk_cache/blockfile/
Dblock_files_unittest.cc283 ASSERT_TRUE(CopyTestCache("remove_load1")); in TEST_F()