Home
last modified time | relevance | path

Searched refs:comma_for_two_elts (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dvaliditygenerator.py125 comma_for_two_elts=False, *args, **kwargs): argument
142 comma_for_two_elts=comma_for_two_elts,
146 comma_for_two_elts=False, *args, **kwargs): argument
163 comma_for_two_elts=comma_for_two_elts,
877 comma_for_two_elts=True)
1114 fmt=plf.OR, comma_for_two_elts=True)
1145 fmt=plf.OR, comma_for_two_elts=True)
1220 plf.ANY_OR, comma_for_two_elts=True)
Dconventions.py129 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
152 if not comma_for_two_elts and len(my_elts) <= 2:
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py172 …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: