/openbmc/openbmc/poky/meta/lib/bbconfigbuild/ |
H A D | configfragments.py | 105 def enable_helper(varname, origvalue, op, newlines): argument 125 def disable_helper(varname, origvalue, op, newlines): argument 141 def disable_all_helper(varname, origvalue, op, newlines): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | utils.py | 182 def handle_file(varname, origvalue, op, newlines): argument 392 def handle_var(varname, origvalue, op, newlines): argument 420 def handle_var(varname, origvalue, op, newlines): argument
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_npm.py | 38 def _handle_registry(varname, origvalue, op, newlines): argument 261 def _handle_srcuri(varname, origvalue, op, newlines): argument
|
H A D | create_kernel.py | 35 def handle_var(varname, origvalue, op, newlines): argument
|
H A D | create_go.py | 738 def varfunc(varname, origvalue, op, newlines): argument 765 def varfunc(varname, origvalue, op, newlines): argument
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | build.py | 23 def varfunc(varname, origvalue, op, newlines): argument
|
H A D | __init__.py | 283 def get_bbclassextend_varfunc(varname, origvalue, op, newlines): argument 353 def get_unlockedsigs_varfunc(varname, origvalue, op, newlines): argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | recipeutils.py | 235 def patch_recipe_varfunc(varname, origvalue, op, newlines): argument 842 def appendfile_varfunc(varname, origvalue, op, newlines): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1491 def handle_bblayers_firstpass(varname, origvalue, op, newlines): argument 1498 def handle_bblayers(varname, origvalue, op, newlines): argument
|