Home
last modified time | relevance | path

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

1234

/third_party/python/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
Dimp.py129 def find_module(self, fullname): argument
139 def __init__(self, fullname, path, file=None): argument
/third_party/python/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
/third_party/python/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
Dtest_caching.py57 def load_module(self, fullname): argument
/third_party/python/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
Dutil.py260 def find_module(self, fullname, path=None): argument
266 def load_module(self, fullname): argument
284 def find_spec(self, fullname, path=None, parent=None): argument
/third_party/mesa3d/src/freedreno/rnn/
Dpath.c44 char *fullname; in find_in_path() local
Drnn.h98 char *fullname; member
108 char *fullname; member
161 char *fullname; member
169 char *fullname; member
183 char *fullname; member
224 char *fullname; member
/third_party/python/Lib/test/test_importlib/extension/
Dtest_finder.py14 def find_spec(self, fullname): argument
Dtest_loader.py24 def load_module(self, fullname): argument
108 def load_module_by_name(self, fullname): argument
/third_party/protobuf/php/ext/google/protobuf/
Dnames.c183 static void fill_classname(const char *fullname, in fill_classname()
209 char *GetPhpClassname(const upb_filedef *file, const char *fullname) { in GetPhpClassname()
/third_party/lwip/test/unit/mdns/
Dtest_mdns.c183 static const u8_t fullname[] = { in START_TEST() local
212 static const u8_t fullname[] = { in START_TEST() local
244 static const u8_t fullname[] = { in START_TEST() local
272 static const u8_t fullname[] = { in START_TEST() local
/third_party/libxml2/
DSAX2.c704 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, in xmlSAX2AttributeDecl()
1067 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, in xmlSAX2AttributeInternal()
1563 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) in xmlSAX2StartElement()
2086 xmlChar *fullname; in xmlSAX2AttributeNs() local
2220 const xmlChar *fullname; in xmlSAX2StartElementNs() local
2378 const xmlChar *fullname; in xmlSAX2StartElementNs() local
/third_party/gettext/gnulib-local/lib/libxml/
DSAX2.c762 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, in xmlSAX2AttributeDecl()
1124 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, in xmlSAX2AttributeInternal()
1620 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) in xmlSAX2StartElement()
2141 xmlChar *fullname; in xmlSAX2AttributeNs() local
2275 const xmlChar *fullname; in xmlSAX2StartElementNs() local
2433 const xmlChar *fullname; in xmlSAX2StartElementNs() local
/third_party/e2fsprogs/debugfs/
Ddump.c200 const char *fullname) in rdump_symlink()
254 char *fullname; in rdump_inode() local
/third_party/glib/gio/inotify/
Dinotify-helper.c214 gchar *fullname; in ih_event_callback() local
/third_party/gettext/libtextstyle/examples/color-hello/
Dhello.c115 const char *fullname = NULL; in main() local
/third_party/glib/gio/kqueue/
Dkqueue-helper.c59 gchar *fullname; in handle_created() local

1234