Searched refs:yesno (Results 1 – 20 of 20) sorted by relevance
/external/cldr/tools/cldr-code/src/main/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/libtraceevent/Documentation/ |
D | libtraceevent-reg_print_func.txt | 70 REC->sprite, REC->cursor, yesno(REC->cxsr), REC->sr_plane, 71 REC->sr_cursor, REC->sr_fbc, yesno(REC->hpll), REC->hpll_plane, 72 REC->hpll_cursor, REC->hpll_fbc, yesno(REC->fbc) 74 Notice the call to function *yesno()* in the print arguments. In the kernel 78 static const char *yesno(int x) 86 The user space event parser has no idea how to handle this *yesno()* function. 88 helper function, mapped to the kernel's *yesno()*: 104 "yesno", 111 Now, when the event parser encounters this yesno() function, it will know 115 if (tep_unregister_print_function(tep, yes_no_helper, "yesno") != 0) {
|
/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 | 169 if (yesno(0)) rc++; in cp_node() 442 if (!yesno(0)) send = 0; in cp_main()
|
D | find.c | 568 if (!(test = yesno(0))) { in do_find()
|
/external/python/cpython3/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 …]
|
/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 | 89 if (!yesno(1)) error_exit("Exiting"); in confirm()
|
/external/libexif/m4m/ |
D | gp-check-popt.m4 | 154 if test "$require_popt$have_popt" = "yesno"; then
|
/external/toybox/toys/pending/ |
D | crontab.c | 325 if (!yesno(0)) { in do_edit()
|
/external/toybox/lib/ |
D | lib.h | 251 int yesno(int def);
|
D | lib.c | 870 int yesno(int def) in yesno() function
|
/external/pcre/testdata/ |
D | testinput2 | 4009 yesno 4012 yesno 4015 yesno 4020 yesno
|
D | testoutput2 | 13481 yesno 13485 yesno 13501 yesno 13503 0+ yesno 13511 yesno
|
/external/pcre/ |
D | ChangeLog | 2794 string such as "yesno".
|
/external/pcre/doc/ |
D | pcre2.txt | 8817 match a string such as "yesno". VERSION must be followed either by "="
|