Lines Matching refs:apiName
141 def seeAlsoList(apiName, explicitRefs=None, apiAliases=[]):
143 API entity 'apiName', based on the relationship mapping in the api module.
147 If apiAliases is not None, it is a list of aliases of apiName whose
154 # apiName and its aliases are treated equally
156 allApis.append(apiName)
541 ' * The ' + apiName + ' Specification.\n'))
587 desc = 'Unknown ' + apiName + ' flags type'
599 ' is an unknown ' + apiName + ' type, assumed to be a bitmask.\n'))
632 desc = apiName + ' object handle'
637 'by the ' + apiName + ' implementation. These handles are created or allocated\n',
638 'by the @@ TBD @@ function, and used by other ' + apiName + ' structures\n',
737 print('= ' + apiName + ' API Reference Pages',
759 [api.protos, 'protos', apiName + ' Commands'],
765 [api.basetypes, 'basetypes', apiName + ' Scalar types'],
767 [extensions, 'extensions', apiName + ' Extensions']
929 global genDict, extensions, conventions, apiName
933 apiName = conventions.api_name('api')
1040 (api.basetypes, apiName + ' Scalar Types'),
1041 (extensions, apiName + ' Extensions'),