| /third_party/python/Lib/ |
| D | zipimport.py | 109 def find_loader(self, fullname, path=None): argument 146 def find_module(self, fullname, path=None): argument 162 def find_spec(self, fullname, target=None): argument 189 def get_code(self, fullname): argument 220 def get_filename(self, fullname): argument 232 def get_source(self, fullname): argument 258 def is_package(self, fullname): argument 271 def load_module(self, fullname): argument 314 def get_resource_reader(self, fullname): argument 357 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 432 def iter_importers(fullname=""): argument 485 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 | abc.py | 62 def find_module(self, fullname, path=None): argument 82 def find_module(self, fullname, path): argument 119 def find_loader(self, fullname): argument 186 def is_package(self, fullname): argument 194 def get_code(self, fullname): argument 208 def get_source(self, fullname): argument 240 def get_filename(self, fullname): argument 248 def get_code(self, fullname): argument
|
| D | _bootstrap_external.py | 622 def _find_module_shim(self, fullname): argument 871 def _search_registry(cls, fullname): argument 886 def find_spec(cls, fullname, path=None, target=None): argument 902 def find_module(cls, fullname, path=None): argument 923 def is_package(self, fullname): argument 942 def load_module(self, fullname): argument 989 def get_source(self, fullname): argument 1007 def get_code(self, fullname): argument 1097 def __init__(self, fullname, path): argument 1111 def load_module(self, fullname): argument [all …]
|
| 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 749 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 896 def _resolve_filename(cls, fullname, alias=None, ispkg=False): argument 921 def find_spec(cls, fullname, path=None, target=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 267 def find_module(fullname): argument 287 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 | 251 def find_module(self, fullname, path=None): argument 257 def load_module(self, fullname): argument 275 def find_spec(self, fullname, path=None, parent=None): argument
|
| /third_party/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
|
| /third_party/mesa3d/src/freedreno/rnn/ |
| D | path.c | 44 char *fullname; in find_in_path() local
|
| /third_party/python/Lib/test/test_importlib/extension/ |
| D | test_finder.py | 21 def find_spec(self, fullname): argument
|
| D | test_loader.py | 30 def load_module(self, fullname): argument 120 def load_module_by_name(self, fullname): argument
|
| /third_party/rust/crates/memchr/bench/runs/2022-04-29_wasm-changes/ |
| D | baseline.json | 6 "fullname": "2022-04-29/memchr1/fallback/empty/never", string 68 "fullname": "2022-04-29/memchr1/fallback/huge/common", string 130 "fullname": "2022-04-29/memchr1/fallback/huge/never", string 192 "fullname": "2022-04-29/memchr1/fallback/huge/rare", string 254 "fullname": "2022-04-29/memchr1/fallback/huge/uncommon", string 316 "fullname": "2022-04-29/memchr1/fallback/huge/verycommon", string 378 "fullname": "2022-04-29/memchr1/fallback/small/common", string 440 "fullname": "2022-04-29/memchr1/fallback/small/never", string 502 "fullname": "2022-04-29/memchr1/fallback/small/rare", string 564 "fullname": "2022-04-29/memchr1/fallback/small/uncommon", string [all …]
|
| D | test.json | 6 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/empty/never", string 68 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/huge/common", string 130 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/huge/never", string 192 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/huge/rare", string 254 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/huge/uncommon", string 316 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/huge/verycommon", string 378 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/small/common", string 440 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/small/never", string 502 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/small/rare", string 564 "fullname": "2022-04-29_wasm-changes/memchr1/fallback/small/uncommon", string [all …]
|
| /third_party/rust/crates/memchr/bench/runs/2021-05-06_sliceslice-0.3.0/ |
| D | raw.json | 6 "fullname": "2021-05-06/memchr1/fallback/empty/never", string 68 "fullname": "2021-05-06/memchr1/fallback/huge/common", string 130 "fullname": "2021-05-06/memchr1/fallback/huge/never", string 192 "fullname": "2021-05-06/memchr1/fallback/huge/rare", string 254 "fullname": "2021-05-06/memchr1/fallback/huge/uncommon", string 316 "fullname": "2021-05-06/memchr1/fallback/huge/verycommon", string 378 "fullname": "2021-05-06/memchr1/fallback/small/common", string 440 "fullname": "2021-05-06/memchr1/fallback/small/never", string 502 "fullname": "2021-05-06/memchr1/fallback/small/rare", string 564 "fullname": "2021-05-06/memchr1/fallback/small/uncommon", string [all …]
|
| /third_party/rust/crates/memchr/bench/runs/2021-05-01_regex-and-bstr/ |
| D | raw.json | 6 "fullname": "2021-05-01/memchr1/fallback/empty/never", string 68 "fullname": "2021-05-01/memchr1/fallback/huge/common", string 130 "fullname": "2021-05-01/memchr1/fallback/huge/never", string 192 "fullname": "2021-05-01/memchr1/fallback/huge/rare", string 254 "fullname": "2021-05-01/memchr1/fallback/huge/uncommon", string 316 "fullname": "2021-05-01/memchr1/fallback/huge/verycommon", string 378 "fullname": "2021-05-01/memchr1/fallback/small/common", string 440 "fullname": "2021-05-01/memchr1/fallback/small/never", string 502 "fullname": "2021-05-01/memchr1/fallback/small/rare", string 564 "fullname": "2021-05-01/memchr1/fallback/small/uncommon", string [all …]
|
| /third_party/rust/crates/memchr/bench/runs/2021-04-30_initial/ |
| D | raw.json | 6 "fullname": "2021-04-30/memchr1/fallback/empty/never", string 68 "fullname": "2021-04-30/memchr1/fallback/huge/common", string 130 "fullname": "2021-04-30/memchr1/fallback/huge/never", string 192 "fullname": "2021-04-30/memchr1/fallback/huge/rare", string 254 "fullname": "2021-04-30/memchr1/fallback/huge/uncommon", string 316 "fullname": "2021-04-30/memchr1/fallback/huge/verycommon", string 378 "fullname": "2021-04-30/memchr1/fallback/small/common", string 440 "fullname": "2021-04-30/memchr1/fallback/small/never", string 502 "fullname": "2021-04-30/memchr1/fallback/small/rare", string 564 "fullname": "2021-04-30/memchr1/fallback/small/uncommon", string [all …]
|
| /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/lame/frontend/ |
| D | amiga_mpega.c | 66 lame_decode_initfile(const char *fullname, mp3data_struct * mp3data) in lame_decode_initfile()
|
| /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
|