Lines Matching refs:apiName
114 for apiName in [toApiName] + fromApiNames:
115 if apiName in supportedList:
146 for apiName in [toApiName] + fromApiNames:
149 if variant.get('requires') and variant.get('api') == apiName:
152 if apiName in variant.get('api').split(',') and bestMatchApi is None:
167 def stripNonmatchingAPIs(tree, apiName, actuallyDelete = True):
168 """Remove tree Elements with 'api' attributes matching apiName.
172 apiName - string which much match a command-separated component of
185 if apiNameMatch(apiName, api):
188 elif not apiNameMatch(apiName, api):