Searched defs:test_directory (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_service_browsertest.cc43 base::FilePath test_directory; local
44 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_directory));
46 base::FilePath page1_path = test_directory.AppendASCII("title2.html");
53 base::FilePath page2_path = test_directory.AppendASCII("iframe.html");
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest_chromeos.cc172 base::FilePath test_directory = local
176 &test_directory);
183 base::FilePath test_directory = local
187 &test_directory);
195 base::FilePath test_directory = local
199 &test_directory);
207 base::FilePath test_directory = local
211 &test_directory);
H A Dfile_system_apitest.cc273 base::FilePath test_directory = test_file.DirName(); local
275 &test_directory);
285 base::FilePath test_directory = test_file.DirName(); local
287 &test_directory);
298 base::FilePath test_directory = test_file.DirName(); local
300 &test_directory);
311 base::FilePath test_directory = test_file.DirName(); local
313 &test_directory);
326 base::FilePath test_directory = test_file.DirName(); local
328 kGraylistedPath, test_directory, fals
341 base::FilePath test_directory = test_file.DirName(); local
356 base::FilePath test_directory = test_file.DirName(); local
375 base::FilePath test_directory = test_file.DirName(); local
595 base::FilePath test_directory = test_file.DirName(); local
625 base::FilePath test_directory = test_file.DirName(); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb21 def test_directory method in class:ANTLR3.Test.Location
26 File.join( test_directory, *parts )
/external/chromium_org/chrome/browser/extensions/
H A Dapp_process_apitest.cc50 GURL GetTestBaseURL(const std::string& test_directory) { argument
55 "/extensions/api_test/" + test_directory + "/");
/external/markdown/
H A Dtest-markdown.py163 def test_directory(self, dir, measure_time=False, safe_mode=False, encoding="utf-8", output_format='xhtml1') : member in class:TestRunner
316 #test.test_directory("tests/basic")
317 tester.test_directory("tests/markdown-test", measure_time=True)
318 tester.test_directory("tests/misc", measure_time=True)
319 tester.test_directory("tests/extensions-x-tables")
320 tester.test_directory("tests/extensions-x-footnotes")
321 #tester.test_directory("tests/extensions-x-ext1-ext2")
322 tester.test_directory("tests/safe_mode", measure_time=True, safe_mode="escape")
323 tester.test_directory("tests/extensions-x-wikilinks")
324 tester.test_directory("test
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc281 const std::string& test_directory) {
285 GetTestFilePath("indexeddb", test_directory.c_str()).Append(leveldb_dir);
279 CopyLevelDBToProfile(Shell* shell, scoped_refptr<IndexedDBContextImpl> context, const std::string& test_directory) argument
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc244 const base::FilePath& test_directory() const { function in class:content::ObfuscatedFileUtilTest

Completed in 354 milliseconds