Home
last modified time | relevance | path

Searched refs:_PASSES (Results 1 – 1 of 1) sorted by relevance

/art/tools/bisection_search/
Dbisection_test.py47 _PASSES = ['pass_{0}'.format(i) for i in range(_PASSES_COUNT)] variable in BisectionTestCase
49 _FAILING_PASS = _PASSES[_FAILING_PASS_IDX]
55 self.testable_mock.GetAllPassesForMethod.return_value = self._PASSES