/external/python/cpython2/Lib/ |
D | compileall.py | 50 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/ |
D | compileall.py | 86 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/ |
D | compiler_unittest.py | 333 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(
|
D | compile_seccomp_policy.py | 91 policy_compiler.compile_file(
|
D | compiler.py | 267 def compile_file(self, member in PolicyCompiler
|
/external/minijail/ |
D | syscall_filter.h | 48 int compile_file(const char *filename, FILE *policy_file,
|
D | syscall_filter.c | 562 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()
|
D | syscall_filter_unittest.cc | 74 return compile_file(filename.c_str(), policy_file, head, arg_blocks, labels, in test_compile_file()
|
/external/python/cpython3/Lib/test/ |
D | test_compileall.py | 92 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/ |
D | test_compileall.py | 64 compileall.compile_file(self.source_path, force=False, quiet=True)
|
/external/python/cpython2/Doc/library/ |
D | compileall.rst | 98 .. function:: compile_file(fullname[, ddir[, force[, rx[, quiet]]]])
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | CodeWarrior_suite.py | 85 def compile_file(self, _object=None, _attributes={}, **_arguments): member in CodeWarrior_suite_Events
|
/external/python/cpython3/Doc/library/ |
D | compileall.rst | 194 .. function:: compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimi…
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 971 :func:`~compileall.compile_file`, and :func:`~compileall.compile_path` can now
|