Searched refs:OperationCompleted (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 392 class OperationCompleted(Event): class 484 class BuildCompleted(BuildBase, OperationCompleted): 488 OperationCompleted.__init__(self, total, "Building Succeeded") 490 OperationCompleted.__init__(self, total, "Building Failed") 602 class ParseCompleted(OperationCompleted): 605 OperationCompleted.__init__(self, total, "Recipe parsing Completed") 631 class CacheLoadCompleted(OperationCompleted): 634 OperationCompleted.__init__(self, total, "Loading cache Completed") 647 class TreeDataPreparationCompleted(OperationCompleted): 650 OperationCompleted.__init__(self, total, "Preparing tree data Completed")
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 174 event2 = bb.event.OperationCompleted(total=123) 203 event2 = bb.event.OperationCompleted(total=123) 217 event2 = bb.event.OperationCompleted(total=123) 306 event2 = bb.event.OperationCompleted(total=1) 390 event2 = bb.event.OperationCompleted(total=123) 509 event = bb.event.OperationCompleted(total, msg)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 835 bb.event.OperationCompleted,
|