HomeSort by relevance Sort by last modified time
    Searched refs:switch_to_bad (Results 1 - 4 of 4) sorted by null

  /external/toolchain-utils/binary_search_tool/ndk/
DO_BISECTION.sh 87 --switch_to_bad=ndk/switch_to_bad.sh \
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
main-bisect-test.sh 31 --switch_to_bad="${DIR}/switch_to_bad.sh" \
55 --switch_to_bad="${DIR}/switch_to_bad.sh" \
79 --switch_to_bad="${DIR}/switch_to_bad.sh" \
  /external/toolchain-utils/binary_search_tool/test/
binary_search_tool_tester.py 74 switch_to_bad='./switch_to_bad.py',
145 switch_to_bad='./switch_to_bad.py',
155 './switch_to_good.py', '--switch_to_bad', './switch_to_bad.py',
168 switch_to_bad='./switch_to_bad.py',
176 switch_to_bad='./switch_to_bad.py'
    [all...]
  /external/toolchain-utils/binary_search_tool/
binary_search_state.py 71 def __init__(self, get_initial_items, switch_to_good, switch_to_bad,
77 self.switch_to_bad = switch_to_bad
149 self.RunSwitchScript(self.switch_to_bad, item_list)
696 'switch_to_bad': None,
728 switch_to_bad,
748 switch_to_bad: Script that will take items as input and switch them to bad
790 if not (get_initial_items and switch_to_good and switch_to_bad and
800 switch_to_bad = _CanonicalizeScript(switch_to_bad)
    [all...]

Completed in 1773 milliseconds