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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
builders.py 41 _exact_matches = { variable
70 # FIXME: Move to _exact_matches.
80 return sorted(set(_exact_matches.keys()))
84 return sorted(set(map(lambda x: x["port_name"], _exact_matches.values()) + _ports_without_builders))
88 return _exact_matches[builder_name].get("rebaseline_override_dir", None)
92 return _exact_matches[builder_name]["port_name"]
97 for builder_name, builder_info in _exact_matches.items():
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 54 # FIXME: we should override builders._exact_matches here to point to a set
108 old_exact_matches = builders._exact_matches
111 builders._exact_matches = {
122 builders._exact_matches = old_exact_matches
134 old_exact_matches = builders._exact_matches
137 builders._exact_matches = {
149 builders._exact_matches = old_exact_matches
162 old_exact_matches = builders._exact_matches
165 builders._exact_matches = {
177 builders._exact_matches = old_exact_matche
    [all...]

Completed in 845 milliseconds