Lines Matching refs:ERROR_STRING
26 ERROR_STRING = 'error' variable
266 if out != ERROR_STRING:
275 cost = ERROR_STRING
279 cost = ERROR_STRING
285 self._build_cost = sys.maxint if cost == ERROR_STRING else float(cost)
301 if self._image == ERROR_STRING:
302 self._exe_cost = ERROR_STRING
321 if out != ERROR_STRING:
328 cost = ERROR_STRING
333 cost = ERROR_STRING
335 self._exe_cost = sys.maxint if (cost == ERROR_STRING) else float(cost)