Searched refs:answer (Results 1 - 2 of 2) sorted by relevance

/build/
H A Denvsetup.sh483 local answer
486 answer=$1
490 read answer
495 if [ -z "$answer" ]
498 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$")
500 if [ $answer -le ${#LUNCH_MENU_CHOICES[@]} ]
502 selection=${LUNCH_MENU_CHOICES[$(($answer-1))]}
504 elif (echo -n $answer | grep -q -e "^[^\-][^\-]*-[^\-][^\-]*$")
506 selection=$answer
512 echo "Invalid lunch combo: $answer"
[all...]
/build/tools/releasetools/
H A Dcommon.py717 answer = raw_input("try to edit again? [y]> ").strip()
718 if answer and answer[0] not in 'yY':

Completed in 103 milliseconds