Home
last modified time | relevance | path

Searched defs:bytecode_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py535 def test(name, mapping, bytecode_path): argument
543 def test(name, mapping, bytecode_path): argument
554 def test(name, mapping, bytecode_path): argument
565 def test(name, mapping, bytecode_path): argument
704 def test(name, mapping, bytecode_path): argument
713 def test(name, mapping, bytecode_path): argument
721 def test(name, mapping, bytecode_path): argument
728 def test(name, mapping, bytecode_path): argument
737 def test(name, mapping, bytecode_path): argument
744 def test(name, mapping, bytecode_path): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/
D_bootstrap_external.py548 def _get_sourcefile(bytecode_path): argument
727 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
1151 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/
D_bootstrap_external.py548 def _get_sourcefile(bytecode_path): argument
727 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
1151 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/
H A D_bootstrap_external.py548 def _get_sourcefile(bytecode_path): argument
727 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
1151 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/
D_bootstrap_external.py548 def _get_sourcefile(bytecode_path): argument
727 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
1151 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/
D_bootstrap_external.py548 def _get_sourcefile(bytecode_path): argument
727 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
1151 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/aosp_15_r20/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py548 def _get_sourcefile(bytecode_path): argument
727 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
1151 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator.py163 bytecode_path=None, for_blink=False, use_once_callback=False, argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dutil.py314 def ensure_bytecode_path(bytecode_path): argument