Lines Matching refs:result
483 for result in results:
488 if result[1] == qp.Query.RETURN_PACKAGES:
489 pfmri = result[2]
490 elif result[1] == qp.Query.RETURN_ACTIONS:
491 pfmri = result[2][0]
498 result[1] == qp.Query.RETURN_PACKAGES:
502 stem = result[2].pkg_name
510 yield result
514 result = next(results)
518 return_type = result[1]
519 results = itertools.chain([result], results)