Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Delf.py145 machine_dict.machdata = bb.utils.better_eval(call, locs)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsiteinfo.bbclass152 archinfo, osinfo, targetinfo = bb.utils.better_eval(call, locs)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py784 outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
786 outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
H A Devent.py277 func = bb.utils.better_eval(name, env)
H A Ddata_smart.py153 value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
H A Dutils.py428 def better_eval(source, locals, extraglobals = None): function
H A Drunqueue.py1547 return bb.utils.better_eval(call, locs)
2042 valid = bb.utils.better_eval(call, locs)