Home
last modified time | relevance | path

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

1234

/external/python/cpython3/Lib/importlib/
Dabc.py40 def find_module(self, fullname, path=None): argument
54 def find_module(self, fullname, path): argument
86 def find_loader(self, fullname): argument
140 def load_module(self, fullname): argument
195 def is_package(self, fullname): argument
203 def get_code(self, fullname): argument
217 def get_source(self, fullname): argument
249 def get_filename(self, fullname): argument
257 def get_code(self, fullname): argument
D_bootstrap_external.py413 def _find_module_shim(self, fullname): argument
612 def _search_registry(cls, fullname): argument
627 def find_spec(cls, fullname, path=None, target=None): argument
643 def find_module(cls, fullname, path=None): argument
661 def is_package(self, fullname): argument
680 def load_module(self, fullname): argument
725 def get_source(self, fullname): argument
743 def get_code(self, fullname): argument
800 def __init__(self, fullname, path): argument
814 def load_module(self, fullname): argument
[all …]
D_bootstrap.py218 def _requires_builtin_wrapper(self, fullname): argument
229 def _requires_frozen_wrapper(self, fullname): argument
239 def _load_module_shim(self, fullname): argument
699 def find_spec(cls, fullname, path=None, target=None): argument
708 def find_module(cls, fullname, path=None): argument
734 def get_code(cls, fullname): argument
740 def get_source(cls, fullname): argument
746 def is_package(cls, fullname): argument
772 def find_spec(cls, fullname, path=None, target=None): argument
779 def find_module(cls, fullname, path=None): argument
[all …]
/external/python/cpython2/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
/external/python/cpython3/Lib/
Dpkgutil.py209 def find_module(self, fullname, path=None): argument
270 def __init__(self, fullname, file, filename, etc): argument
279 def load_module(self, fullname): argument
302 def _fix_name(self, fullname): argument
310 def is_package(self, fullname): argument
314 def get_code(self, fullname=None): argument
331 def get_source(self, fullname=None): argument
354 def get_filename(self, fullname=None): argument
426 def iter_importers(fullname=""): argument
479 def find_loader(fullname): argument
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest___loader__.py11 def find_spec(self, fullname, path=None, target=None): argument
37 def find_module(self, fullname, path=None): argument
40 def load_module(self, fullname): argument
Dtest_api.py14 def find_spec(cls, fullname, path=None, target=None): argument
31 def find_module(cls, fullname, path): argument
36 def load_module(cls, fullname): argument
Dtest_path.py120 def find_module(self, fullname): argument
138 def find_loader(self, fullname): argument
153 def find_spec(self, fullname, target=None): argument
224 def find_module(fullname): argument
242 def find_module(fullname): argument
/external/autotest/venv/lucifer/
Dautotest.py133 def find_module(self, fullname, path=None): argument
141 def _is_autotest_common(self, fullname): argument
145 def load_module(self, fullname): argument
Dautotest_unittest.py35 def test__CommonRemovingFinder_find_module(fullname, expected): 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/distutils/command/
Dbdist_wininst.py239 def create_exe(self, arcname, fullname, bitmap=None): argument
292 def get_installer_filename(self, fullname): 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/cpython3/Modules/
Dzipimport.c206 get_subname(PyObject *fullname) in get_subname()
291 get_module_info(ZipImporter *self, PyObject *fullname) in get_module_info()
337 find_loader(ZipImporter *self, PyObject *fullname, PyObject **namespace_portion) in find_loader()
390 PyObject *fullname; in zipimporter_find_module() local
429 PyObject *fullname; in zipimporter_find_loader() local
462 PyObject *fullname; in zipimporter_load_module() local
531 PyObject *fullname, *code, *modpath; in zipimporter_get_filename() local
553 PyObject *fullname; in zipimporter_is_package() local
622 PyObject *fullname; in zipimporter_get_code() local
635 PyObject *fullname, *subname, *path, *fullpath; in zipimporter_get_source() local
[all …]
/external/dtc/
Dsrcpos.c73 char *fullname; in try_open() local
102 char *fullname; in fopen_any_on_path() local
120 char *fullname; in srcfile_relative_open() local
/external/python/cpython2/Modules/
Dzipimport.c213 get_subname(char *fullname) in get_subname()
260 get_module_info(ZipImporter *self, char *fullname) in get_module_info()
291 char *fullname; in zipimporter_find_module() local
315 char *fullname, *modpath; in zipimporter_load_module() local
380 char *fullname, *modpath; in zipimporter_get_filename() local
402 char *fullname; in zipimporter_is_package() local
465 char *fullname; in zipimporter_get_code() local
478 char *fullname, *subname, path[MAXPATHLEN+1]; in zipimporter_get_source() local
1233 get_module_code(ZipImporter *self, char *fullname, in get_module_code()
/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py152 def find_module(self, fullname, path): argument
176 def find_loader(self, fullname): argument
202 def load_module(self, fullname): argument
255 def is_package(self, fullname): argument
258 def get_source(self, fullname): argument
285 def get_filename(self, fullname): argument
313 def find_spec(self, fullname, path, target=None): argument
348 def find_spec(self, fullname, target=None): argument
394 def is_package(self, fullname): argument
648 def get_filename(self, fullname): argument
Dutil.py240 def find_module(self, fullname, path=None): argument
246 def load_module(self, fullname): argument
264 def find_spec(self, fullname, path=None, parent=None): argument
/external/skia/tools/bookmaker/
DselfCheck.cpp91 string fullname = topic + '_' + subtopic; in checkMethod() local
124 string fullname = topicName + '_' + missing; in checkRelatedFunctions() local
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_finder.py14 def find_module(self, fullname): argument
/external/elfutils/src/
Dsize.c404 const char *fullname) in show_sysv()
527 const char *fullname) in show_bsd()
597 show_segments (Elf *elf, const char *fullname) in show_segments()
647 char fullname[prefix_len + 1 + fname_len]; in handle_elf() local
/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc114 bool DeviceNameUtils::ParseFullName(StringPiece fullname, ParsedName* p) { in ParseFullName()
188 string DeviceNameUtils::CanonicalizeDeviceName(StringPiece fullname) { in CanonicalizeDeviceName()
365 string DeviceNameUtils::LocalName(StringPiece fullname) { in LocalName()
/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()

1234