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-test163 bisection_search="no"
493 bisection_search="yes"
719 if [ "$bisection_search" = "yes" -a "$prebuild_mode" = "yes" ]; then
725 if [ "$bisection_search" = "yes" -a -n "$chroot" ]; then
1099 if [ "$bisection_search" = "yes" -a "$good" != "yes" ]; then
1122 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \