Home
last modified time | relevance | path

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

123456

/external/python/cpython3/Lib/
Dzipimport.py110 def find_loader(self, fullname, path=None): argument
147 def find_module(self, fullname, path=None): argument
163 def find_spec(self, fullname, target=None): argument
190 def get_code(self, fullname): argument
221 def get_filename(self, fullname): argument
233 def get_source(self, fullname): argument
259 def is_package(self, fullname): argument
272 def load_module(self, fullname): argument
315 def get_resource_reader(self, fullname): argument
358 def _get_module_path(self, fullname): argument
[all …]
Dpkgutil.py213 def find_module(self, fullname, path=None): argument
274 def __init__(self, fullname, file, filename, etc): argument
284 def load_module(self, fullname): argument
307 def _fix_name(self, fullname): argument
315 def is_package(self, fullname): argument
319 def get_code(self, fullname=None): argument
336 def get_source(self, fullname=None): argument
359 def get_filename(self, fullname=None): argument
431 def iter_importers(fullname=""): argument
484 def find_loader(fullname): argument
/external/python/cpython2/Lib/
Dpkgutil.py173 def find_module(self, fullname, path=None): argument
234 def __init__(self, fullname, file, filename, etc): argument
240 def load_module(self, fullname): argument
263 def _fix_name(self, fullname): argument
271 def is_package(self, fullname): argument
275 def get_code(self, fullname=None): argument
292 def get_source(self, fullname=None): argument
315 def get_filename(self, fullname=None): argument
398 def iter_importers(fullname=""): argument
464 def find_loader(fullname): argument
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py565 def _find_module_shim(self, fullname): argument
814 def _search_registry(cls, fullname): argument
829 def find_spec(cls, fullname, path=None, target=None): argument
845 def find_module(cls, fullname, path=None): argument
866 def is_package(self, fullname): argument
885 def load_module(self, fullname): argument
932 def get_source(self, fullname): argument
950 def get_code(self, fullname): argument
1040 def __init__(self, fullname, path): argument
1054 def load_module(self, fullname): argument
[all …]
Dabc.py51 def find_module(self, fullname, path=None): argument
71 def find_module(self, fullname, path): argument
108 def find_loader(self, fullname): argument
175 def is_package(self, fullname): argument
183 def get_code(self, fullname): argument
197 def get_source(self, fullname): argument
229 def get_filename(self, fullname): argument
237 def get_code(self, fullname): argument
D_bootstrap.py254 def _requires_builtin_wrapper(self, fullname): argument
265 def _requires_frozen_wrapper(self, fullname): argument
275 def _load_module_shim(self, fullname): argument
747 def find_spec(cls, fullname, path=None, target=None): argument
756 def find_module(cls, fullname, path=None): argument
785 def get_code(cls, fullname): argument
791 def get_source(cls, fullname): argument
797 def is_package(cls, fullname): argument
827 def find_spec(cls, fullname, path=None, target=None): argument
834 def find_module(cls, fullname, path=None): argument
[all …]
D_abc.py24 def load_module(self, fullname): argument
/external/python/cpython2/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.py95 def load_module(self, fullname): argument
110 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
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest___loader__.py12 def find_spec(self, fullname, path=None, target=None): argument
38 def find_module(self, fullname, path=None): argument
41 def load_module(self, fullname): argument
Dtest_path.py121 def find_module(self, fullname): argument
143 def find_loader(self, fullname): argument
162 def find_spec(self, fullname, target=None): argument
256 def find_module(fullname): argument
276 def find_module(fullname): argument
Dtest_api.py15 def find_spec(cls, fullname, path=None, target=None): argument
32 def find_module(cls, fullname, path): argument
37 def load_module(cls, fullname): argument
/external/python/setuptools/setuptools/extern/
D__init__.py24 def _module_matches_namespace(self, fullname): argument
29 def load_module(self, fullname): argument
57 def find_spec(self, fullname, path=None, target=None): argument
/external/python/setuptools/pkg_resources/extern/
D__init__.py24 def _module_matches_namespace(self, fullname): argument
29 def load_module(self, fullname): argument
57 def find_spec(self, fullname, path=None, target=None): argument
/external/python/cpython2/Lib/distutils/command/
Dbdist_wininst.py254 def create_exe (self, arcname, fullname, bitmap=None): argument
309 def get_installer_filename(self, fullname): argument
/external/python/cpython2/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
1231 get_module_code(ZipImporter *self, char *fullname, in get_module_code()
/external/python/setuptools/setuptools/_distutils/command/
Dbdist_wininst.py250 def create_exe(self, arcname, fullname, bitmap=None): argument
305 def get_installer_filename(self, fullname): argument
/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py151 def find_module(self, fullname, path): argument
177 def find_loader(self, fullname): argument
205 def load_module(self, fullname): argument
260 def is_package(self, fullname): argument
263 def get_source(self, fullname): argument
290 def get_filename(self, fullname): argument
359 def find_spec(self, fullname, path, target=None): argument
409 def find_spec(self, fullname, target=None): argument
458 def is_package(self, fullname): argument
716 def get_filename(self, fullname): argument
/external/elfutils/src/
Dsize.c388 const char *fullname) in show_sysv()
515 const char *fullname) in show_bsd()
588 show_segments (Elf *elf, const char *fullname) in show_segments()
638 char fullname[prefix_len + 1 + fname_len]; in handle_elf() local
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp215 String * fullname, in ResolveDispatch()
261 String * fullname, in QueryRecordDispatch()
532 const char * fullname, in ResolveCallback()
614 const char * fullname, in QueryRecordCallback()
939 String * fullname, in RegisterRecord()
982 String * fullname, in QueryRecord()
1016 String * fullname, in ReconfirmRecord()
/external/protobuf/php/ext/google/protobuf/
Dnames.c203 static void fill_classname(const char *fullname, in fill_classname()
237 char *GetPhpClassname(const upb_FileDef *file, const char *fullname, bool previous) { in GetPhpClassname()
266 bool IsPreviouslyUnreservedClassName(const char* fullname) { in IsPreviouslyUnreservedClassName()
/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc104 bool DeviceNameUtils::ParseFullName(StringPiece fullname, ParsedName* p) { in ParseFullName()
177 bool DeviceNameUtils::ParseFullOrLocalName(StringPiece fullname, in ParseFullOrLocalName()
211 Status DeviceNameUtils::CanonicalizeDeviceName(StringPiece fullname, in CanonicalizeDeviceName()
526 string DeviceNameUtils::LocalName(StringPiece fullname) { in LocalName()
/external/libkmsxx/kms++/inc/kms++/
Dconnector.h37 const std::string& fullname() const { return m_fullname; } in fullname() function
/external/autotest/utils/
DPython2MigrationFinder.py25 def need_to_skip(fullname): argument

123456