Lines Matching refs:config
56 def __init__(self, bench, config, time_type, settings):
58 self.config = config
65 str(self.config),
73 str(self.config),
80 self.config == other.config and
86 hash(self.config) ^
103 point_name = Label(point.bench,point.config,point.time_type,
157 # Extracts bench and config from line_str, which is in the format
158 # <bench-picture-name>.skp_<config>_
159 bench, config = line_str.strip('_').split('.skp_')
171 DASHBOARD_URL_PREFIX, bench, platform, config])