Searched refs:yesno (Results 1 – 20 of 20) 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/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/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),
|
/external/toybox/toys/posix/ |
D | rm.c | 49 or = yesno(0); in do_rm() 69 or = yesno(0); in do_rm()
|
D | cp.c | 175 if (!yesno(0)) return 0; in cp_node() 453 if (!yesno(0)) send = 0; in cp_main()
|
D | find.c | 557 if (!(test = yesno(0))) { in do_find()
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 739 yesno = d.askyesno = Func() 757 yesno.result = False 759 eq(yesno.called, 1) 767 yesno.result = True 769 eq(yesno.called, 2) 780 yesno.result = True 782 eq(yesno.called, 3) 1150 yesno = d.askyesno = Func() 1168 yesno.result = False 1170 eq(yesno.called, 1) [all …]
|
/external/toybox/toys/lsb/ |
D | killall.c | 46 if (!yesno(0)) return 0;
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_flush.c | 548 static const char *yesno(bool x) in yesno() function 590 igt_info("Has LLC? %s\n", yesno(gem_has_llc(fd)));
|
/external/toybox/toys/other/ |
D | i2ctools.c | 84 if (!yesno(1)) error_exit("Exiting"); in confirm()
|
/external/toybox/toys/pending/ |
D | crontab.c | 325 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 | 241 char yesno[3]; in confirm_overwrite() local 249 if (fgets(yesno, sizeof(yesno), stdin) == NULL) in confirm_overwrite() 251 if (yesno[0] != 'y' && yesno[0] != 'Y') in confirm_overwrite()
|
/external/toybox/lib/ |
D | lib.h | 258 int yesno(int def);
|
D | lib.c | 875 int yesno(int def) in yesno() function
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 4011 yesno 4014 yesno 4017 yesno 4022 yesno
|
D | testoutput2 | 13484 yesno 13488 yesno 13504 yesno 13506 0+ yesno 13514 yesno
|
/external/pcre/dist2/ |
D | ChangeLog | 2401 string such as "yesno".
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 8729 match a string such as "yesno". VERSION must be followed either by "="
|