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

1 2

  /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 48 const FilePath test_path() const { return dir_.path().AppendASCII("test"); } function in class:base::FileUtilProxyTest
66 ASSERT_EQ(4, WriteFile(test_path(), "test", 4));
68 GetFileInfo(test_path(), &expected_info);
73 test_path(),
89 ASSERT_TRUE(base::CreateDirectory(test_path()));
91 GetFileInfo(test_path(), &expected_info);
96 test_path(),
111 ASSERT_EQ(4, WriteFile(test_path(), "test", 4));
117 test_path(),
125 GetFileInfo(test_path(), &info)
    [all...]
file_proxy_unittest.cc 75 test_path(), flags,
85 const FilePath test_path() const { return dir_.path().AppendASCII("test"); } function in class:base::FileProxyTest
102 test_path(),
110 EXPECT_TRUE(PathExists(test_path()));
115 base::WriteFile(test_path(), NULL, 0);
116 ASSERT_TRUE(PathExists(test_path()));
121 test_path(),
134 test_path(),
141 EXPECT_FALSE(PathExists(test_path()));
149 test_path(),
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_component_extension_resource_manager_unittest.cc 35 base::FilePath test_path; local
36 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_path));
37 test_path = test_path.AppendASCII("extensions").AppendASCII("file_manager");
42 test_path, FILE_PATH_LITERAL("app.json"), &error));
  /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 254 base::FilePath test_path = temp_dir_.path().AppendASCII("ImporterTest"); variable
255 base::DeleteFile(test_path, true);
256 base::CreateDirectory(test_path);
257 profile_path_ = test_path.AppendASCII("profile");
258 app_path_ = test_path.AppendASCII("app");
  /cts/tests/webgl/res/raw/
extract_webgl_tests.py 63 test_path = test.replace(path_directory + "/", "") variable
68 print " public void test_" + test_name + "() throws Exception { doTest(\"" + test_path + "\"); }"
  /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...]
render_servlet_test.py 125 def test_path(path, content_type): function in function:RenderServletTest.testEtags
150 test_path('static/css/out/site.css', 'text/css; charset=utf-8')
151 test_path('extensions/storage', 'text/html; charset=utf-8')
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor_unittest.cc 35 base::FilePath test_path; local
  /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/chromium_org/third_party/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/jemalloc/
Android.test.mk 21 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(test_path)
51 test_path := macro
  /external/chromium_org/content/shell/renderer/test_runner/
test_interfaces.cc 119 std::string test_path = spec.substr(spec.find("/inspector/") + 11); local
120 size_t slash_index = test_path.find("/");
123 test_path.substr(0, slash_index).c_str());
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 62 base::FilePath test_path; local
63 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_path));
64 test_path = test_path.Append(FILE_PATH_LITERAL("ppapi"));
65 test_path = test_path.Append(FILE_PATH_LITERAL("tests"));
66 test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html"));
69 EXPECT_TRUE(base::PathExists(test_path));
70 GURL test_url = net::FilePathToFileURL(test_path);
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, function
148 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 170 base::FilePath test_path = TempFilePath("test.localized", false); local
171 ASSERT_TRUE(base::CreateDirectory(test_path));
173 base::FilePath test_file = test_path.AppendASCII("gold.txt");
  /external/chromium_org/content/browser/fileapi/
local_file_stream_reader_unittest.cc 71 base::WriteFile(test_path(), kTestData, kTestDataSize);
73 ASSERT_TRUE(base::GetFileInfo(test_path(), &info));
99 ASSERT_TRUE(base::TouchFile(test_path(),
109 base::FilePath test_path() const { return dir_.path().AppendASCII("test"); } function in class:content::LocalFileStreamReaderTest
161 CreateFileReader(test_path(), 0, test_file_modification_time()));
175 CreateFileReader(test_path(), 0, test_file_modification_time()));
183 reader.reset(CreateFileReader(test_path(), 0, base::Time()));
192 CreateFileReader(test_path(), 3, base::Time()));
203 CreateFileReader(test_path(), 0, test_file_modification_time()));
217 CreateFileReader(test_path(), 0, test_file_modification_time()))
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 162 base::FilePath test_path; local
184 test_path = idb_context->GetFilePathForTesting(
223 EXPECT_FALSE(base::DirectoryExists(test_path));
234 base::FilePath test_path = idb_context->GetFilePathForTesting( local
236 ASSERT_TRUE(base::CreateDirectory(test_path));
239 LevelDBDatabase::LockForTesting(test_path);
248 EXPECT_TRUE(base::DirectoryExists(test_path));
  /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 153 base::FilePath test_path; local
154 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_path));
155 test_path = test_path.Append(FILE_PATH_LITERAL("ppapi"));
156 test_path = test_path.Append(FILE_PATH_LITERAL("tests"));
157 test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html"));
160 EXPECT_TRUE(base::PathExists(test_path));
162 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)
268 def __init__(self, port, test_name, test_path, test_runner_count=1):
269 super(SingleProcessPerfTest, self).__init__(port, test_name, test_path, test_runner_count)
275 def __init__(self, port, test_name, test_path, test_runner_count=DEFAULT_TEST_RUNNER_COUNT):
276 super(ChromiumStylePerfTest, self).__init__(port, test_name, test_path, test_runner_count
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 177 base::FilePath test_path; local
178 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_path)) {
180 return test_path;
183 test_path = test_path.AppendASCII("profiles");
184 test_path = test_path.AppendASCII("profile_with_complex_theme");
185 test_path = test_path.AppendASCII("Default");
186 test_path = test_path.AppendASCII("Extensions")
193 base::FilePath test_path; local
    [all...]
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 317 base::FilePath test_path = CreateMountPointWithDCIMDir(kMountPointA); local
318 ASSERT_FALSE(test_path.empty());
320 MtabTestData(kDeviceDCIM2, test_path.value(), kValidFS),
330 EXPECT_EQ(test_path.value(), observer().last_attached().location());

Completed in 1665 milliseconds

1 2