Home | History | Annotate | Download | only in port

Lines Matching refs:port_name

35 # * port_name -- a fully qualified port name
44 "WebKit XP": {"port_name": "win-xp", "specifiers": ['XP', 'Release']},
45 "WebKit Win7": {"port_name": "win-win7", "specifiers": ['Win7', 'Release']},
46 "WebKit Win7 (dbg)": {"port_name": "win-win7", "specifiers": ['Win7', 'Debug']},
47 "WebKit Linux": {"port_name": "linux-x86_64", "specifiers": ['Linux', 'Release']},
48 "WebKit Linux 32": {"port_name": "linux-x86", "specifiers": ['Linux', 'Release']},
49 "WebKit Linux (dbg)": {"port_name": "linux-x86_64", "specifiers": ['Linux', 'Debug']},
50 "WebKit Mac10.6": {"port_name": "mac-snowleopard", "specifiers": ['SnowLeopard', 'Release']},
51 "WebKit Mac10.6 (dbg)": {"port_name": "mac-snowleopard", "specifiers": ['SnowLeopard', 'Debug']},
52 "WebKit Mac10.7": {"port_name": "mac-lion", "specifiers": ['Lion', 'Release']},
53 "WebKit Mac10.7 (dbg)": {"port_name": "mac-lion", "specifiers": ['Lion', 'Debug']},
54 "WebKit Mac10.8": {"port_name": "mac-mountainlion", "specifiers": ['MountainLion', 'Release']},
55 "WebKit Mac10.8 (retina)": {"port_name": "mac-retina", "specifiers": ['Retina', 'Release']},
56 "WebKit Mac10.9": {"port_name": "mac-mavericks", "specifiers": ['Mavericks', 'Release']},
57 "WebKit Android (Nexus4)": {"port_name": "android", "specifiers": ['Android', 'Release']},
88 return sorted(set(map(lambda x: x["port_name"], _exact_matches.values()) + _ports_without_builders))
96 return _exact_matches[builder_name]["port_name"]
106 if builder_info['port_name'] == target_port_name:
114 def builder_path_for_port_name(port_name):
115 builder_path_from_name(builder_name_for_port_name(port_name))