Home
last modified time | relevance | path

Searched defs:fullname (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpkgutil.py176 def find_module(self, fullname, path=None): argument
229 def __init__(self, fullname, file, filename, etc): argument
235 def load_module(self, fullname): argument
257 def _fix_name(self, fullname): argument
265 def is_package(self, fullname): argument
269 def get_code(self, fullname=None): argument
286 def get_source(self, fullname=None): argument
309 def get_filename(self, fullname=None): argument
392 def iter_importers(fullname=""): argument
458 def find_loader(fullname): argument
Dcompileall.py61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dpkgutil.py176 def find_module(self, fullname, path=None): argument
237 def __init__(self, fullname, file, filename, etc): argument
243 def load_module(self, fullname): argument
265 def _fix_name(self, fullname): argument
273 def is_package(self, fullname): argument
277 def get_code(self, fullname=None): argument
294 def get_source(self, fullname=None): argument
317 def get_filename(self, fullname=None): argument
400 def iter_importers(fullname=""): argument
466 def find_loader(fullname): argument
Dcompileall.py61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_importhooks.py62 def find_module(self, fullname, path=None): argument
68 def load_module(self, fullname): argument
94 def find_module(self, fullname, path=None): argument
98 def load_module(self, fullname): argument
109 def find_module(self, fullname, path=None): argument
131 def load_module(self, fullname): argument
Dtest_pkgutil.py84 def load_module(self, fullname): argument
99 def find_module(self, fullname, path=None): argument
Dtest_importlib.py94 def find_module(self, fullname, path=None): argument
100 def load_module(self, fullname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_wininst.py250 def create_exe (self, arcname, fullname, bitmap=None): argument
305 def get_installer_filename(self, fullname): argument
Dbdist_msi.py730 def get_installer_filename(self, fullname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzipimport.c211 get_subname(char *fullname) in get_subname()
258 get_module_info(ZipImporter *self, char *fullname) in get_module_info()
289 char *fullname; in zipimporter_find_module() local
313 char *fullname, *modpath; in zipimporter_load_module() local
378 char *fullname, *modpath; in zipimporter_get_filename() local
400 char *fullname; in zipimporter_is_package() local
463 char *fullname; in zipimporter_get_code() local
476 char *fullname, *subname, path[MAXPATHLEN+1]; in zipimporter_get_source() local
1111 get_module_code(ZipImporter *self, char *fullname, in get_module_code()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzipimport.c211 get_subname(char *fullname) in get_subname()
258 get_module_info(ZipImporter *self, char *fullname) in get_module_info()
289 char *fullname; in zipimporter_find_module() local
313 char *fullname, *modpath; in zipimporter_load_module() local
378 char *fullname, *modpath; in zipimporter_get_filename() local
400 char *fullname; in zipimporter_is_package() local
463 char *fullname; in zipimporter_get_code() local
476 char *fullname, *subname, path[MAXPATHLEN+1]; in zipimporter_get_source() local
1139 get_module_code(ZipImporter *self, char *fullname, in get_module_code()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dftpmirror.py311 def remove(fullname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsetuptools_build_ext.py85 def get_ext_filename(self, fullname): argument
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DZoneProc.c333 char fullname[FILENAME_MAX + 1]; in tzload() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c1296 find_module(char *fullname, char *subname, PyObject *path, char *buf, in find_module()
2624 add_submodule(PyObject *mod, PyObject *submod, char *fullname, char *subname, in add_submodule()
2658 import_submodule(PyObject *mod, char *subname, char *fullname) in import_submodule()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c1201 find_module(char *fullname, char *subname, PyObject *path, char *buf, in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c1201 find_module(char *fullname, char *subname, PyObject *path, char *buf, in find_module()