Home
last modified time | relevance | path

Searched refs:compile_file (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/
Dcompileall.py50 if not compile_file(fullname, ddir, force, rx, quiet):
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): function
216 if not compile_file(arg, ddir, force, rx, quiet):
/external/python/cpython3/Lib/
Dcompileall.py86 results = executor.map(partial(compile_file,
96 if not compile_file(file, ddir, force, rx, quiet,
101 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function
304 if not compile_file(dest, args.ddir, args.force, args.rx,
/external/minijail/tools/
Dcompiler_unittest.py333 program = self.compiler.compile_file(
359 program = self.compiler.compile_file(
384 program = self.compiler.compile_file(
412 program = self.compiler.compile_file(
447 program = self.compiler.compile_file(
483 program = self.compiler.compile_file(
Dcompile_seccomp_policy.py91 policy_compiler.compile_file(
Dcompiler.py267 def compile_file(self, member in PolicyCompiler
/external/minijail/
Dsyscall_filter.h48 int compile_file(const char *filename, FILE *policy_file,
Dsyscall_filter.c562 int compile_file(const char *filename, FILE *policy_file, in compile_file() function
627 if (compile_file(filename, included_file, head, in compile_file()
773 if (compile_file(filename, initial_file, head, &arg_blocks, &labels, in compile_filter()
Dsyscall_filter_unittest.cc74 return compile_file(filename.c_str(), policy_file, head, arg_blocks, labels, in test_compile_file()
/external/python/cpython3/Lib/test/
Dtest_compileall.py92 self.assertTrue(compileall.compile_file(self.source_path,
105 self.assertFalse(compileall.compile_file(self.bad_source_path,
114 self.assertTrue(compileall.compile_file(pathlib.Path(self.source_path)))
120 self.assertTrue(compileall.compile_file(pathlib.Path(self.source_path),
143 compileall.compile_file(data_file)
/external/python/cpython2/Lib/test/
Dtest_compileall.py64 compileall.compile_file(self.source_path, force=False, quiet=True)
/external/python/cpython2/Doc/library/
Dcompileall.rst98 .. function:: compile_file(fullname[, ddir[, force[, rx[, quiet]]]])
/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
/external/python/cpython3/Doc/library/
Dcompileall.rst194 .. function:: compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimi…
/external/python/cpython3/Doc/whatsnew/
D3.5.rst971 :func:`~compileall.compile_file`, and :func:`~compileall.compile_path` can now