/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | edid-parse.c | 545 yesno (int v) in yesno() function 599 printf ("RGB 4:4:4: %s\n", yesno (info->digital.rgb444)); in dump_monitor_info() 600 printf ("YCrCb 4:4:4: %s\n", yesno (info->digital.ycrcb444)); in dump_monitor_info() 601 printf ("YCrCb 4:2:2: %s\n", yesno (info->digital.ycrcb422)); in dump_monitor_info() 611 yesno (info->analog.blank_to_black)); in dump_monitor_info() 613 yesno (info->analog.separate_hv_sync)); in dump_monitor_info() 615 yesno (info->analog.composite_sync_on_h)); in dump_monitor_info() 617 yesno (info->analog.serration_on_vsync)); in dump_monitor_info() 651 printf ("Standby: %s\n", yesno (info->standby)); in dump_monitor_info() 652 printf ("Suspend: %s\n", yesno (info->suspend)); in dump_monitor_info() [all …]
|
/third_party/ltp/ |
D | ltpmenu | 107 --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/jsoncpp/ |
D | doxybuild.py | 113 def yesno(bool): function 120 '%HAVE_DOT%': yesno(options.with_dot), 122 '%HTML_HELP%': yesno(options.with_html_help), 123 '%UML_LOOK%': yesno(options.with_uml_look),
|
/third_party/libinput/tools/ |
D | libinput-measure-fuzz.py | 390 yesno = input('Ctrl+C to exit ') 392 if yesno == '1': 395 elif yesno == '2': 403 yesno = input('File {} exists, overwrite? [Y/n] '.format(fname)) 404 if yesno.lower == 'n':
|
/third_party/toybox/toys/posix/ |
D | rm.c | 45 or = yesno(0); in do_rm() 65 or = yesno(0); in do_rm()
|
D | cp.c | 175 if (!yesno(1)) return 0; in cp_node() 440 if (!yesno(1)) rc = 0; in cp_main()
|
D | find.c | 549 if (!(test = yesno(0))) { in do_find()
|
/third_party/giflib/ |
D | giftool.c | 24 enum boolmode {numeric, onoff, tf, yesno}; enumerator 33 case yesno: return "yes"; break; in putbool() 40 case yesno: return "no"; break; in putbool() 424 boolfmt = yesno; in main()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 718 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.called, 1) [all …]
|
/third_party/boost/libs/mpi/test/ |
D | version_test.cpp | 37 yesno(bool b) { in yesno() function
|
/third_party/alsa-utils/alsa-info/ |
D | alsa-info.sh | 55 …dialog --yesno "Newer version of ALSA-Info has been found\n\nDo you wish to install it?\nNOTICE: T… 62 dialog --yesno "Newer version of ALSA-Info has been found\n\nDo you wish to download it?" 0 0 885 … --yes-label " UPLOAD / SHARE " --no-label " SAVE LOCALLY " --defaultno --yesno "\n\nAutomatically… 955 dialog --backtitle "$BGTITLE" --title "Information uploaded" --yesno "Would you like to see the upl…
|
/third_party/toybox/toys/lsb/ |
D | killall.c | 46 if (!yesno(0)) return 0;
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | cp.c | 148 if (!yesno(1)) return 0; in cp_node() 444 if (!yesno(1)) rc = 0; in cp_main()
|
/third_party/toybox/toys/other/ |
D | i2ctools.c | 84 if (!yesno(1)) error_exit("Exiting"); in confirm()
|
/third_party/toybox/toys/pending/ |
D | crontab.c | 325 if (!yesno(0)) { in do_edit()
|
/third_party/pixman/ |
D | configure.ac | 124 [WERROR=$w; yesno=yes], [yesno=no]) 125 AC_MSG_RESULT($yesno)
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 253 int yesno(int def);
|
/third_party/toybox/lib/ |
D | lib.h | 252 int yesno(int def);
|
D | lib.c | 821 int yesno(int def) in yesno() function
|
/third_party/node/deps/npm/node_modules/dashdash/ |
D | README.md | 523 name: 'yesno' 530 {names: ['answer', 'a'], type: 'yesno'}
|
/third_party/alsa-utils/alsaconf/ |
D | alsaconf.in | 342 if [ $1 = --yesno ]; then
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 2037 int yesno = (av_toupper(c) == 'Y'); in read_yesno() local 2042 return yesno; in read_yesno()
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput2 | 4009 yesno 4012 yesno 4015 yesno 4020 yesno
|
D | testoutput2 | 13481 yesno 13485 yesno 13501 yesno 13503 0+ yesno 13511 yesno
|
/third_party/pcre2/pcre2/ |
D | ChangeLog | 2576 string such as "yesno".
|