Searched refs:currentcount (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/classes/ |
| H A D | base.bbclass | 231 def sstate_checkhashes(sq_data, d, siginfo=False, currentcount=0, **kwargs):
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | sstate.bbclass | 920 def sstate_checkhashes(sq_data, d, siginfo=False, currentcount=0, summary=True, **kwargs): 1056 if currentcount: 1057 complete = (len(found) + currentcount) / (total + currentcount) * 100 1062 (total, foundLocal, len(found)-foundLocal, len(missed), currentcount, match, complete))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1454 def validate_hashes(self, tocheck, data, currentcount=0, siginfo=False, summary=True): argument 1467 valid = self.validate_hash(sq_data, data, siginfo, currentcount, summary) 1471 def validate_hash(self, sq_data, d, siginfo, currentcount, summary): argument 1472 …locs = {"sq_data" : sq_data, "d" : d, "siginfo" : siginfo, "currentcount" : currentcount, "summary…
|