HomeSort by relevance Sort by last modified time
    Searched defs:test_dir (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/chrome/browser/resources/
test_presubmit.py 13 test_dir = os.path.dirname(os.path.abspath(__file__)) variable
15 os.path.normpath(os.path.join(test_dir, '..', '..', '..', 'tools')),
16 os.path.join(test_dir),
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 60 base::FilePath test_dir; variable
61 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir));
62 gpu_test_dir_ = test_dir.AppendASCII("gpu");
  /external/chromium_org/content/browser/gpu/
gpu_memory_test.cc 72 base::FilePath test_dir; variable
73 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &test_dir));
74 gpu_test_dir_ = test_dir.AppendASCII("gpu");
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 298 std::string test_dir; local
299 Env::Default()->GetTestDirectory(&test_dir);
300 Env::Default()->GetChildren(test_dir.c_str(), &files);
304 std::string file_name(test_dir);
396 std::string test_dir; local
397 Env::Default()->GetTestDirectory(&test_dir);
400 test_dir.c_str(),
db_bench_sqlite3.cc 323 std::string test_dir; local
324 Env::Default()->GetTestDirectory(&test_dir);
325 Env::Default()->GetChildren(test_dir, &files);
329 std::string file_name(test_dir);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 13 from .support import driver, test_dir namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 13 from .support import driver, test_dir namespace
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor_browsertest.cc 758 base::FilePath test_dir; local
759 PathService::Get(chrome::DIR_TEST_DATA, &test_dir);
762 ASSERT_TRUE(file_util::GetFileSize(test_dir.AppendASCII("title1.html"),
766 ASSERT_TRUE(file_util::GetFileSize(test_dir.AppendASCII("title2.html"),
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux_unittest.cc 176 base::FilePath test_dir = scoped_temp_dir_.path().AppendASCII("test_etc"); variable
177 ASSERT_TRUE(file_util::CreateDirectory(test_dir));
178 mtab_file_ = test_dir.AppendASCII("test_mtab");
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 96 const base::FilePath& test_dir() const { function in class:content::__anon10179::RenderWidgetHostViewBrowserTest
238 test_dir().AppendASCII("rwhv_compositing_animation.html"));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
test_ftplib.py 536 def test_dir(self): member in class:TestFTPClass
test_builtin.py 267 def test_dir(self): member in class:BuiltinTest
    [all...]
test_descr.py 2246 def test_dir(self): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
test_ftplib.py 536 def test_dir(self): member in class:TestFTPClass
test_builtin.py 267 def test_dir(self): member in class:BuiltinTest
    [all...]
test_descr.py 2246 def test_dir(self): function
    [all...]
  /external/chromium_org/chrome/test/reliability/
page_load_test.cc 750 base::FilePath test_dir; local
751 PathService::Get(chrome::DIR_TEST_DATA, &test_dir);
752 test_dir = test_dir.AppendASCII("reliability");
753 test_dir = test_dir.AppendASCII("sample_pages");
754 return test_dir;
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 476 base::FilePath test_dir; local
477 PathService::Get(chrome::DIR_TEST_DATA, &test_dir);
478 test_dir = test_dir.AppendASCII("reliability");
479 test_dir = test_dir.AppendASCII("sample_pages");
480 return test_dir;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 903 base::FilePath test_dir; variable
    [all...]
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc 498 base::FilePath test_dir; local
499 PathService::Get(base::DIR_SOURCE_ROOT, &test_dir);
500 test_dir = test_dir.Append(FILE_PATH_LITERAL("chrome_frame"))
503 return test_dir;
507 base::FilePath test_dir; local
508 PathService::Get(base::DIR_SOURCE_ROOT, &test_dir);
509 test_dir = test_dir.Append(FILE_PATH_LITERAL("data"))
511 return test_dir;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 79 char *test_dir; member in struct:wpa_driver_test_data
231 if (drv->test_socket < 0 || drv->test_dir == NULL) {
233 "test_dir=%p)",
234 __func__, drv->test_socket, drv->test_dir);
256 dir = opendir(drv->test_dir);
276 drv->test_dir, dent->d_name);
330 " test_dir=%p)",
333 drv->test_dir);
361 if (drv->test_dir == NULL) {
362 wpa_printf(MSG_DEBUG, "%s: test_dir == NULL", __func__)
    [all...]

Completed in 2068 milliseconds

12