Home
last modified time | relevance | path

Searched refs:OperationStarted (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py386 class OperationStarted(Event): class
478 class BuildStarted(BuildBase, OperationStarted):
481 OperationStarted.__init__(self, "Building Started")
596 class ParseStarted(OperationStarted):
599 OperationStarted.__init__(self, "Recipe parsing Started")
620 class CacheLoadStarted(OperationStarted):
623 OperationStarted.__init__(self, "Loading cache Started")
637 class TreeDataPreparationStarted(OperationStarted):
640 OperationStarted.__init__(self, "Preparing tree data Started")
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py173 event1 = bb.event.OperationStarted()
202 event1 = bb.event.OperationStarted()
216 event1 = bb.event.OperationStarted()
285 event1 = bb.event.OperationStarted()
305 event1 = bb.event.OperationStarted()
329 event1 = bb.event.OperationStarted()
389 event1 = bb.event.OperationStarted()
411 if type(event) is bb.event.OperationStarted:
418 if type(event) is bb.event.OperationStarted:
451 bb.event.fire(bb.event.OperationStarted(), None)
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dknotty.py834 bb.event.OperationStarted,