HomeSort by relevance Sort by last modified time
    Searched refs:yesno (Results 1 - 16 of 16) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIXVariant.java 15 public String yesno; field in class:POSIXVariant
26 this.yesno = "long";
52 if (field.equals("yesno"))
53 this.yesno = field_value;
64 this.yesno = "long";
POSIX_LCMessages.java 38 if (variant.yesno.equals("short")) {
53 } else if (variant.yesno.equals("short")) {
65 if (variant.yesno.equals("short")) {
80 } else if (variant.yesno.equals("short")) {
  /external/toybox/toys/posix/
rm.c 46 or = yesno(0);
66 or = yesno(0);
xargs.c 189 doit = yesno(0);
cp.c 175 if (!yesno(1)) return 0;
437 if (!yesno(1)) rc = 0;
find.c 508 if (!(test = yesno(0))) {
  /external/jsoncpp/
doxybuild.py 95 def yesno( bool ): function in function:build_doc
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/
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/lsb/
killall.c 44 if (!yesno(0)) return 0;
  /external/python/cpython3/Lib/idlelib/idle_test/
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)
    [all...]
  /external/toybox/toys/other/
i2ctools.c 84 if (!yesno(1)) error_exit("Exiting");
  /external/toybox/toys/pending/
crontab.c 322 if (!yesno(0)) {
  /external/u-boot/scripts/kconfig/
Makefile 208 lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o
  /external/openssh/
ssh-keygen.c 2675 char yesno[3]; local
    [all...]
  /external/toybox/lib/
lib.h 247 int yesno(int def);
lib.c 818 int yesno(int def) function
    [all...]

Completed in 956 milliseconds