Home | History | Annotate | Download | only in cros

Lines Matching refs:strip

184         graph_name = self._cleanup_perf_string(match_dict['GRAPH'].strip())
185 trace_name = self._cleanup_perf_string(match_dict['TRACE'].strip())
187 (match_dict['UNITS'] or 'units').strip())
188 value = match_dict['VALUE'].strip()
195 value_list = [float(x) for x in value.strip('[],').split(',')]
201 value_list = [float(x) for x in value.strip('{},').split(',')]
218 graph_name = self._cleanup_perf_string(match_dict['GRAPH'].strip())
219 trace_name = self._cleanup_perf_string(match_dict['TRACE'].strip())
221 (match_dict['UNITS'] or 'units').strip())
222 histogram_json = match_dict['VALUE_JSON'].strip()