Searched refs:better_eval (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | elf.py | 139 machdata = bb.utils.better_eval(call, locs)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 627 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 D | event.py | 274 func = bb.utils.better_eval(name, env)
|
| H A D | data_smart.py | 144 value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
|
| H A D | utils.py | 425 def better_eval(source, locals, extraglobals = None): function
|
| H A D | runqueue.py | 1477 return bb.utils.better_eval(call, locs) 1922 valid = bb.utils.better_eval(call, locs)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | siteinfo.bbclass | 138 archinfo, osinfo, targetinfo = bb.utils.better_eval(call, locs)
|