Home
last modified time | relevance | path

Searched defs:compile_file (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dcompileall.py61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcompileall.py125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcompileall.py125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcompileall.py125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcompileall.py125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
/aosp_15_r20/external/python/cpython3/Lib/
Dcompileall.py125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcompileall.py125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
/aosp_15_r20/external/pytorch/torch/utils/
H A D_freeze.py218 def compile_file(self, path: Path, top_package_path: Path): member in Freezer
/aosp_15_r20/external/minijail/tools/
H A Dcompiler.py267 def compile_file(self, member in PolicyCompiler
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DCodeWarrior_suite.py85 def compile_file(self, _object=None, _attributes={}, **_arguments): member in CodeWarrior_suite_Events
/aosp_15_r20/external/minijail/
H A Dsyscall_filter.c571 int compile_file(const char *filename, FILE *policy_file, in compile_file() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py2318 def compile_file( function