Home
last modified time | relevance | path

Searched defs:modulename (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/
H A Durls.py68 modulename = os.path.basename(t[0]) variable
H A Dsettings.py292 modulename = os.path.basename(t[0]) variable
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dmethodpool.py9 def insert_method(modulename, code, fn, lineno): argument
H A Dmain.py91 def import_extension_module(pkg, modulename, checkattr): argument
H A D__init__.py203 def deprecate_import(current, modulename, fromlist, renames = None): argument
/OK3568_Linux_fs/kernel/include/linux/wimax/
H A Ddebug.h190 #define __D_PASTE__(varname, modulename) varname##_##modulename argument
191 #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename)) argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dtesttargetloader.py58 def load_controller_from_module(self, target, modulename): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dcontext.py180 def _loadControllerFromModule(target, modulename): argument
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacoutput.h297 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument
305 #define ACPI_ACTUAL_DEBUG(level, line, filename, modulename, component, ...) \ argument
309 #define ACPI_ACTUAL_DEBUG_RAW(level, line, filename, modulename, component, ...) \ argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py187 def __init__(self, filename, lineno, function, modulename, body): argument
298 def handlePythonMethod(statements, filename, lineno, funcname, modulename, body): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py2547 def write_table(self,modulename,outputdir='',signature=""): argument