Home | History | Annotate | Download | only in runtest

Lines Matching refs:matched

437     matched = [False] * len(test.symbol_overhead_requirements)
443 matched[i] = True
445 for i in range(len(matched)):
446 if not matched[i]:
447 print 'requirement (%s) has no matched symbol in test %s' % (
460 matched = [False] * len(test.symbol_children_overhead_requirements)
465 matched[i] = True
471 for i in range(len(matched)):
472 if not matched[i]:
473 print 'requirement (%s) has no matched symbol in test %s' % (
480 matched = [False] * len(test.symbol_relation_requirements)
485 matched[i] = True
491 for i in range(len(matched)):
492 if not matched[i]:
493 print 'requirement (%s) has no matched symbol in test %s' % (