Searched defs:test_path (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/base/files/
H A Dscoped_temp_dir_unittest.cc15 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...]
H A Dfile_util_proxy_unittest.cc48 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(),
[all...]
H A Dfile_proxy_unittest.cc75 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/
H A Dchrome_component_extension_resource_manager_unittest.cc35 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/
H A Dfirefox_profile_lock_unittest.cc35 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));
H A Dfirefox_importer_browsertest.cc254 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");
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dinstance_servlet_test.py37 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('bet
[all...]
H A Drender_servlet_test.py125 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/
H A Dimage_metadata_extractor_unittest.cc35 base::FilePath test_path; local
/external/chromium_org/third_party/skia/gm/
H A Dpathreverse.cpp13 static void test_path(SkCanvas* canvas, const SkPath& path) { function
24 test_path(canvas, path);
30 test_path(canvas, rev);
/external/jemalloc/
H A DAndroid.test.mk21 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(test_path)
51 test_path := macro
/external/skia/gm/
H A Dpathreverse.cpp13 static void test_path(SkCanvas* canvas, const SkPath& path) { function
24 test_path(canvas, path);
30 test_path(canvas, rev);
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc61 base::FilePath test_path; local
62 PathService::Get(base::DIR_EXE, &test_path);
63 base::FilePath program(test_path.Append(FILE_PATH_LITERAL(
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb15 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/
H A Dfile_system_apitest.cc170 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/
H A Dlocal_file_stream_reader_unittest.cc71 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(),
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_unittest.cc162 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/content/shell/renderer/test_runner/
H A Dtest_interfaces.cc119 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/
H A Dppapi_test.cc62 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/
H A DPathUtilsTest.cpp109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, function
148 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
/external/skia/tests/
H A DPathUtilsTest.cpp109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, function
148 test_path(reporter, &bmpTruth, binBmp, w[i], h, rowBytes);
/external/chromium_org/chrome/browser/sessions/
H A Dbetter_session_restore_browsertest.cc341 std::string test_path() { function in class:BetterSessionRestoreTest
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc153 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/
H A Dperftest.py89 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_coun
[all...]
/external/harfbuzz_ng/test/api/
H A Dhb-test.h163 hb_test_add_func (const char *test_path, argument
166 char *normal_path = hb_test_normalize_path (test_path);
173 hb_test_add_func_flavor (const char *test_path, argument
177 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
184 hb_test_add_data_func (const char *test_path, argument
188 char *normal_path = hb_test_normalize_path (test_path);
195 hb_test_add_data_func_flavor (const char *test_path, argument
200 char *path = g_strdup_printf ("%s/%s", test_path, flavor);
208 hb_test_add_vtable (const char *test_path, argument
215 char *normal_path = hb_test_normalize_path (test_path);
235 hb_test_add_vtable_flavor(const char *test_path, const char *flavor, gsize data_size, gconstpointer test_data, hb_test_fixture_func_t data_setup, hb_test_fixture_func_t data_test, hb_test_fixture_func_t data_teardown) argument
[all...]

Completed in 1142 milliseconds

12