Searched refs:index_file (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/net/disk_cache/simple/ |
D | simple_version_upgrade_unittest.cc | 70 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()
|
D | simple_index_unittest.cc | 106 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
|
D | simple_index.cc | 142 scoped_ptr<SimpleIndexFile> index_file) in SimpleIndex() argument 151 index_file_(index_file.Pass()), in SimpleIndex()
|
/external/chromium_org/build/ |
D | gdb-add-index | 57 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/ |
D | html.py | 89 self.index_file() 210 def index_file(self): member in HtmlReporter
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_storage_impl_unittest.cc | 1676 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/ |
D | c-index-test.c | 3098 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()
|