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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
builders.py 43 _exact_matches = { variable
84 return sorted(set(_exact_matches.keys()))
88 return sorted(set(map(lambda x: x["port_name"], _exact_matches.values()) + _ports_without_builders))
92 return _exact_matches[builder_name].get("rebaseline_override_dir", None)
96 return _exact_matches[builder_name]["port_name"]
100 return _exact_matches[builder_name]["specifiers"]
105 for builder_name, builder_info in _exact_matches.items():
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 58 # FIXME: crbug.com/279494. We should override builders._exact_matches
114 old_exact_matches = builders._exact_matches
117 builders._exact_matches = {
128 builders._exact_matches = old_exact_matches
140 old_exact_matches = builders._exact_matches
143 builders._exact_matches = {
155 builders._exact_matches = old_exact_matches
168 old_exact_matches = builders._exact_matches
171 builders._exact_matches = {
183 builders._exact_matches = old_exact_matche
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations_unittest.py 44 old_builders = builders._exact_matches
45 builders._exact_matches = {
52 builders._exact_matches = old_builders
58 old_builders = builders._exact_matches
59 builders._exact_matches = {
66 builders._exact_matches = old_builders

Completed in 2573 milliseconds