Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py32 BAD_SET_VAR = 'BISECT_BAD_SET' variable
219 with SetFile(GOOD_SET_VAR, self.all_items), SetFile(BAD_SET_VAR, []):
228 with SetFile(GOOD_SET_VAR, []), SetFile(BAD_SET_VAR, self.all_items):
321 with SetFile(GOOD_SET_VAR, good_items), SetFile(BAD_SET_VAR, bad_items):