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

  /external/v8/tools/
common-includes.sh 54 read ANSWER
55 if [[ -z "$ANSWER" || "$ANSWER" == "Y" || "$ANSWER" == "y" ]] ; then
168 unset ANSWER
169 while [ "$ANSWER" != "LGTM" ] ; do
170 [[ -n "$ANSWER" ]] && echo "That was not 'LGTM'."
172 read ANSWER
push-to-trunk.sh 149 read ANSWER
  /build/
envsetup.sh 259 local ANSWER
264 read ANSWER
267 ANSWER=$1
269 case $ANSWER in
314 local ANSWER
319 read ANSWER
322 ANSWER=$1
325 if [ -z "$ANSWER" ] ; then
328 if check_product $ANSWER
330 export TARGET_PRODUCT=$ANSWER
    [all...]
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 32 read -p "Do you want to proceed? " ANSWER
34 if [ "$ANSWER" != "yes" ]

Completed in 6275 milliseconds