Lines Matching full:builds
307 builds, argument
324 @param builds: the builds on which we're running this suite.
344 self._builds = builds
362 """Return the CrOS build or the first build in the builds dict."""
363 # TODO(ayatane): Note that the builds dict isn't ordered. I'm not
454 # previous builds.
579 Builds a predicate that takes in a parsed control file (a ControlData)
597 Builds a predicate that takes in a parsed control file (a ControlData)
615 Builds a predicate that takes in a parsed control file (a ControlData)
632 Builds a predicate that takes in a parsed control file (a ControlData)
648 Builds a predicate that takes in a parsed control file (a ControlData)
663 Builds a predicate that takes in a parsed control file (a ControlData)
677 Builds a predicate that takes in a parsed control file (a ControlData)
696 Builds a predicate that takes in a parsed control file (a ControlData)
846 @var _builds: the builds on which we're running this suite.
863 builds, argument
889 @param builds: the builds on which we're running this suite.
933 self._builds = builds
967 builds=builds,
1307 @var _builds: the builds on which we're running this suite.
1347 def create_from_predicates(cls, predicates, builds, board, devserver, argument
1362 @param builds: the builds on which we're running this suite. It's a
1380 build = suite_common.get_test_source_build(builds, **dargs)
1384 name, builds, board, cf_getter, run_prod_code, **dargs)
1388 def create_from_name(cls, name, builds, board, devserver, cf_getter=None, argument
1399 @param builds: the builds on which we're running this suite. It's a
1410 build = suite_common.get_test_source_build(builds, **dargs)
1414 name, builds, board, cf_getter, **dargs)
1421 builds, argument
1455 @param builds: the builds on which we're running this suite.
1513 builds=builds,
1548 builds, argument
1562 @param builds: the builds on which we're running this suite.
1579 builds=builds,
1599 builds, devserver, cf_getter,
1617 builds, argument
1626 @param builds: the builds on which we're running this suite.
1638 builds, test_source_build=test_source_build)