| /external/python/cpython3/Lib/ |
| D | zipimport.py | 110 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 …]
|
| D | pkgutil.py | 213 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/ |
| D | pkgutil.py | 173 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.py | 565 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 …]
|
| D | abc.py | 51 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.py | 254 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.py | 24 def load_module(self, fullname): argument
|
| /external/python/cpython2/Lib/test/ |
| D | test_importhooks.py | 62 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
|
| D | test_pkgutil.py | 95 def load_module(self, fullname): argument 110 def find_module(self, fullname, path=None): argument
|
| D | test_importlib.py | 94 def find_module(self, fullname, path=None): argument 100 def load_module(self, fullname): argument
|
| /external/python/cpython3/Lib/test/test_importlib/import_/ |
| D | test___loader__.py | 12 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
|
| D | test_path.py | 121 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
|
| D | test_api.py | 15 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__.py | 24 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__.py | 24 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/ |
| D | bdist_wininst.py | 254 def create_exe (self, arcname, fullname, bitmap=None): argument 309 def get_installer_filename(self, fullname): argument
|
| /external/python/cpython2/Modules/ |
| D | zipimport.c | 211 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/ |
| D | bdist_wininst.py | 250 def create_exe(self, arcname, fullname, bitmap=None): argument 305 def get_installer_filename(self, fullname): argument
|
| /external/python/cpython3/Lib/test/test_importlib/ |
| D | test_abc.py | 151 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/ |
| D | size.c | 388 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/ |
| D | dnssd_NET.cpp | 215 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/ |
| D | names.c | 203 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/ |
| D | device_name_utils.cc | 104 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++/ |
| D | connector.h | 37 const std::string& fullname() const { return m_fullname; } in fullname() function
|
| /external/autotest/utils/ |
| D | Python2MigrationFinder.py | 25 def need_to_skip(fullname): argument
|