Home
last modified time | relevance | path

Searched refs:better_eval (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Delf.py139 machdata = bb.utils.better_eval(call, locs)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py627 outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
629 outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
H A Devent.py274 func = bb.utils.better_eval(name, env)
H A Ddata_smart.py144 value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
H A Dutils.py425 def better_eval(source, locals, extraglobals = None): function
H A Drunqueue.py1477 return bb.utils.better_eval(call, locs)
1922 valid = bb.utils.better_eval(call, locs)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsiteinfo.bbclass138 archinfo, osinfo, targetinfo = bb.utils.better_eval(call, locs)