Lines Matching refs:t
314 for t in tests:
315 _options.extend(["-T", t ])
335 for t,x in tags_config.items():
338 tag.name = t
352 for t in tags.values():
353 if t._contains(f):
354 t.exclude = False
357 for t in tags.values():
358 if t.exclude:
359 exclude_tags.add(t.name)
488 t = ts.get("toolchain") variable
492 if (n, a, p, t) not in dup_free_set:
494 dup_free_set.add((n, a, p, t,))