Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py89 self.all_items = None
199 with SetFile(GOOD_SET_VAR, self.all_items), SetFile(BAD_SET_VAR, []):
201 self.SwitchToGood(self.all_items)
208 with SetFile(GOOD_SET_VAR, []), SetFile(BAD_SET_VAR, self.all_items):
210 self.SwitchToBad(self.all_items)
224 while (True and len(self.all_items) > 1 and
234 if prune_index == len(self.all_items) - 1:
236 self.l.LogOutput('Bad items are: %s' % self.all_items[-1])
240 if self.all_items[prune_index] in self.found_items:
243 self.all_items[prune_index],
[all …]
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py227 bss.all_items = test_items
235 self.assertEquals(bss2.all_items, test_items)