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-test165 bisection_search="no"
424 bisection_search="yes"
617 if [ "$bisection_search" = "yes" -a "$prebuild_mode" = "yes" ]; then
622 if [ "$bisection_search" = "yes" -a "$have_dex2oat" = "no" ]; then
627 if [ "$bisection_search" = "yes" -a "$have_patchoat" = "no" ]; then
990 if [ "$bisection_search" = "yes" -a "$good" != "yes" ]; then
1012 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \