/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 3 import py_compile namespace 34 py_compile.compile(self.source_path, self.pyc_path) 40 py_compile.compile(os.path.basename(self.source_path), 46 py_compile.compile(os.path.relpath(self.source_path),
|
test_compileall.py | 4 import py_compile namespace 39 py_compile.compile(self.source_path)
|
test_sundry.py | 70 import py_compile namespace
|
script_helper.py | 10 import py_compile namespace 115 py_compile.compile(script_name, doraise=True)
|
test_import.py | 5 import py_compile namespace 207 py_compile.compile(filename) 456 py_compile.compile(self.file_name, dfile="another_module.py") 464 py_compile.compile(self.file_name, dfile=target) 472 py_compile.compile(self.file_name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 3 import py_compile namespace 34 py_compile.compile(self.source_path, self.pyc_path) 40 py_compile.compile(os.path.basename(self.source_path), 46 py_compile.compile(os.path.relpath(self.source_path),
|
test_compileall.py | 4 import py_compile namespace 39 py_compile.compile(self.source_path)
|
test_sundry.py | 70 import py_compile namespace
|
script_helper.py | 10 import py_compile namespace 115 py_compile.compile(script_name, doraise=True)
|
test_import.py | 5 import py_compile namespace 207 py_compile.compile(filename) 456 py_compile.compile(self.file_name, dfile="another_module.py") 464 py_compile.compile(self.file_name, dfile=target) 472 py_compile.compile(self.file_name)
|
/external/libcap-ng/libcap-ng-0.7/ |
py-compile | 120 import sys, os, py_compile 133 py_compile.compile(filepath, filepath + 'c', path) 138 import sys, os, py_compile 150 py_compile.compile(filepath, filepath + 'o', path)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
compileall.py | 11 See module py_compile for details of the actual byte-compilation. 15 import py_compile namespace 101 ok = py_compile.compile(fullname, None, dfile, True) 102 except py_compile.PyCompileError,err:
|
py_compile.py | 40 consistent with 'standard' py_compile output.
|
zipfile.py | 1436 import py_compile namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
compileall.py | 11 See module py_compile for details of the actual byte-compilation. 15 import py_compile namespace 101 ok = py_compile.compile(fullname, None, dfile, True) 102 except py_compile.PyCompileError,err:
|
py_compile.py | 40 consistent with 'standard' py_compile output.
|
zipfile.py | 1436 import py_compile namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 376 with the standard py_compile module, or indirectly by writing a 454 # "Direct" byte-compilation: use the py_compile module to compile 459 from py_compile import compile 467 # Terminology from the py_compile module:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 376 with the standard py_compile module, or indirectly by writing a 454 # "Direct" byte-compilation: use the py_compile module to compile 459 from py_compile import compile 467 # Terminology from the py_compile module:
|
/external/chromium_org/third_party/jinja2/ |
environment.py | 603 ignore_errors=True, py_compile=False): 619 If `py_compile` is set to `True` .pyc files will be written to the 631 if py_compile: 634 warn(Warning('py_compile has no effect on pypy or Python 3')) 635 py_compile = False 680 if py_compile: [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 120 'pstats', 'pty', 'pwd', 'py_compile', 'pyclbr', 'pydoc', 'Queue', 'quopri', 'random',
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
Makefile.in | 108 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile) 109 py_compile = $(top_srcdir)/py-compile
|
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |