Home | History | Annotate | Download | only in commands

Lines Matching refs:def

61     def __init__(self, httpd_port, test_config, results_json, platforms_json):
81 def do_GET(self):
84 def do_POST(self):
87 def _handle_request(self):
114 def _serve_static_file(self, static_path):
118 def rebaseline(self):
148 def quitquitquit(self):
158 def test_result(self):
186 def results_json(self):
189 def platforms_json(self):
192 def _serve_json(self, json):
198 def _serve_file(self, file_path, cacheable_seconds=0):
221 def __init__(self, test_port, layout_tests_directory, results_directory, platforms, filesystem, scm):
230 def _get_actual_result_files(test_file, test_config):
245 def _rebaseline_test(test_file, baseline_target, baseline_move_to, test_config, log):
314 def _move_test_baselines(test_file, extensions_to_move, source_platform, destination_platform, test_config, log):
349 def _get_test_baselines(test_file, test_config):
351 def __init__(self):
356 def baseline_search_path(self):
359 def platform_from_directory(self, directory):
394 def __init__(self):
400 def execute(self, options, args, tool):
407 def no_op_copyfile(src, dest):
410 def no_op_add(path, return_exit_code=False):