| /third_party/mesa3d/bin/ |
| D | meson-options.py | 44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable 50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']' variable
|
| /third_party/python/Lib/ |
| D | tokenize.py | 59 def group(*choices): return '(' + '|'.join(choices) + ')' 60 def any(*choices): return group(*choices) + '*' 61 def maybe(*choices): return group(*choices) + '?'
|
| D | random.py | 506 def choices(self, population, weights=None, *, cum_weights=None, k=1): member in Random 867 choices = _inst.choices variable
|
| D | argparse.py | 827 choices=None, argument 868 choices=None, argument 912 choices=None, argument 1004 choices=None, argument
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| D | tokenize.py | 48 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/ |
| D | fuzzer_pass_adjust_selection_controls.cpp | 50 std::vector<uint32_t> choices; in Apply() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_adjust_selection_controls.cpp | 50 std::vector<uint32_t> choices; in Apply() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_adjust_selection_controls.cpp | 50 std::vector<uint32_t> choices; in Apply() local
|
| /third_party/PyYAML/tests/lib/ |
| D | canonical.py | 20 def check_token(self, *choices): 302 def check_event(self, *choices):
|
| /third_party/cups-filters/filter/pdftopdf/ |
| D | pdftopdf_jcl.cc | 12 ppd_choice_t **choices; in emitJCLOptions() local
|
| /third_party/typescript/tests/cases/conformance/types/intersection/ |
| D | intersectionsAndEmptyObjects.ts | 61 type choices<IChoiceList extends { alias
|
| /third_party/python/Doc/library/ |
| D | argparse.rst | 1122 choices section in The add_argument() method
|
| /third_party/node/deps/npm/node_modules/libnpx/ |
| D | parse-args.js | 206 choices: ['', 'bash', 'fish', 'zsh'], property
|
| /third_party/PyYAML/yaml/ |
| D | _yaml.pyx | 465 def check_token(self, *choices): 640 def check_event(self, *choices):
|
| /third_party/PyYAML/lib/yaml/ |
| D | parser.py | 94 def check_event(self, *choices):
|
| D | scanner.py | 113 def check_token(self, *choices):
|
| /third_party/gstreamer/gstplugins_good/gst/goom/ |
| D | goom_config_param.h | 57 char **choices; member
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fDitheringTests.cpp | 73 static inline string choiceListStr (const vector<T>& choices) in choiceListStr()
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fDitheringTests.cpp | 73 static inline string choiceListStr (const vector<T>& choices) in choiceListStr()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| D | vktTessellationPrimitiveDiscardTests.cpp | 110 float choices[6][numChoices]; in genAttributes() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | lower_blend_equation_advanced.cpp | 330 unsigned choices = blend_qualifiers; in calc_blend_result() local
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
| D | TransliteratorInputMethod.java | 74 private static JComboBox choices; field in TransliteratorInputMethod
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationPrimitiveDiscardTests.cpp | 110 float choices[6][numChoices]; in genAttributes() local
|
| /third_party/python/Tools/c-analyzer/c_common/ |
| D | scriptutil.py | 247 def add_sepval_cli(parser, opt, dest, choices, *, sep=',', **kwargs): argument
|
| /third_party/node/deps/npm/node_modules/yargs/ |
| D | yargs.js | 252 self.choices = function (key, value) { function
|