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

1 2

  /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/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...]
image_loading_tracker_unittest.cc 56 FilePath test_file; local
57 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_file)) {
61 test_file = test_file.AppendASCII("extensions")
65 JSONFileValueSerializer serializer(test_file.AppendASCII("app.json"));
77 return Extension::Create(test_file, Extension::INVALID, *valid_value,
extension_startup_browsertest.cc 103 FilePath test_file; local
104 PathService::Get(chrome::DIR_TEST_DATA, &test_file);
105 test_file = test_file.AppendASCII("extensions")
106 .AppendASCII("test_file.html");
108 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_file));
  /external/clang/bindings/python/tests/cindex/
test_file.py 3 def test_file(): function
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner_unittest.py 42 def _get_test_input_for_file(self, test_file):
43 return test_file
test_runner.py 440 def _get_dir_for_test_file(self, test_file):
443 index = test_file.rfind(self._fs.sep + self.LAYOUT_TESTS_DIRECTORY)
445 test_file = test_file[index + len(self.LAYOUT_TESTS_DIRECTORY):]
446 test_file_parts = test_file.split(self._fs.sep, 1)
448 test_file = test_file_parts[1]
456 and test_file.find(self._fs.sep) >= 0):
457 test_file_parts = test_file.split(self._fs.sep, 1)
460 test_file = test_file_parts[1]
464 def _get_test_input_for_file(self, test_file)
    [all...]
  /external/compiler-rt/lib/tsan/lit_tests/
test_output.sh 18 test_file() { function
43 test_file $c $COMPILER &
49 test_file $ROOTDIR/lit_tests/$1 $CXX "DUMP"
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 164 FilePath test_file() { function in class:base::files::__anon3614::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...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 230 def _get_actual_result_files(test_file, test_config):
231 test_name, _ = os.path.splitext(test_file)
232 test_directory = os.path.dirname(test_file)
245 def _rebaseline_test(test_file, baseline_target, baseline_move_to, test_config, log):
246 test_name, _ = os.path.splitext(test_file)
251 actual_result_files = _get_actual_result_files(test_file, test_config)
262 current_baselines = _get_test_baselines(test_file, test_config)
285 test_file,
314 def _move_test_baselines(test_file, extensions_to_move, source_platform, destination_platform, test_config, log):
315 test_file_name = os.path.splitext(os.path.basename(test_file))[0
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
full_test.py 107 for test_file in test_files:
108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
not_strict_test.py 66 for test_file in test_files:
67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
  /external/chromium/chrome/browser/policy/
user_policy_cache_unittest.cc 98 EXPECT_EQ(size, file_util::WriteFile(test_file(), data.c_str(), size));
116 FilePath test_file() { function in class:policy::UserPolicyCacheTest
195 UserPolicyCache cache(test_file());
203 UserPolicyCache cache(test_file());
216 UserPolicyCache cache(test_file());
228 UserPolicyCache cache(test_file());
242 UserPolicyCache cache(test_file());
251 UserPolicyCache cache(test_file());
277 UserPolicyCache cache(test_file());
299 UserPolicyCache cache(test_file());
    [all...]
  /development/testrunner/test_defs/
gtest.py 88 for test_file in test_file_list:
89 logger.SilentLog('Creating gtest suite for file %s' % test_file)
92 suite.SetTargetExecPath(os.path.join(target_root_path, test_file))
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 250 FilePath test_file(test_data_directory_);
251 test_file = test_file.AppendASCII("http_to_file.html");
252 GURL file_url = net::FilePathToFileURL(test_file);
272 FilePath test_file(test_data_directory_);
273 test_file = test_file.AppendASCII("ref_redirect.html");
274 GURL first_url = net::FilePathToFileURL(test_file);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiff.pl 73 Index: test_file.swf
78 Property changes on: test_file.swf
89 Index: test_file.swf
98 indexPath => "test_file.swf",
109 Index: test_file.swf
114 Property changes on: test_file.swf
126 Index: test_file.swf
136 indexPath => "test_file.swf",
493 Index: test_file.swf
498 Property changes on: test_file.sw
    [all...]
parseSvnDiffHeader.pl 175 Index: test_file.swf
180 Property changes on: test_file.swf
191 Index: test_file.swf
195 indexPath => "test_file.swf",
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 196 test_file = port._filesystem.join(layout_test_dir, "foo", "bar.html")
205 path = test_file.replace("\\", "/")
208 path = test_file
210 self.assertEqual(port.filename_to_uri(test_file),
211 abspath_to_uri(test_file))
241 test_file = filesystem.join(layout_test_dir, 'fast', 'test.html')
245 port.expected_baselines(test_file, '.txt'),
254 port.expected_baselines(test_file, '.txt'),
260 port.expected_baselines(test_file, '.txt'),
  /external/webkit/Tools/Scripts/
test-webkitpy 149 test_file = open(test_path, "w")
151 test_file.write("Test .pyc file generated by test-webkitpy.")
153 test_file.close()
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 47 FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile); local
48 return test_file;
54 FilePath test_file = test_data_directory.AppendASCII(kEmptyPDFTestFile); local
55 return test_file;
61 FilePath test_file = GetTestDataFileName(); local
62 file_util::ReadFileToString(test_file, &sTestFileData);

Completed in 1088 milliseconds

1 2