Searched refs:yesno (Results 1 – 22 of 22) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIXVariant.java | 15 public String yesno; field in POSIXVariant 26 this.yesno = "long"; in POSIXVariant() 53 this.yesno = field_value; in POSIXVariant() 64 this.yesno = "long"; in POSIXVariant()
|
D | POSIX_LCMessages.java | 38 if (variant.yesno.equals("short")) { in POSIX_LCMessages() 53 } else if (variant.yesno.equals("short")) { in POSIX_LCMessages() 65 if (variant.yesno.equals("short")) { in POSIX_LCMessages() 80 } else if (variant.yesno.equals("short")) { in POSIX_LCMessages()
|
/external/jsoncpp/ |
D | doxybuild.py | 95 def yesno( bool ): function 102 '%HAVE_DOT%': yesno(options.with_dot), 104 '%HTML_HELP%': yesno(options.with_html_help), 105 '%UML_LOOK%': yesno(options.with_uml_look),
|
/external/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? \
|
/external/toybox/toys/posix/ |
D | rm.c | 46 or = yesno(0); in do_rm() 66 or = yesno(0); in do_rm()
|
D | xargs.c | 189 doit = yesno(0); in xargs_main()
|
D | cp.c | 175 if (!yesno(1)) return 0; in cp_node() 437 if (!yesno(1)) rc = 0; in cp_main()
|
D | find.c | 508 if (!(test = yesno(0))) { in do_find()
|
/external/u-boot/scripts/kconfig/ |
D | POTFILES.in | 6 scripts/kconfig/lxdialog/yesno.c
|
D | Makefile | 208 lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 648 yesno = d.askyesno = Func() 661 yesno.result = False 663 eq(yesno.called, 1) 671 yesno.result = True 673 eq(yesno.called, 2) 1041 yesno = d.askyesno = Func() 1054 yesno.result = False 1056 eq(yesno.called, 1) 1064 yesno.result = True 1066 eq(yesno.called, 2)
|
/external/toybox/toys/lsb/ |
D | killall.c | 44 if (!yesno(0)) return 0;
|
/external/toybox/toys/other/ |
D | i2ctools.c | 84 if (!yesno(1)) error_exit("Exiting"); in confirm()
|
/external/toybox/toys/pending/ |
D | crontab.c | 322 if (!yesno(0)) { in do_edit()
|
/external/libexif/m4m/ |
D | gp-check-popt.m4 | 154 if test "$require_popt$have_popt" = "yesno"; then
|
/external/openssh/ |
D | ssh-keygen.c | 2675 char yesno[3]; in main() local 2679 if (fgets(yesno, sizeof(yesno), stdin) == NULL) in main() 2681 if (yesno[0] != 'y' && yesno[0] != 'Y') in main()
|
/external/toybox/lib/ |
D | lib.h | 247 int yesno(int def);
|
D | lib.c | 818 int yesno(int def) in yesno() function
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 4011 yesno 4014 yesno 4017 yesno 4022 yesno
|
D | testoutput2 | 13492 yesno 13496 yesno 13512 yesno 13514 0+ yesno 13522 yesno
|
/external/pcre/dist2/ |
D | ChangeLog | 1834 string such as "yesno".
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 8256 match a string such as "yesno". VERSION must be followed either by "="
|