HomeSort by relevance Sort by last modified time
    Searched refs:test_path (Results 1 - 22 of 22) sorted by null

  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 11 FilePath test_path; local
13 &test_path);
16 EXPECT_TRUE(file_util::DirectoryExists(test_path));
19 EXPECT_TRUE(dir.Set(test_path));
22 EXPECT_FALSE(file_util::DirectoryExists(test_path));
26 EXPECT_TRUE(dir.Set(test_path));
28 EXPECT_TRUE(file_util::DirectoryExists(test_path));
31 EXPECT_EQ(path.value(), test_path.value());
34 EXPECT_TRUE(file_util::DirectoryExists(test_path));
39 EXPECT_TRUE(dir.Set(test_path));
47 FilePath test_path; local
66 FilePath test_path; local
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 37 FilePath test_path; local
39 FILE_PATH_LITERAL("firefox_profile"), &test_path));
40 FilePath lock_file_path = test_path;
47 lock.reset(new FirefoxProfileLock(test_path));
73 FilePath test_path; local
75 FILE_PATH_LITERAL("firefox_profile"), &test_path));
76 FilePath lock_file_path = test_path;
88 lock.reset(new FirefoxProfileLock(test_path));
99 FilePath test_path; local
101 FILE_PATH_LITERAL("firefox_profile"), &test_path));
    [all...]
importer_unittest.cc 63 FilePath test_path = temp_dir_.path().AppendASCII("ImporterTest"); local
64 file_util::Delete(test_path, true);
65 file_util::CreateDirectory(test_path);
66 profile_path_ = test_path.AppendASCII("profile");
67 app_path_ = test_path.AppendASCII("app");
    [all...]
  /external/chromium/chrome/browser/web_applications/
web_app_unittest.cc 62 FilePath test_path(FILE_PATH_LITERAL("/path/to/test"));
63 FilePath result = web_app::GetDataDir(test_path);
64 test_path = test_path.AppendASCII("Web Applications");
65 EXPECT_EQ(test_path.value(), result.value());
  /external/harfbuzz_ng/test/api/
hb-test.h 166 hb_test_add_func (const char *test_path,
169 char *normal_path = hb_test_normalize_path (test_path);
176 hb_test_add_func_flavor (const char *test_path,
180 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
187 hb_test_add_data_func (const char *test_path,
191 char *normal_path = hb_test_normalize_path (test_path);
198 hb_test_add_data_func_flavor (const char *test_path,
203 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
211 hb_test_add_vtable (const char *test_path,
218 char *normal_path = hb_test_normalize_path (test_path);
    [all...]
  /external/webkit/Tools/Scripts/
test-webkitpy 146 test_path = os.path.join(webkitpy_dir, "python24",
149 test_file = open(test_path, "w")
157 if not os.path.exists(test_path):
158 raise Exception("Test .pyc file not created: %s" % test_path)
161 _clean_pyc_files(path, [test_path])
163 if os.path.exists(test_path):
164 raise Exception("Test .pyc file not deleted: %s" % test_path)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 15 attr_accessor :test_path
18 File.basename( test_path, '.rb' )
22 File.dirname( test_path )
159 klass.test_path = call_stack[ 0 ].file
166 def test_path method in class:ANTLR3.Test.Functional
167 self.class.test_path
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 130 FilePath test_path; local
131 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_path)) {
133 return test_path;
136 test_path = test_path.AppendASCII("profiles");
137 test_path = test_path.AppendASCII("complex_theme");
138 test_path = test_path.AppendASCII("Default");
139 test_path = test_path.AppendASCII("Extensions")
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path_unittest.py 35 def assertMatch(self, test_path, expected_uri,
39 self.assertEqual(path.abspath_to_uri(test_path, platform=platform),
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 205 test_path = self._filesystem.join(port.layout_tests_dir(), test_name)
207 test_path = test_input.uri
209 actual_text = port.expected_text(test_path)
210 actual_audio = port.expected_audio(test_path)
212 actual_checksum = port.expected_checksum(test_path)
213 actual_image = port.expected_image(test_path)
262 test_path = self._filesystem.join(port.layout_tests_dir(), test_name)
264 actual_text = port.expected_text(test_path)
268 actual_checksum = port.expected_checksum(test_path)
270 actual_image = port.expected_image(test_path)
    [all...]
webkit.py 316 skip_lines = map(lambda test_path: "BUG_SKIPPED SKIP : %s = FAIL" %
317 test_path, tests_to_skip)
  /external/skia/gm/
pathreverse.cpp 13 static void test_path(SkCanvas* canvas, const SkPath& path) { function
24 test_path(canvas, path);
30 test_path(canvas, rev);
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 49 test_path = path_for_layout_test(flaky_test)
50 commit_infos = self._tool.checkout().recent_commit_infos_for_files([test_path])
85 def _view_source_url_for_test(self, test_path):
86 return urls.view_source_url("LayoutTests/%s" % test_path)
131 def _results_diff_path_for_test(self, test_path):
135 (test_path_root, _) = os.path.splitext(test_path)
  /external/v8/test/test262/
testcfg.py 95 test_path = ['test262', file[:-3]]
96 if self.Contains(path, test_path):
97 test = Test262TestCase(join(root, file), test_path, self.context,
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 426 String test_path = LAYOUT_TESTS_ROOT; local
428 test_path += runner.mTestPath;
430 test_path = new File(test_path).getAbsolutePath();
431 Log.v("LayoutTestsAutoTest", " Test path : " + test_path);
433 return test_path;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 169 test_path = os.path.join('LayoutTests', 'platform', dirname, test)
170 if path_exists(test_path):
rebaseline_chromium_webkit_tests.py 747 test_path = self._filesystem.join(self._target_port.layout_tests_dir(), test)
748 html = self.HTML_TR_TEST % (self.abspath_to_uri(test_path), test)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 151 test_path = self._get_path_relative_to_layout_test_root(test)
152 if test_path != test:
153 test_results[test_path] = test_results[test]
  /development/testrunner/
runtest.py 150 parser.add_option("-x", "--path", dest="test_path",
181 and not self._options.test_path
217 if not self._options.test_path:
368 elif self._options.test_path:
370 self._tests_to_run = walker.FindTests(self._options.test_path)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 362 test_path = test_config.filesystem.join(
370 test_path, baseline_extension)
372 test_path, baseline_extension, all_baselines=True)
436 test_path = filesystem.join(layout_tests_directory, test_file)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 125 $test_path = $test_dir ."/" . $suite ."/". $test_subdir ."/". $js_test;
128 if ( !-e $test_path ) {
  /external/chromium/base/
file_util_unittest.cc 1534 FilePath test_path = local
1537 FilePath test_path = local
1595 FilePath test_path = local
    [all...]

Completed in 1180 milliseconds