Home | History | Annotate | Download | only in dynamic_suite

Lines Matching refs:predicates

520     def create_from_predicates(predicates, builds, board, devserver,
531 @param predicates: A list of callables that accept ControlData
556 return Suite(predicates,
590 def __init__(self, predicates, tag, builds, board, cf_getter,
602 @param predicates: A list of callables that accept ControlData
649 return all((f(test) for f in predicates))
1234 # Some predicates may return a list of tuples, e.g.,