Home
last modified time | relevance | path

Searched refs:yesno (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/
H A Dltpmenu107 --yesno "This will compile all the test cases in\
185 --yesno "Would you like to share these results with the LTP \
222 --yesno "Would you like test output recorded to a file, instead of STDOUT?" 7 80
239 --yesno "Would you like to specify test duration? \
/third_party/libinput/tools/
H A Dlibinput-measure-fuzz.py432 yesno = input("Ctrl+C to exit ")
434 if yesno == "1":
437 elif yesno == "2":
445 yesno = input("File {} exists, overwrite? [Y/n] ".format(fname))
446 if yesno.lower == "n":
/third_party/toybox/toys/posix/
H A Drm.c49 or = yesno(0); in do_rm()
69 or = yesno(0); in do_rm()
H A Dcp.c175 if (!yesno(1)) return 0; in cp_node()
440 if (!yesno(1)) rc = 0; in cp_main()
H A Dfind.c567 if (!(test = yesno(0))) { in do_find()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py718 yesno = d.askyesno = Func()
736 yesno.result = False
738 eq(yesno.called, 1)
746 yesno.result = True
748 eq(yesno.called, 2)
759 yesno.result = True
761 eq(yesno.called, 3)
1129 yesno = d.askyesno = Func()
1147 yesno.result = False
1149 eq(yesno
[all...]
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh55 dialog --yesno "Newer version of ALSA-Info has been found\n\nDo you wish to install it?\nNOTICE: The original file $0 will be overwritten!" 0 0
62 dialog --yesno "Newer version of ALSA-Info has been found\n\nDo you wish to download it?" 0 0
898 dialog --backtitle "$BGTITLE" --title "Information collected" --yes-label " UPLOAD / SHARE " --no-label " SAVE LOCALLY " --defaultno --yesno "\n\nAutomatically upload ALSA information to $WWWSERVICE?" 10 80
968 dialog --backtitle "$BGTITLE" --title "Information uploaded" --yesno "Would you like to see the uploaded information?" 5 100
/third_party/toybox/toys/lsb/
H A Dkillall.c46 if (!yesno(0)) return 0; in kill_process()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c148 if (!yesno(1)) return 0; in cp_node()
444 if (!yesno(1)) rc = 0; in cp_main()
/third_party/toybox/toys/other/
H A Di2ctools.c86 if (!yesno(1)) error_exit("Exiting"); in confirm()
/third_party/toybox/toys/pending/
H A Dcrontab.c325 if (!yesno(0)) { in do_edit()
/third_party/ffmpeg/fftools/
H A Dcmdutils.c806 int yesno = (av_toupper(c) == 'Y'); in read_yesno() local
811 return yesno; in read_yesno()
/third_party/toybox/lib/
H A Dlib.h262 int yesno(int def);
H A Dlib.c864 int yesno(int def) in yesno() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h253 int yesno(int def);

Completed in 14 milliseconds