Searched refs:better_eval (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | elf.py | 145 machine_dict.machdata = bb.utils.better_eval(call, locs)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | siteinfo.bbclass | 152 archinfo, osinfo, targetinfo = bb.utils.better_eval(call, locs)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 784 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 D | event.py | 277 func = bb.utils.better_eval(name, env)
|
H A D | data_smart.py | 153 value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
|
H A D | utils.py | 428 def better_eval(source, locals, extraglobals = None): function
|
H A D | runqueue.py | 1547 return bb.utils.better_eval(call, locs) 2042 valid = bb.utils.better_eval(call, locs)
|