Home
last modified time | relevance | path

Searched refs:test_files (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
Drebaselineserver_unittest.py43 test_files=(
62 test_files=(
80 test_files=(
99 test_files=(
120 test_files=(
141 test_files=(
167 test_files=(
187 test_files=(
216 …def _assertRebaseline(self, test_files, results_files, test_name, baseline_target, baseline_move_t… argument
218 test_config = get_test_config(test_files, results_files)
[all …]
/external/chromium_org/ppapi/
Dppapi_nacl_test_common.gypi17 'test_files': [],
48 ['test_files!=[] and build_newlib==1', {
53 '>@(test_files)',
58 …['test_files!=[] and "<(target_arch)"!="arm" and "<(target_arch)"!="mipsel" and disable_glibc==0 a…
63 '>@(test_files)',
69 ['test_files!=[] and build_pnacl_newlib==1 and disable_pnacl==0', {
74 '>@(test_files)',
79 ['test_files!=[] and build_pnacl_newlib==1 and enable_x86_32_nonsfi==1', {
84 '>@(test_files)',
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dnot_strict_test.py63 test_files = argv
65 test_files = _TEST_FILES
66 for test_file in test_files:
Dfull_test.py104 test_files = argv
106 test_files = _TEST_FILES
107 for test_file in test_files:
/external/chromium_org/third_party/closure_linter/closure_linter/
Dnot_strict_test.py63 test_files = argv
65 test_files = _TEST_FILES
66 for test_file in test_files:
Dfull_test.py104 test_files = argv
106 test_files = _TEST_FILES
107 for test_file in test_files:
/external/chromium_org/chrome/browser/sessions/
Dbetter_session_restore_browsertest.cc133 std::vector<std::string> test_files; in BetterSessionRestoreTest() local
134 test_files.push_back("common.js"); in BetterSessionRestoreTest()
135 test_files.push_back("cookies.html"); in BetterSessionRestoreTest()
136 test_files.push_back("local_storage.html"); in BetterSessionRestoreTest()
137 test_files.push_back("post.html"); in BetterSessionRestoreTest()
138 test_files.push_back("post_with_password.html"); in BetterSessionRestoreTest()
139 test_files.push_back("session_cookies.html"); in BetterSessionRestoreTest()
140 test_files.push_back("session_storage.html"); in BetterSessionRestoreTest()
146 for (std::vector<std::string>::const_iterator it = test_files.begin(); in BetterSessionRestoreTest()
147 it != test_files.end(); ++it) { in BetterSessionRestoreTest()
/external/chromium_org/chrome/browser/extensions/api/file_system/
Dfile_system_apitest.cc262 std::vector<base::FilePath> test_files = TempFilePaths(names, true); in IN_PROC_BROWSER_TEST_F() local
263 ASSERT_EQ(2u, test_files.size()); in IN_PROC_BROWSER_TEST_F()
265 &test_files); in IN_PROC_BROWSER_TEST_F()
442 std::vector<base::FilePath> test_files = TempFilePaths(names, true); in IN_PROC_BROWSER_TEST_F() local
443 ASSERT_EQ(2u, test_files.size()); in IN_PROC_BROWSER_TEST_F()
445 &test_files); in IN_PROC_BROWSER_TEST_F()
509 std::vector<base::FilePath> test_files = TempFilePaths(names, false); in IN_PROC_BROWSER_TEST_F() local
510 ASSERT_EQ(2u, test_files.size()); in IN_PROC_BROWSER_TEST_F()
512 &test_files); in IN_PROC_BROWSER_TEST_F()
Dfile_system_apitest_chromeos.cc161 std::vector<base::FilePath> test_files; in IN_PROC_BROWSER_TEST_F() local
162 test_files.push_back(test_file1); in IN_PROC_BROWSER_TEST_F()
163 test_files.push_back(test_file2); in IN_PROC_BROWSER_TEST_F()
165 &test_files); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/tools/build/win/
Dmake_chromebot_zip.sh21 test_files=( reliability_tests.exe automated_ui_tests.exe )
42 for f in ${test_files[@]}; do
/external/chromium_org/ppapi/tests/extensions/
Dextensions.gyp23 'test_files': [
44 'test_files': [
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
Drun_tests.py24 test_files = [os.path.join(tests_path, f) for f in os.listdir(tests_path) if f.endswith('.js') and … variable
26 validator_command = "%s -jar %s %s" % (java_exec, validator_jar_file, " ".join(sorted(test_files)))
/external/antlr/antlr-3.4/runtime/Perl5/
DBuild.PL18 test_files => 't/*.t t/examples/*.t',
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
Dnacl.scons18 test_files = [env.File('${STAGING_DIR}/%s${PROGSUFFIX}'
39 files=[env.File('test_runner.html')] + test_files,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dlayout_test_finder.py50 test_files = self._port.tests(paths)
51 return (paths, test_files)
/external/chromium_org/build/android/pylib/instrumentation/
Dtest_runner.py41 test_files = []
43 test_files += [
46 return test_files
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/
DREADME23 adb push /path/to/test_files /data/local/tmp
/external/libvpx/libvpx/test/android/
DREADME23 adb push /path/to/test_files /data/local/tmp
/external/skia/tests/
DDataRefTest.cpp176 static void test_files(skiatest::Reporter* reporter) { in test_files() function
233 test_files(reporter); in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DDataRefTest.cpp176 static void test_files(skiatest::Reporter* reporter) { in test_files() function
233 test_files(reporter); in DEF_TEST()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
Dperftestsrunner.py157test_files = find_files.find(filesystem, self._base_path, paths, skipped_directories, _is_test_fil…
159 for path in test_files: