Home
last modified time | relevance | path

Searched defs:choices (Results 1 – 25 of 35) 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.py112 def group(*choices): return '(' + '|'.join(choices) + ')'
113 def any(*choices): return group(*choices) + '*'
114 def maybe(*choices): return group(*choices) + '?'
Drandom.py340 def choices(self, population, weights=None, *, cum_weights=None, k=1): member in Random
752 choices = _inst.choices variable
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderFuzzerTest.java162 private static String pick(Random rnd, String[] choices) { in pick()
/external/snakeyaml/src/test/java/org/pyyaml/
DCanonicalScanner.java64 public boolean checkToken(Token.ID... choices) { in checkToken()
/external/autotest/site_utils/tester_feedback/
Dinput_handlers.py109 def __init__(self, choices, default=None): argument
/external/python/cpython2/Doc/library/
Dargparse.rst1006 choices section in The add_argument() method
/external/python/cpython3/Doc/library/
Dargparse.rst1052 choices section in The add_argument() method
/external/desugar/java/com/google/devtools/common/options/
DConverters.java252 static String joinEnglishList(Iterable<?> choices) { in joinEnglishList()
/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp73 static inline string choiceListStr (const vector<T>& choices) in choiceListStr()
/external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DCamera2BasicFragment.java239 Size[] choices, in chooseOptimalSize()
/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()
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp328 unsigned choices = blend_qualifiers; in calc_blend_result() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java74 private static JComboBox choices; field in TransliteratorInputMethod

12