Lines Matching full:title
93 # Also construct a spec title
96 title = '' variable
99 title = 'with all KHR extensions' variable
102 title = 'with all ratified extensions' variable
105 title = 'with all registered extensions' variable
120 # Add any such extensions to the spec title
124 if title != '':
125 title += ' and ' + ', '.join(sorted(extraexts))
127 title += 'with ' + ', '.join(sorted(extraexts))
129 if title != '':
130 title = '(' + title + ')' variable
163 args.append(f'APITITLE={title}')