Home
last modified time | relevance | path

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

12

/third_party/mesa3d/bin/
Dmeson-options.py44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable
50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable
/third_party/python/Lib/
Dtokenize.py59 def group(*choices): return '(' + '|'.join(choices) + ')'
60 def any(*choices): return group(*choices) + '*'
61 def maybe(*choices): return group(*choices) + '?'
Drandom.py506 def choices(self, population, weights=None, *, cum_weights=None, k=1): member in Random
867 choices = _inst.choices variable
Dargparse.py827 choices=None, argument
868 choices=None, argument
912 choices=None, argument
1004 choices=None, argument
/third_party/python/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) + '?'
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_adjust_selection_controls.cpp50 std::vector<uint32_t> choices; in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_adjust_selection_controls.cpp50 std::vector<uint32_t> choices; in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_adjust_selection_controls.cpp50 std::vector<uint32_t> choices; in Apply() local
/third_party/PyYAML/tests/lib/
Dcanonical.py20 def check_token(self, *choices):
302 def check_event(self, *choices):
/third_party/cups-filters/filter/pdftopdf/
Dpdftopdf_jcl.cc12 ppd_choice_t **choices; in emitJCLOptions() local
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionsAndEmptyObjects.ts61 type choices<IChoiceList extends { alias
/third_party/python/Doc/library/
Dargparse.rst1122 choices section in The add_argument() method
/third_party/node/deps/npm/node_modules/libnpx/
Dparse-args.js206 choices: ['', 'bash', 'fish', 'zsh'], property
/third_party/PyYAML/yaml/
D_yaml.pyx465 def check_token(self, *choices):
640 def check_event(self, *choices):
/third_party/PyYAML/lib/yaml/
Dparser.py94 def check_event(self, *choices):
Dscanner.py113 def check_token(self, *choices):
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_config_param.h57 char **choices; member
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDitheringTests.cpp73 static inline string choiceListStr (const vector<T>& choices) in choiceListStr()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDitheringTests.cpp73 static inline string choiceListStr (const vector<T>& choices) in choiceListStr()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp110 float choices[6][numChoices]; in genAttributes() local
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp330 unsigned choices = blend_qualifiers; in calc_blend_result() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java74 private static JComboBox choices; field in TransliteratorInputMethod
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp110 float choices[6][numChoices]; in genAttributes() local
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py247 def add_sepval_cli(parser, opt, dest, choices, *, sep=',', **kwargs): argument
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js252 self.choices = function (key, value) { function

12