Searched refs:recursecb (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-diffsigs | 91 def recursecb(key, hash1, hash2): function 103 …siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, color=color) 184 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color) 193 …ut = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=color)
|
H A D | bitbake-dumpsig | 91 def recursecb(key, hash1, hash2): function 103 …siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, color=color) 184 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color) 193 …ut = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=color)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | sstatetests.py | 784 def recursecb(key, hash1, hash2): function 790 … bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb) 797 …n.compare_sigfiles(matches[latesthashes[-2]]['path'], matches[latesthashes[-1]]['path'], recursecb)
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 565 …gen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, collapsed=True) 574 def recursecb(key, hash1, hash2): function
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 951 def compare_sigfiles(a, b, recursecb=None, color=False, collapsed=False): argument 1157 if callable(recursecb): 1158 recout = recursecb(dep, a[dep], b[dep])
|
H A D | runqueue.py | 1812 def recursecb(key, hash1, hash2): function 1820 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb) 1848 output = bb.siggen.compare_sigfiles(latestmatch, match, recursecb)
|