Lines Matching refs:inDict
213 def _getLoopVars(self,inDict,testname, isSubtest=False): argument
228 for key in inDict:
232 if akey not in inDict: inDict[akey]=''
233 if akey == 'nsize' and not inDict['nsize'].startswith('{{'):
235 inDict['nsize'] = '{{' + inDict['nsize'] + '}}'
236 keystr = str(inDict[key])
249 inDict[akey] += ' -'+keyvar+' ${i' + keyvar + '}'
259 inDict['subargs'] += " "+" ".join(newargs)
260 inDict['args']=''
261 if 'label_suffix' in inDict:
262 inDict['label_suffix']+=lsuffix.rstrip('+').rstrip('_')
264 inDict['label_suffix']=lsuffix.rstrip('+').rstrip('_')
267 inDict['args'] = ' '.join(newargs)
268 inDict['label_suffix']=lsuffix.rstrip('+').rstrip('_')