/third_party/python/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
|
D | imp.py | 129 def find_module(self, fullname): argument 139 def __init__(self, fullname, path, file=None): argument
|
/third_party/python/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
|
/third_party/python/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
|
D | test_caching.py | 57 def load_module(self, fullname): argument
|
/third_party/python/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
|
D | util.py | 260 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/ |
D | path.c | 44 char *fullname; in find_in_path() local
|
D | rnn.h | 98 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/ |
D | test_finder.py | 14 def find_spec(self, fullname): argument
|
D | test_loader.py | 24 def load_module(self, fullname): argument 108 def load_module_by_name(self, fullname): argument
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | names.c | 183 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/ |
D | test_mdns.c | 183 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/ |
D | SAX2.c | 704 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/ |
D | SAX2.c | 762 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/ |
D | dump.c | 200 const char *fullname) in rdump_symlink() 254 char *fullname; in rdump_inode() local
|
/third_party/glib/gio/inotify/ |
D | inotify-helper.c | 214 gchar *fullname; in ih_event_callback() local
|
/third_party/gettext/libtextstyle/examples/color-hello/ |
D | hello.c | 115 const char *fullname = NULL; in main() local
|
/third_party/glib/gio/kqueue/ |
D | kqueue-helper.c | 59 gchar *fullname; in handle_created() local
|