HomeSort by relevance Sort by last modified time
    Searched refs:test_file (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/
iframe_uitest.cc 14 FilePath test_file(test_data_directory_);
15 test_file = test_file.AppendASCII(url);
17 NavigateToURL(net::FilePathToFileURL(test_file));
images_uitest.cc 15 FilePath test_file(test_data_directory_);
16 test_file = test_file.AppendASCII("animated-gifs.html");
17 NavigateToURL(net::FilePathToFileURL(test_file));
default_plugin_uitest.cc 26 FilePath test_file(test_data_directory_);
27 test_file = test_file.AppendASCII("default_plugin.html");
28 NavigateToURL(net::FilePathToFileURL(test_file));
sanity_uitest.cc 18 FilePath test_file = local
20 set_homepage(GURL(net::FilePathToFileURL(test_file)).spec());
36 FilePath test_file = test_data_directory_.AppendASCII("columns.html"); local
37 set_homepage(GURL(net::FilePathToFileURL(test_file)).spec());
media_uitest.cc 34 FilePath test_file(test_data_directory_);
35 test_file = test_file.AppendASCII("media/player.html");
37 GURL player_gurl = net::FilePathToFileURL(test_file);
  /external/chromium_org/chrome/browser/extensions/docs/examples/apps/
calculator_browsertest.cc 20 base::FilePath test_file; local
21 PathService::Get(chrome::DIR_TEST_DATA, &test_file);
22 test_file = test_file.DirName().DirName()
27 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_file));
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 146 base::FilePath test_file = test_root_folder_.AppendASCII("gold.txt"); local
148 &test_file);
163 base::FilePath test_file = test_root_folder_.AppendASCII("gold.txt"); local
165 &test_file);
178 base::FilePath test_file = test_path.AppendASCII("gold.txt"); local
180 EXPECT_TRUE(base::CopyFile(source, test_file));
183 &test_file);
190 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
191 ASSERT_FALSE(test_file.empty());
193 &test_file);
201 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
218 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
238 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
250 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
276 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
293 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
304 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
315 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
351 base::FilePath test_file = TempFilePath("save_new.txt", false); local
361 base::FilePath test_file = TempFilePath("save_existing.txt", true); local
372 base::FilePath test_file = TempFilePath("save_new.txt", false); local
383 base::FilePath test_file = TempFilePath("save_existing.txt", true); local
416 base::FilePath test_file = TempFilePath("writable.txt", true); local
426 base::FilePath test_file = TempFilePath("writable.txt", true); local
436 base::FilePath test_file = local
450 base::FilePath test_file = local
476 base::FilePath test_file = TempFilePath("writable.txt", true); local
485 base::FilePath test_file = TempFilePath("writable.txt", true); local
500 base::FilePath test_file = TempFilePath("writable.txt", true); local
514 base::FilePath test_file = TempFilePath("open_existing.txt", true); local
526 base::FilePath test_file = local
541 base::FilePath test_file = local
557 base::FilePath test_file = local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
datastorefile_test.py 43 self.test_file = datastorefile.DataStoreFile()
51 self.assertTrue(self.test_file.save_data(test_data))
52 self.assertEqual(test_data, self.test_file.data)
54 self.assertEqual(test_data, self.test_file.load_data())
55 self.assertEqual(test_data, self.test_file.data)
57 self.test_file.delete_data()
58 self.assertFalse(self.test_file.load_data())
61 self.assertFalse(self.test_file.save_data(None))
64 self.assertFalse(self.test_file.save_data(too_big_data))
67 self.assertTrue(self.test_file.save_data(test_data)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter_unittest.cc 26 base::FilePath test_file(test_dir_.Append(file_path));
29 EXPECT_TRUE(base::Move(temp_file, test_file));
30 return test_file;
60 base::FilePath test_file(CreateEmptyTestFile(input));
61 bool observed = filter_->ShouldPackageFile(test_file);
64 "i: " << i << ", input: " << test_file.value();
89 base::FilePath test_file(CreateEmptyTestFile(input));
92 SetFileAttributes(test_file.value().c_str(), FILE_ATTRIBUTE_HIDDEN);
94 bool observed = filter_->ShouldPackageFile(test_file);
96 "i: " << i << ", input: " << test_file.value()
    [all...]
convert_user_script_unittest.cc 39 base::FilePath test_file; local
40 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
41 test_file = test_file.AppendASCII("extensions")
46 test_file, GURL("http://www.google.com/foo"),
92 base::FilePath test_file; local
93 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
94 test_file = test_file.AppendASCII("extensions")
99 test_file, GURL("http://www.google.com/foo/bar.user.js?monkey")
141 base::FilePath test_file; local
159 base::FilePath test_file; local
194 base::FilePath test_file; local
229 base::FilePath test_file; local
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_test_util.h 37 const std::string& test_file,
45 const std::string& test_file,
52 const std::string& test_file,
57 const std::string& test_file,
62 const std::string& test_file);
65 const std::string& test_file);
extension_test_util.cc 57 const std::string& test_file,
66 .AppendASCII(test_file);
81 const std::string& test_file,
86 dir, test_file, location, extra_flags, std::string(), error);
90 const std::string& test_file,
95 LoadManifestUnchecked(dir, test_file, location, extra_flags, &error);
97 EXPECT_TRUE(extension.get()) << test_file << ":" << error;
102 const std::string& test_file,
104 return LoadManifest(dir, test_file, Manifest::INVALID_LOCATION, extra_flags);
108 const std::string& test_file) {
    [all...]
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 49 FilePath test_file(test_data_directory_);
50 test_file = test_file.AppendASCII("title1.html");
52 NavigateToURL(net::FilePathToFileURL(test_file));
94 FilePath test_file(test_data_directory_);
101 test_file = test_file.AppendASCII("title2.html");
102 tab->NavigateToURL(net::FilePathToFileURL(test_file));
148 FilePath test_file(test_data_directory_);
155 test_file = test_file.AppendASCII("title2.html")
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_user_script_unittest.cc 18 FilePath test_file; local
19 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
20 test_file = test_file.AppendASCII("extensions")
25 test_file, GURL("http://www.google.com/foo"), &error));
58 FilePath test_file; local
59 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
60 test_file = test_file.AppendASCII("extensions")
65 test_file, GURL("http://www.google.com/foo/bar.user.js?monkey"), &error))
97 FilePath test_file; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_browsertest.cc 60 base::FilePath test_file; local
61 if (!PathService::Get(base::DIR_SOURCE_ROOT, &test_file))
63 return test_file.AppendASCII("media").AppendASCII("test").AppendASCII("data");
126 base::FilePath test_file = src_path.AppendASCII(filename); local
128 file_util::WriteFile(test_file, content.data(), test_file_size_));
263 base::FilePath test_file = GetMediaTestDir(); local
264 ASSERT_FALSE(test_file.empty());
265 test_file = test_file.AppendASCII("sfx.ogg");
266 MoveTestFromFile("sfx.ogg", test_file, true)
270 base::FilePath test_file = GetMediaTestDir(); local
277 base::FilePath test_file = GetMediaTestDir(); local
    [all...]
  /external/chromium_org/content/browser/download/
