HomeSort by relevance Sort by last modified time
    Searched refs:test_config (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 61 def __init__(self, httpd_port, test_config, results_json, platforms_json):
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):
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)
    [all...]
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/e2fsprogs/tests/
test_script.in 36 if test "$TEST_CONFIG"x = x; then
37 TEST_CONFIG=$SRCDIR/test_config
40 . $TEST_CONFIG
  /external/ppp/pppd/plugins/radius/
config.c 21 static int test_config(char *);
256 return test_config(filename);
301 * Function: test_config
308 static int test_config(char *filename) function
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 93 test_config=self._port_obj.test_configuration(),
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 88 def __init__(self, port, tests, expectations, test_config,
95 test_config: specific values to check against when
96 parsing the file (usually port.test_config(),
106 tests, test_config, is_lint_mode,
303 test_config, is_lint_mode, overrides=None):
310 self._test_config = test_config
    [all...]
test_expectations_unittest.py 112 test_config = self._port.test_configuration()
116 test_config=test_config,
  /external/chromium/net/http/
http_network_transaction_unittest.cc 7408 const TestConfig& test_config = test_configs[i]; local
    [all...]

Completed in 1041 milliseconds