Searched refs:virtuals (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 609 def __init__(self, cached, parsed, skipped, masked, virtuals, errors, total): argument 614 self.virtuals = virtuals
|
H A D | cooker.py | 2122 self.virtuals = 0 2182 self.virtuals, self.error, 2347 self.virtuals += len(result)
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | event.py | 709 virtuals = 2 714 virtuals, errors, total) 716 expected = [cached, parsed, skipped, virtuals, masked, errors, 718 actual = [event.cached, event.parsed, event.skipped, event.virtuals,
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 778 …% ( event.total, event.cached, event.parsed, event.virtuals, event.skipped, event.masked, event.er…
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 1767 event's "cached", "parsed", "skipped", "virtuals", "masked", and
|