file_metadata_unittest_linux.cc 35 const base::FilePath& test_file() const { function in class:content::__anon9992::FileMetadataLinuxTest
67 ssize_t len = getxattr(test_file().value().c_str(), attr_name.c_str(),
73 len = getxattr(test_file().value().c_str(), attr_name.c_str(), buffer, len);
81 ssize_t len = listxattr(test_file().value().c_str(), NULL, 0);
84 len = listxattr(test_file().value().c_str(), buffer, len);
116 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
123 AddOriginMetadataToFile(test_file(), dummy_url, dummy_url);
124 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
132 AddOriginMetadataToFile(test_file(), invalid_url, referrer_url());
143 AddOriginMetadataToFile(test_file(), source_url(), invalid_url)
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.h 27 base::FilePath test_file(const char* file);
component_patcher_unittest.cc 22 base::FilePath test_file(const char* file) { function
68 test_file("binary_output.bin"),
90 test_file("binary_output.bin")));
96 test_file("binary_output.bin"),
117 test_file("binary_output.bin")));
123 test_file("binary_input.bin"),
126 test_file("binary_courgette_patch.bin"),
149 test_file("binary_output.bin")));
155 test_file("binary_input.bin"),
158 test_file("binary_bsdiff_patch.bin")
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_file.py 3 def test_file(): function
  /external/chromium_org/remoting/host/
json_host_config_unittest.cc 45 base::FilePath test_file = test_dir_.path().AppendASCII("read.json"); local
46 WriteTestFile(test_file);
47 JsonHostConfig target(test_file);
68 base::FilePath test_file = test_dir_.path().AppendASCII("write.json"); local
69 WriteTestFile(test_file);
70 JsonHostConfig target(test_file);
78 JsonHostConfig reader(test_file);
  /external/chromium_org/chrome/browser/chromeos/drive/
local_file_reader_unittest.cc 71 base::FilePath test_file; local
74 temp_dir_.path(), 1024, &test_file, &expected_content));
77 file_reader_->Open(test_file, 0, callback.callback());
87 base::FilePath test_file; local
90 temp_dir_.path(), 1024, &test_file, &expected_content));
97 test_file, static_cast<int64>(offset), callback.callback());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffHeader.pl 201 Index: test_file.swf
206 Property changes on: test_file.swf
217 Index: test_file.swf
223 indexPath => "test_file.swf",
226 "Property changes on: test_file.swf\n"],
233 Index: test_file.swf
237 Index: test_file.swf
239 --- test_file.swf
240 +++ test_file.swf
242 Property changes on: test_file.sw
    [all...]
  /external/compiler-rt/lib/tsan/lit_tests/
test_output.sh 18 test_file() { function
51 test_file $c $COMPILER &
57 test_file $ROOTDIR/lit_tests/$1 $CXX "DUMP"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 44 def _get_actual_result_files(test_file, test_config):
45 test_name, _ = os.path.splitext(test_file)
46 test_directory = os.path.dirname(test_file)
59 def _rebaseline_test(test_file, baseline_target, baseline_move_to, test_config, log):
60 test_name, _ = os.path.splitext(test_file)
65 actual_result_files = _get_actual_result_files(test_file, test_config)
76 current_baselines = get_test_baselines(test_file, test_config)
99 test_file,
128 def _move_test_baselines(test_file, extensions_to_move, source_platform, destination_platform, test_config, log):
129 test_file_name = os.path.splitext(os.path.basename(test_file))[0
    [all...]
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 164 FilePath test_file() { function in class:base::files::__anon4077::FilePathWatcherTest
208 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get()));
210 ASSERT_TRUE(WriteFile(test_file(), "content"));
216 ASSERT_TRUE(WriteFile(test_file(), "content"));
220 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get()));
223 ASSERT_TRUE(WriteFile(test_file(), "new content"));
234 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get()));
237 ASSERT_TRUE(file_util::Move(source_file, test_file()));
242 ASSERT_TRUE(WriteFile(test_file(), "content"));
246 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get()))
    [all...]

Completed in 1232 milliseconds

1 2 3 4