/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 | 218 base::FilePath test_path = temp_dir_.path().AppendASCII("ImporterTest"); variable 219 base::DeleteFile(test_path, true); 220 base::CreateDirectory(test_path); 221 profile_path_ = test_path.AppendASCII("profile"); 222 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 | 37 def test_path(path, status=404): function in function:InstanceServletTest.testHostFileSystemNotAccessed 40 test_path('extensions/storage.html') 41 test_path('apps/storage.html') 42 test_path('extensions/examples/foo.zip') 43 test_path('extensions/examples/foo.html') 44 test_path('static/foo.css') 45 test_path('beta/extensions/storage.html', status=301) 46 test_path('beta/apps/storage.html', status=301) 47 test_path('beta/extensions/examples/foo.zip', status=301) 48 test_path('beta/extensions/examples/foo.html', status=301 [all...] |
/external/chromium_org/gpu/gles2_conform_support/ |
gles2_conform_test.cc | 61 base::FilePath test_path; local 62 PathService::Get(base::DIR_EXE, &test_path); 63 base::FilePath program(test_path.Append(FILE_PATH_LITERAL(
|
/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 | 35 base::FilePath test_path = GetIndexedDBTestDir(); local 36 test_path = test_path.Append(start_file); 37 GURL test_url(net::FilePathToFileURL(test_path));
|
dom_checker_uitest.cc | 220 base::FilePath test_path = GetDomCheckerDir(); local 221 test_path = test_path.Append(start_file); 222 test_url = net::FilePathToFileURL(test_path);
|
/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/skia/tests/ |
PathUtilsTest.cpp | 112 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, function 151 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/extensions/api/file_system/ |
file_system_apitest.cc | 180 base::FilePath test_path = TempFilePath("test.localized", false); local 181 ASSERT_TRUE(base::CreateDirectory(test_path)); 183 base::FilePath test_file = test_path.AppendASCII("gold.txt");
|
/external/chromium_org/chrome/test/perf/frame_rate/ |
frame_rate_tests.cc | 77 base::FilePath test_path; local 78 PathService::Get(chrome::DIR_TEST_DATA, &test_path); 79 test_path = test_path.Append(FILE_PATH_LITERAL("perf")); 80 test_path = test_path.Append(FILE_PATH_LITERAL("frame_rate")); 82 test_path = test_path.Append(FILE_PATH_LITERAL("private")); 84 test_path = test_path.Append(FILE_PATH_LITERAL("content")) 165 base::FilePath test_path = GetDataPath(name); local [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_unittest.cc | 148 base::FilePath test_path; local 159 test_path = idb_context->GetFilePathForTesting( 161 ASSERT_TRUE(base::CreateDirectory(test_path)); 198 EXPECT_FALSE(base::DirectoryExists(test_path)); 209 base::FilePath test_path = idb_context->GetFilePathForTesting( local 211 ASSERT_TRUE(base::CreateDirectory(test_path)); 214 LevelDBDatabase::LockForTesting(test_path); 223 EXPECT_TRUE(base::DirectoryExists(test_path));
|
/external/chromium_org/webkit/browser/blob/ |
local_file_stream_reader_unittest.cc | 69 file_util::WriteFile(test_path(), kTestData, kTestDataSize); 71 ASSERT_TRUE(base::GetFileInfo(test_path(), &info)); 97 ASSERT_TRUE(base::TouchFile(test_path(), 107 base::FilePath test_path() const { return dir_.path().AppendASCII("test"); } function in class:webkit_blob::LocalFileStreamReaderTest 164 CreateFileReader(test_path(), 0, test_file_modification_time())); 178 CreateFileReader(test_path(), 0, test_file_modification_time())); 186 reader.reset(CreateFileReader(test_path(), 0, base::Time())); 195 CreateFileReader(test_path(), 3, base::Time())); 206 CreateFileReader(test_path(), 0, test_file_modification_time())); 220 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/browser/sessions/ |
better_session_restore_browsertest.cc | 341 std::string test_path() { function in class:BetterSessionRestoreTest
|
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.cc | 149 base::FilePath test_path; local 150 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_path)); 151 test_path = test_path.Append(FILE_PATH_LITERAL("ppapi")); 152 test_path = test_path.Append(FILE_PATH_LITERAL("tests")); 153 test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html")); 156 EXPECT_TRUE(base::PathExists(test_path)); 158 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 169 output = self.run_single(driver, self.test_path(), time_out_ms) 206 def run_single(self, driver, test_path, time_out_ms, should_run_pixel_test=False): 207 return driver.run_test(DriverInput(test_path, time_out_ms, image_hash=None, should_run_pixel_test=should_run_pixel_test, args=[]), stop_when_done=False) 267 def __init__(self, port, test_name, test_path, test_runner_count=1): 268 super(SingleProcessPerfTest, self).__init__(port, test_name, test_path, test_runner_count) 274 def __init__(self, port, test_name, test_path, test_runner_count=DEFAULT_TEST_RUNNER_COUNT): 275 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 | 323 base::FilePath test_path = CreateMountPointWithDCIMDir(kMountPointA); local 324 ASSERT_FALSE(test_path.empty()); 326 MtabTestData(kDeviceDCIM2, test_path.value(), kValidFS), 337 EXPECT_EQ(test_path.value(), observer().last_attached().location());
|