Searched refs:bisect_stage (Results 1 – 2 of 2) sorted by relevance
409 def bisect_driver(bisect_stage, bisect_dir, execargs): argument411 if bisect_stage == 'POPULATE_GOOD':413 elif bisect_stage == 'POPULATE_BAD':415 elif bisect_stage == 'TRIAGE':418 raise ValueError('wrong value for BISECT_STAGE: %s' % bisect_stage)
152 def bisect_driver(self, bisect_stage, bisect_dir, execargs):154 print('arg %s' % bisect_stage)