Home
last modified time | relevance | path

Searched refs:index_file (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_version_upgrade_unittest.cc70 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local
73 index_file, file_contents.data(), file_contents.size())); in TEST()
97 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName); in TEST() local
100 index_file, file_contents.data(), file_contents.size())); in TEST()
122 EXPECT_FALSE(base::PathExists(index_file)); in TEST()
Dsimple_index_unittest.cc106 scoped_ptr<MockSimpleIndexFile> index_file(new MockSimpleIndexFile()); in SetUp() local
107 index_file_ = index_file->AsWeakPtr(); in SetUp()
109 index_file.PassAs<SimpleIndexFile>())); in SetUp()
155 const MockSimpleIndexFile* index_file() const { return index_file_.get(); } in index_file() function in disk_cache::SimpleIndexTest
Dsimple_index.cc142 scoped_ptr<SimpleIndexFile> index_file) in SimpleIndex() argument
151 index_file_(index_file.Pass()), in SimpleIndex()
/external/chromium_org/build/
Dgdb-add-index57 local index_file="$DIRECTORY/$basename.gdb-index"
58 if [ -f "$index_file" ]; then
59 objcopy --add-section .gdb_index="$index_file" \
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dhtml.py89 self.index_file()
210 def index_file(self): member in HtmlReporter
/external/chromium_org/content/browser/appcache/
Dappcache_storage_impl_unittest.cc1676 base::FilePath index_file = disk_cache_directory.AppendASCII("index"); in Reinitialize() local
1679 index_file, kCorruptData.data(), kCorruptData.length())); in Reinitialize()
/external/clang/tools/c-index-test/
Dc-index-test.c3098 static int index_file(int argc, const char **argv, int full) { in index_file() function
4029 return index_file(argc - 2, argv + 2, /*full=*/0); in cindextest_main()
4031 return index_file(argc - 2, argv + 2, /*full=*/1); in cindextest_main()