Home
last modified time | relevance | path

Searched refs:recursecb (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-diffsigs87 def recursecb(key, hash1, hash2): function
99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color)
180 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color)
189 …ut = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=color)
H A Dbitbake-dumpsig87 def recursecb(key, hash1, hash2): function
99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color)
180 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color)
189 …ut = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=color)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py824 def compare_sigfiles(a, b, recursecb=None, color=False, collapsed=False): argument
1022 if callable(recursecb):
1023 recout = recursecb(dep, a[dep], b[dep])
H A Drunqueue.py1715 def recursecb(key, hash1, hash2): function
1721 out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb)
1744 output = bb.siggen.compare_sigfiles(latestmatch, match, recursecb)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py565 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, collapsed=True)
574 def recursecb(key, hash1, hash2): function