Searched refs:comma_for_two_elts (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | conventions.py | 172 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument 195 if not comma_for_two_elts and len(my_elts) <= 2:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | validitygenerator.py | 111 comma_for_two_elts=False, *args, **kwargs): argument 128 comma_for_two_elts=comma_for_two_elts, 132 comma_for_two_elts=False, *args, **kwargs): argument 149 comma_for_two_elts=comma_for_two_elts, 876 comma_for_two_elts=True) 1163 fmt=plf.OR, comma_for_two_elts=True) 1194 fmt=plf.OR, comma_for_two_elts=True) 1279 plf.ANY_OR, comma_for_two_elts=True)
|