Searched refs:test_config (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | rebaselineserver.py | 61 def __init__(self, httpd_port, test_config, results_json, platforms_json): argument 63 self.test_config = test_config 134 self.server.test_config, 180 file_path = os.path.join(self.server.test_config.results_directory, file_name) 230 def _get_actual_result_files(test_file, test_config): argument 234 test_results_directory = test_config.filesystem.join( 235 test_config.results_directory, test_directory) 238 for filename in test_config.filesystem.listdir(test_results_directory): 245 def _rebaseline_test(test_file, baseline_target, baseline_move_to, test_config, log): argument 251 actual_result_files = _get_actual_result_files(test_file, test_config) [all …]
|
D | rebaselineserver_unittest.py | 207 test_config = get_test_config(test_files, results_files) 212 test_config, 220 test_config = get_test_config(result_files=( 229 'fast/text.html', test_config))
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_expectations.py | 88 def __init__(self, port, tests, expectations, test_config, argument 106 tests, test_config, is_lint_mode, 303 test_config, is_lint_mode, overrides=None): argument 310 self._test_config = test_config 854 def __init__(self, test_config): argument 857 self.test_config = test_config 858 self.allowed_configurations = test_config.all_test_configurations() 949 for category, modifier in self.test_config.items():
|
D | test_expectations_unittest.py | 112 test_config = self._port.test_configuration() 116 test_config=test_config,
|
/external/ppp/pppd/plugins/radius/ |
D | config.c | 21 static int test_config(char *); 256 return test_config(filename); in rc_read_config() 308 static int test_config(char *filename) in test_config() function
|
/external/e2fsprogs/tests/ |
D | test_script.in | 37 TEST_CONFIG=$SRCDIR/test_config
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | test_expectations.py | 93 test_config=self._port_obj.test_configuration(),
|
/external/chromium/net/http/ |
D | http_network_transaction_unittest.cc | 7408 const TestConfig& test_config = test_configs[i]; in TEST_F() local 7411 if (test_config.proxy_auth_timing != AUTH_NONE) { in TEST_F() 7414 GURL origin(test_config.proxy_url); in TEST_F() 7420 test_config.proxy_auth_timing == AUTH_ASYNC, in TEST_F() 7421 test_config.proxy_auth_rv); in TEST_F() 7424 if (test_config.server_auth_timing != AUTH_NONE) { in TEST_F() 7427 GURL origin(test_config.server_url); in TEST_F() 7433 test_config.server_auth_timing == AUTH_ASYNC, in TEST_F() 7434 test_config.server_auth_rv); in TEST_F() 7437 if (test_config.proxy_url) { in TEST_F() [all …]
|