HomeSort by relevance Sort by last modified time
    Searched defs:test_path (Results 1 - 25 of 32) sorted by null

1 2

  /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...]
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_unittest.cc 35 base::FilePath test_path = temp_dir_.path(); local
37 test_path.Append(FirefoxProfileLock::kLockFileName);
42 lock.reset(new FirefoxProfileLock(test_path));
68 base::FilePath test_path = temp_dir_.path(); local
70 test_path.Append(FirefoxProfileLock::kLockFileName);
80 lock.reset(new FirefoxProfileLock(test_path));
91 base::FilePath test_path = temp_dir_.path(); local
95 lock1.reset(new FirefoxProfileLock(test_path));
100 lock2.reset(new FirefoxProfileLock(test_path));
firefox_importer_browsertest.cc 219 base::FilePath test_path = temp_dir_.path().AppendASCII("ImporterTest"); variable
220 base::DeleteFile(test_path, true);
221 file_util::CreateDirectory(test_path);
222 profile_path_ = test_path.AppendASCII("profile");
223 app_path_ = test_path.AppendASCII("app");
  /external/chromium_org/base/files/
scoped_temp_dir_unittest.cc 15 FilePath test_path; local
17 &test_path);
20 EXPECT_TRUE(DirectoryExists(test_path));
23 EXPECT_TRUE(dir.Set(test_path));
26 EXPECT_FALSE(DirectoryExists(test_path));
30 EXPECT_TRUE(dir.Set(test_path));
32 EXPECT_TRUE(DirectoryExists(test_path));
35 EXPECT_EQ(path.value(), test_path.value());
38 EXPECT_TRUE(DirectoryExists(test_path));
43 EXPECT_TRUE(dir.Set(test_path));
51 FilePath test_path; local
70 FilePath test_path; local
    [all...]
file_util_proxy_unittest.cc 94 file_ = CreatePlatformFile(test_path(), flags, &created, &error);
104 const FilePath test_path() const { return dir_.path().AppendASCII("test"); } function in class:base::FileUtilProxyTest
123 test_path(),
131 EXPECT_TRUE(PathExists(test_path()));
136 file_util::WriteFile(test_path(), NULL, 0);
137 ASSERT_TRUE(PathExists(test_path()));
142 test_path(),
155 test_path(),
162 EXPECT_FALSE(PathExists(test_path()));
172 EXPECT_FALSE(base::Move(test_path(),
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
instance_servlet_test.py 35 def test_path(path, status=404): function in function:InstanceServletTest.testHostFileSystemNotAccessed
38 test_path('extensions/storage.html')
39 test_path('apps/storage.html')
40 test_path('extensions/examples/foo.zip')
41 test_path('extensions/examples/foo.html')
42 test_path('static/foo.css')
43 test_path('beta/extensions/storage.html', status=301)
44 test_path('beta/apps/storage.html', status=301)
45 test_path('beta/extensions/examples/foo.zip', status=301)
46 test_path('beta/extensions/examples/foo.html', status=301
    [all...]
  /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/chromium_org/chrome/test/perf/
indexeddb_uitest.cc 34 base::FilePath test_path = GetIndexedDBTestDir(); local
35 test_path = test_path.Append(start_file);
36 GURL test_url(net::FilePathToFileURL(test_path));
dom_checker_uitest.cc 215 base::FilePath test_path = GetDomCheckerDir(); local
216 test_path = test_path.Append(start_file);
217 test_url = net::FilePathToFileURL(test_path);
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 175 base::FilePath test_path = TempFilePath("test.localized", false); local
176 ASSERT_TRUE(file_util::CreateDirectory(test_path));
178 base::FilePath test_file = test_path.AppendASCII("gold.txt");
  /external/chromium_org/chrome_frame/test/
html_util_unittests.cc 42 base::FilePath test_path; local
43 if (!PathService::Get(base::DIR_SOURCE_ROOT, &test_path)) {
48 test_path = test_path.AppendASCII("chrome_frame");
49 test_path = test_path.AppendASCII("test");
50 test_path = test_path.AppendASCII("html_util_test_data");
51 test_path = test_path.AppendASCII(test_case)
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 140 base::FilePath test_path; local
151 test_path = idb_context->GetFilePathForTesting(
153 ASSERT_TRUE(file_util::CreateDirectory(test_path));
190 EXPECT_FALSE(base::DirectoryExists(test_path));
  /external/skia/tests/
PathUtilsTest.cpp 113 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, function
152 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
  /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_org/chrome/browser/sessions/
better_session_restore_browsertest.cc 263 std::string test_path() { function in class:BetterSessionRestoreTest
  /external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc 76 base::FilePath test_path; local
77 PathService::Get(chrome::DIR_TEST_DATA, &test_path);
78 test_path = test_path.Append(FILE_PATH_LITERAL("perf"));
79 test_path = test_path.Append(FILE_PATH_LITERAL("frame_rate"));
81 test_path = test_path.Append(FILE_PATH_LITERAL("private"));
83 test_path = test_path.Append(FILE_PATH_LITERAL("content"))
164 base::FilePath test_path = GetDataPath(name); local
    [all...]
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader_unittest.cc 70 file_util::WriteFile(test_path(), kTestData, kTestDataSize);
72 ASSERT_TRUE(file_util::GetFileInfo(test_path(), &info));
98 ASSERT_TRUE(file_util::TouchFile(test_path(),
108 base::FilePath test_path() const { return dir_.path().AppendASCII("test"); } function in class:webkit_blob::LocalFileStreamReaderTest
165 CreateFileReader(test_path(), 0, test_file_modification_time()));
179 CreateFileReader(test_path(), 0, test_file_modification_time()));
187 reader.reset(CreateFileReader(test_path(), 0, base::Time()));
196 CreateFileReader(test_path(), 3, base::Time()));
207 CreateFileReader(test_path(), 0, test_file_modification_time()));
221 CreateFileReader(test_path(), 0, test_file_modification_time()))
    [all...]
  /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/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 86 base::FilePath test_path;
87 test_path = gpu_test_dir_.Append(url);
88 ASSERT_TRUE(base::PathExists(test_path))
89 << "Missing test file: " << test_path.value();
94 browser(), net::FilePathToFileURL(test_path),
98 browser(), net::FilePathToFileURL(test_path));
487 base::FilePath test_path = gpu_test_dir_.Append(url); local
488 ASSERT_TRUE(base::PathExists(test_path))
489 << "Missing test file: " << test_path.value();
491 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_path));
    [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.cc 141 base::FilePath test_path; local
142 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_path));
143 test_path = test_path.Append(FILE_PATH_LITERAL("ppapi"));
144 test_path = test_path.Append(FILE_PATH_LITERAL("tests"));
145 test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html"));
148 EXPECT_TRUE(base::PathExists(test_path));
150 GURL test_url = net::FilePathToFileURL(test_path);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 89 def __init__(self, port, test_name, test_path, test_runner_count=DEFAULT_TEST_RUNNER_COUNT):
92 self._test_path = test_path
104 def test_path(self): member in class:PerfTest
168 output = self.run_single(driver, self.test_path(), time_out_ms)
201 def run_single(self, driver, test_path, time_out_ms, should_run_pixel_test=False):
202 return driver.run_test(DriverInput(test_path, time_out_ms, image_hash=None, should_run_pixel_test=should_run_pixel_test), stop_when_done=False)
262 def __init__(self, port, test_name, test_path, test_runner_count=1):
263 super(SingleProcessPerfTest, self).__init__(port, test_name, test_path, test_runner_count)
269 def __init__(self, port, test_name, test_path, test_runner_count=DEFAULT_TEST_RUNNER_COUNT):
270 super(ChromiumStylePerfTest, self).__init__(port, test_name, test_path, test_runner_count
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux_unittest.cc 336 base::FilePath test_path = CreateMountPointWithDCIMDir(kMountPointA); local
337 ASSERT_FALSE(test_path.empty());
339 MtabTestData(kDeviceDCIM2, test_path.value(), kValidFS),
350 EXPECT_EQ(test_path.value(), observer().last_attached().location());

Completed in 543 milliseconds

1 2