Searched defs:unihash (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlalchemy.py | 46 unihash = Column(Text, nullable=False) variable in UnihashesV3 108 unihash = Column(Text, nullable=False) variable in UnihashesV2 288 async def unihash_exists(self, unihash): argument 440 async def insert_unihash(self, method, taskhash, unihash): argument
|
H A D | client.py | 183 async def report_unihash(self, taskhash, method, outhash, unihash, extra={}): argument 191 async def report_unihash_equiv(self, taskhash, method, unihash, extra={}): argument 203 async def unihash_exists(self, unihash): argument
|
H A D | sqlite.py | 261 async def unihash_exists(self, unihash): argument 417 async def insert_unihash(self, method, taskhash, unihash): argument
|
H A D | tests.py | 103 def assertClientGetHash(self, client, taskhash, unihash): argument 340 def check_hash(taskhash, unihash, old_sidehash): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 620 def set_unihash(self, tid, unihash): argument
|
H A D | runqueue.py | 3303 def __init__(self, task, unihash): argument
|