Home
last modified time | relevance | path

Searched refs:yesno (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid-parse.c545 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/
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/jsoncpp/
Ddoxybuild.py113 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/
Dlibinput-measure-fuzz.py390 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/
Drm.c45 or = yesno(0); in do_rm()
65 or = yesno(0); in do_rm()
Dcp.c175 if (!yesno(1)) return 0; in cp_node()
440 if (!yesno(1)) rc = 0; in cp_main()
Dfind.c549 if (!(test = yesno(0))) { in do_find()
/third_party/giflib/
Dgiftool.c24 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/
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.called, 1)
[all …]
/third_party/boost/libs/mpi/test/
Dversion_test.cpp37 yesno(bool b) { in yesno() function
/third_party/alsa-utils/alsa-info/
Dalsa-info.sh55 …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/
Dkillall.c46 if (!yesno(0)) return 0;
/third_party/toybox/porting/liteos_a/toys/posix/
Dcp.c148 if (!yesno(1)) return 0; in cp_node()
444 if (!yesno(1)) rc = 0; in cp_main()
/third_party/toybox/toys/other/
Di2ctools.c84 if (!yesno(1)) error_exit("Exiting"); in confirm()
/third_party/toybox/toys/pending/
Dcrontab.c325 if (!yesno(0)) { in do_edit()
/third_party/pixman/
Dconfigure.ac124 [WERROR=$w; yesno=yes], [yesno=no])
125 AC_MSG_RESULT($yesno)
/third_party/toybox/porting/liteos_a/lib/
Dlib.h253 int yesno(int def);
/third_party/toybox/lib/
Dlib.h252 int yesno(int def);
Dlib.c821 int yesno(int def) in yesno() function
/third_party/node/deps/npm/node_modules/dashdash/
DREADME.md523 name: 'yesno'
530 {names: ['answer', 'a'], type: 'yesno'}
/third_party/alsa-utils/alsaconf/
Dalsaconf.in342 if [ $1 = --yesno ]; then
/third_party/ffmpeg/fftools/
Dcmdutils.c2037 int yesno = (av_toupper(c) == 'Y'); in read_yesno() local
2042 return yesno; in read_yesno()
/third_party/pcre2/pcre2/testdata/
Dtestinput24009 yesno
4012 yesno
4015 yesno
4020 yesno
Dtestoutput213481 yesno
13485 yesno
13501 yesno
13503 0+ yesno
13511 yesno
/third_party/pcre2/pcre2/
DChangeLog2576 string such as "yesno".

12