Home
last modified time | relevance | path

Searched defs:choices (Results 1 – 25 of 41) sorted by relevance

12

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DScanner.java43 boolean checkToken(Token.ID... choices); in checkToken()
/external/autotest/client/common_lib/
Dhost_protections.py43 choices = Protection.choices() variable
Denum.py53 def choices(self): member in Enum
/external/autotest/frontend/client/src/autotest/common/table/
DBooleanFilter.java7 private static final String[] choices = {"Yes", "No"}; field in BooleanFilter
DMultipleListFilter.java39 public void setChoices(String[] choices) { in setChoices()
DListFilter.java78 public void setChoices(String[] choices) { in setChoices()
/external/python/cpython2/Lib/
Dtokenize.py45 def group(*choices): return '(' + '|'.join(choices) + ')'
46 def any(*choices): return group(*choices) + '*'
47 def maybe(*choices): return group(*choices) + '?'
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsEnum.java42 public List<ChoiceType> choices = new ArrayList<ChoiceType>(); field in ArgsEnum
/external/libcups/cups/
Dppd-emit.c59 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect()
79 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect2()
608 ppd_choice_t **choices; /* Choices */ in ppdEmitString() local
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py48 def group(*choices): return '(' + '|'.join(choices) + ')'
49 def any(*choices): return group(*choices) + '*'
50 def maybe(*choices): return group(*choices) + '?'
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py48 def group(*choices): return '(' + '|'.join(choices) + ')'
49 def any(*choices): return group(*choices) + '*'
50 def maybe(*choices): return group(*choices) + '?'
/external/python/cpython3/Lib/
Dtokenize.py107 def group(*choices): return '(' + '|'.join(choices) + ')'
108 def any(*choices): return group(*choices) + '*'
109 def maybe(*choices): return group(*choices) + '?'
Drandom.py344 def choices(self, population, weights=None, *, cum_weights=None, k=1): member in Random
758 choices = _inst.choices variable
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java146 …public static <T extends Appendable> T appendDisplay(Set<Choice> choices, String htmlMessage, T ta… in appendDisplay()
195 public static Appendable appendRowStyles(Set<Choice> choices, Appendable target) { in appendRowStyles()
733 …public void generateHtmlErrorTables(Appendable output, EnumSet<Choice> choices, String localeID, T… in generateHtmlErrorTables()
770 … PageId>, WritingInfo> generateFileInfoReview(Appendable output, EnumSet<Choice> choices, String l… in generateFileInfoReview()
811 EnumSet<Choice> choices, String localeID, boolean nonVettingPhase, in getFileInfo()
820 EnumSet<Choice> choices, String localeID, boolean nonVettingPhase, in getFileInfo()
1017 public void generateSummaryHtmlErrorTables(Appendable output, EnumSet<Choice> choices, in generateSummaryHtmlErrorTables()
1057 EnumSet<Choice> choices, T organization) throws IOException { in writeSummaryTable()
1191 …private void writeSummaryRow(Appendable output, EnumSet<Choice> choices, Counter<Choice> problemCo… in writeSummaryRow()
1470 EnumSet<Choice> choices, in writeTables()
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderFuzzerTest.java162 private static String pick(Random rnd, String[] choices) { in pick()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DConnectorImpl.java400 private final List<String> choices; field in ConnectorImpl.SelectedArgumentImpl
404 boolean mustSpecify, List<String> choices) { in SelectedArgumentImpl()
413 public List<String> choices() { in choices() method in ConnectorImpl.SelectedArgumentImpl
/external/snakeyaml/src/test/java/org/pyyaml/
DCanonicalScanner.java64 public boolean checkToken(Token.ID... choices) { in checkToken()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
DConnector.java283 List<String> choices(); in choices() method
/external/autotest/site_utils/tester_feedback/
Dinput_handlers.py109 def __init__(self, choices, default=None): argument
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCMonetary.java92 String[] choices = tmp_currency_symbol.split("\\u007c"); in POSIX_LCMonetary() local
/external/python/cpython2/Doc/library/
Dargparse.rst1010 choices section in The add_argument() method
/external/python/cpython3/Doc/library/
Dargparse.rst1062 choices section in The add_argument() method
/external/desugar/java/com/google/devtools/common/options/
DConverters.java241 static String joinEnglishList(Iterable<?> choices) { in joinEnglishList()
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp73 static inline string choiceListStr (const vector<T>& choices) in choiceListStr()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DCameraConnectionFragment.java268 protected static Size chooseOptimalSize(final Size[] choices, final int width, final int height) { in chooseOptimalSize()

12