Searched refs:connective (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | conventions.py | 33 """A connective, possibly with a quantifier.""" 48 def connective(self): member in ProseListFormats 85 Adds a connective (by default, 'and') 132 Adds a connective (by default, 'and') 150 my_elts[-1] = '{} {}'.format(fmt.connective, my_elts[-1])
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | conventions.py | 43 """A connective, possibly with a quantifier.""" 55 raise RuntimeError("Unrecognized string connective: " + s) 58 def connective(self): member in ProseListFormats 125 Adds a connective (by default, 'and') 204 Adds a connective (by default, 'and') 222 my_elts[-1] = '{} {}'.format(fmt.connective, my_elts[-1])
|
/third_party/vulkan-headers/registry/spec_tools/ |
H A D | conventions.py | 43 """A connective, possibly with a quantifier.""" 55 raise RuntimeError("Unrecognized string connective: " + s) 58 def connective(self): member in ProseListFormats 125 Adds a connective (by default, 'and') 204 Adds a connective (by default, 'and') 222 my_elts[-1] = '{} {}'.format(fmt.connective, my_elts[-1])
|
/third_party/python/Tools/scripts/ |
H A D | deepfreeze.py | 348 connective = "if" 350 self.write(f"#{connective} PYLONG_BITS_IN_DIGIT == {bits_in_digit}") 352 connective = "elif"
|
Completed in 4 milliseconds