Lines Matching refs:manifest
492 manifest = parser.parse(input_path, ENCODING)
494 self.assertEqual(2, len(manifest.rules))
496 rule_cc = manifest.rules[0]
508 rule_ld = manifest.rules[1]
524 manifest = parser.parse(input_path, ENCODING)
526 self.assertEqual(1, len(manifest.builds))
528 build = manifest.builds[0]
548 manifest = parser.parse(input_path, ENCODING)
550 self.assertEqual(1, len(manifest.defaults))
552 default = manifest.defaults[0]
560 manifest = parser.parse(input_path, ENCODING)
562 self.assertEqual(1, len(manifest.pools))
564 pool = manifest.pools[0]
572 manifest = parser.parse(input_path, ENCODING)
576 self.assertEqual(2, len(manifest.builds))
585 manifest = parser.parse(input_path, ENCODING)
589 self.assertEqual(2, len(manifest.builds))