Home
last modified time | relevance | path

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

12345

/third_party/python/Lib/
Dzipimport.py109 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 …]
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
432 def iter_importers(fullname=""): argument
485 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/
Dabc.py62 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.py622 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.py254 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.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
267 def find_module(fullname): argument
287 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.py251 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/
Dsize.c388 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/
Dpath.c44 char *fullname; in find_in_path() local
/third_party/python/Lib/test/test_importlib/extension/
Dtest_finder.py21 def find_spec(self, fullname): argument
Dtest_loader.py30 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/
Dbaseline.json6 "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 …]
Dtest.json6 "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/
Draw.json6 "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/
Draw.json6 "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/
Draw.json6 "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/
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/lame/frontend/
Damiga_mpega.c66 lame_decode_initfile(const char *fullname, mp3data_struct * mp3data) in lame_decode_initfile()
/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

12345