Searched refs:bisection_search (Results 1 – 3 of 3) sorted by relevance
23 from bisection_search import BugSearch24 from bisection_search import Dex2OatWrapperTestable25 from bisection_search import FatalError26 from bisection_search import MANDATORY_PASSES
22 ./bisection_search.py -cp classes.dex --expected-output out_int --class Test32 ./bisection_search.py --raw-cmd='run.sh -cp classes.dex Test' --expected-retcode SUCCESS33 …./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]
165 bisection_search="no"424 bisection_search="yes"617 if [ "$bisection_search" = "yes" -a "$prebuild_mode" = "yes" ]; then622 if [ "$bisection_search" = "yes" -a "$have_dex2oat" = "no" ]; then627 if [ "$bisection_search" = "yes" -a "$have_patchoat" = "no" ]; then990 if [ "$bisection_search" = "yes" -a "$good" != "yes" ]; then1012 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \