Home
last modified time | relevance | path

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

/art/tools/bisection_search/
Dbisection_test.py23 from bisection_search import BugSearch
24 from bisection_search import Dex2OatWrapperTestable
25 from bisection_search import FatalError
26 from bisection_search import MANDATORY_PASSES
DREADME.md22 ./bisection_search.py -cp classes.dex --expected-output out_int --class Test
32 ./bisection_search.py --raw-cmd='run.sh -cp classes.dex Test' --expected-retcode SUCCESS
33 …./bisection_search.py --raw-cmd='/bin/sh art {ARGS} -cp classes.dex Test' --expected-retcode SUCCE…
37 bisection_search.py [-h] [-cp CLASSPATH] [--class CLASSNAME] [--lib LIB]
/art/test/
Drun-test216 bisection_search = "no" variable
546 bisection_search = "yes" variable
723 if bisection_search == "yes" and prebuild_mode == "yes":
728 if bisection_search == "yes" and chroot: