Home
last modified time | relevance | path

Searched defs:modname (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimputil.py263 def _import_one(self, parent, modname, fqname): argument
370 def get_code(self, parent, modname, fqname): argument
505 def get_code(self, parent, modname, fqname): argument
542 def get_code(self, parent, modname, fqname): argument
Dpydoc.py95 def classname(object, modname): argument
499 def classlink(self, object, modname): argument
564 def formattree(self, tree, modname, parent=None): argument
1003 def formattree(self, tree, modname, parent=None, prefix=''): argument
1880 def callback(path, modname, desc, modules=modules): argument
1885 def onerror(modname): argument
1966 def callback(path, modname, desc): argument
2182 def update(self, path, modname, desc): argument
Dtrace.py186 def modname(path): function
Doptparse.py884 def read_module(self, modname, mode="careful"): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest___all__.py24 def check_all(self, modname): argument
Dtest_support.py196 def forget(modname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dfuture.c88 identifier modname = s->v.ImportFrom.module; in future_parse() local
Dimport.c2319 PyObject *pkgname, *modname, *modpath, *modules, *parent; in get_parent() local
Dast.c2571 identifier modname = NULL; in ast_for_import_stmt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py110 def classname(object, modname): argument
545 def classlink(self, object, modname): argument
615 def formattree(self, tree, modname, parent=None): argument
1066 def formattree(self, tree, modname, parent=None, prefix=''): argument
1964 def callback(path, modname, desc, modules=modules): argument
1969 def onerror(modname): argument
2050 def callback(path, modname, desc): argument
2054 def onerror(modname): argument
2267 def update(self, path, modname, desc): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c419 static int loadfunc (lua_State *L, const char *filename, const char *modname) { in loadfunc()
570 static void modinit (lua_State *L, const char *modname) { in modinit()
586 const char *modname = luaL_checkstring(L, 1); in ll_module() local
Dlauxlib.c810 LUALIB_API void luaL_pushmodule (lua_State *L, const char *modname, in luaL_pushmodule()
886 LUALIB_API void luaL_requiref (lua_State *L, const char *modname, in luaL_requiref()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py95 def classname(object, modname): argument
499 def classlink(self, object, modname): argument
564 def formattree(self, tree, modname, parent=None): argument
1003 def formattree(self, tree, modname, parent=None, prefix=''): argument
1884 def callback(path, modname, desc, modules=modules): argument
1889 def onerror(modname): argument
1970 def callback(path, modname, desc): argument
2186 def update(self, path, modname, desc): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dcjkcodecs.h353 importmap(const char *modname, const char *symbol, in importmap()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dcjkcodecs.h353 importmap(const char *modname, const char *symbol, in importmap()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c181 char *modname; in normalizeUserObj() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2218 PyObject *pkgname, *modname, *modpath, *modules, *parent; in find_module() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c2218 PyObject *pkgname, *modname, *modpath, *modules, *parent; in find_module() local
Dast.c2566 identifier modname = NULL; in ast_for_import_stmt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Doptparse.py885 def read_module(self, modname, mode="careful"): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c66 PyObject *modname = PyDict_GetItem(globals, namestr); in PyClass_New() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c66 PyObject *modname = PyDict_GetItem(globals, namestr); in PyClass_New() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py531 def __init__(self, modname, names, level, lineno=None): argument