HomeSort by relevance Sort by last modified time
    Searched refs:PYTHON (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/brotli/python/
Makefile 19 PYTHON ?= python
22 EXT_SUFFIX=$(shell $(PYTHON) -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))')
32 @cd .. && $(PYTHON) setup.py develop
38 @$(PYTHON) -m unittest discover -p '*_test.py'
41 @cd .. && $(PYTHON) setup.py clean
  /external/selinux/python/sepolgen/src/sepolgen/
Makefile 0 PYTHON ?= python
2 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(1))")
  /external/selinux/python/sepolgen/tests/
Makefile 0 PYTHON ?= python
14 $(PYTHON) run-tests.py
  /external/selinux/python/sepolicy/
Makefile 0 PYTHON ?= python
19 all: python-build
21 python-build:
22 $(PYTHON) setup.py build
25 $(PYTHON) setup.py clean
32 @$(PYTHON) test_sepolicy.py -v
35 $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Makefile 2 # Recreate the Python charmap codecs from the Unicode mapping
8 # Python binary to use
9 PYTHON = python
31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/
39 $(PYTHON) gencodec.py python-mappings/ build/
42 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/WINDOWS/ build/
47 $(PYTHON) gencodec.py MAPPINGS/ISO8859/ build/ iso
51 $(PYTHON) gencodec.py MAPPINGS/VENDORS/APPLE/ build/ mac_
    [all...]
  /external/python/cpython2/Tools/unicode/
Makefile 2 # Recreate the Python charmap codecs from the Unicode mapping
8 # Python binary to use
9 PYTHON = python
31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/
39 $(PYTHON) gencodec.py python-mappings/ build/
42 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/WINDOWS/ build/
47 $(PYTHON) gencodec.py MAPPINGS/ISO8859/ build/ iso
51 $(PYTHON) gencodec.py MAPPINGS/VENDORS/APPLE/ build/ mac
    [all...]
  /external/ltp/tools/pounder21/test_scripts/
time_drift 40 # Do we have a python interpreter?
41 PYTHON=`which python`
42 if [ -n "$PYTHON" -a -x "$PYTHON" ]; then
45 echo "There is no python interpreter installed. Aborting."
  /external/libcap-ng/libcap-ng-0.7/
py-compile 2 # py-compile - Compile a Python program
31 if [ -z "$PYTHON" ]; then
32 PYTHON=python
68 Byte compile some python scripts FILES. Use --destdir to specify any
119 $PYTHON -c "
124 sys.stdout.write('Byte-compiling python modules...\n')
136 # this will fail for python < 1.5, but that doesn't matter ...
137 $PYTHON -O -c "
141 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n'
    [all...]
  /external/selinux/python/semanage/
Makefile 0 PYTHON ?= python
8 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
29 @$(PYTHON) test-semanage.py -a
  /external/brotli/python/tests/
bro_test.py 12 PYTHON = _test_utils.PYTHON
31 args = [PYTHON, BRO, '-f', '-d', '-i', test_data, '-o',
37 args = [PYTHON, BRO, '-d']
64 args = [PYTHON, BRO, '-f', '-d']
73 args = [PYTHON, BRO, '-f']
85 args = [PYTHON, BRO]
_test_utils.py 14 PYTHON = sys.executable or 'python'
16 BRO = os.path.join(project_dir, 'python', 'bro.py')
  /external/selinux/python/audit2allow/
Makefile 0 PYTHON ?= python
22 @$(PYTHON) test_audit2allow.py -v
  /external/selinux/sandbox/
Makefile 0 PYTHON ?= python
37 @$(PYTHON) test_sandbox.py -v
  /external/libxml2/xstc/
Makefile.am 21 EXTRA_DIST=xstc.py xstc-to-python.xsl
24 # only if Python and Schemas are enabled.
66 # The python tests are generated via XSLT
68 nist-test.py: Tests/Metadata/$(NISTTESTDEF_2) xstc-to-python.xsl
72 $(srcdir)/xstc-to-python.xsl \
76 ms-test.py: Tests/Metadata/$(MSTTESTDEF) xstc-to-python.xsl
80 $(srcdir)/xstc-to-python.xsl \
84 sun-test.py: Tests/Metadata/$(SUNTESTDEF) xstc-to-python.xsl
88 $(srcdir)/xstc-to-python.xsl \
99 PYTHONPATH="../python:../python/.libs:..:../.libs:$$PYTHONPATH" ;
    [all...]
  /external/harfbuzz_ng/win32/
introspection-msvc.mak 14 # Note: The PYTHON must be the Python release series that was used to build
15 # the GObject-introspection scanner Python module!
16 # Either having python.exe your PATH will work or passing in
17 # PYTHON=<full path to your Python interpretor> will do
21 !if "$(PYTHON)" == ""
22 PYTHON=python
  /external/python/cpython2/Tools/nuget/
build.bat 24 if not defined PYTHON set PYTHON=py -3
26 @%PYTHON% -c "" >nul 2>nul
28 %NUGET% install python -OutputDirectory "%D%obj" -ExcludeVersion -NonInteractive
29 set PYTHON="%D%obj\python\tools\python.exe"
38 ) else if not exist "%PCBUILD%python.exe" call "%PCBUILD%build.bat" -e
47 ) else if not exist "%PCBUILD%amd64\python.exe" call "%PCBUILD%build.bat" -p x64 -e
  /external/autotest/contrib/
servo-stat 19 PYTHON=$(readlink -f $REPO/chroot/usr/bin/python2.7)
40 timeout 90 $PYTHON $HDCTOOLS/dut_control.py "$@"
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 27 wget http://pypi.python.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz
30 (cd tmp/stringtemplate3-$ST_VERSION; python setup.py install --install-lib=$WORKSPACE)
37 (cd tmp/antlr-$ANTLR2_VERSION/lib/python; python setup.py install --install-lib=$WORKSPACE)
49 python setup.py unittest --xml-output=testout/
50 python setup.py functest --xml-output=testout/ --antlr-jar="$JAR"
68 python setup.py sdist --formats=gztar,zip
69 for PYTHON in /usr/bin/python2.?; do
70 $PYTHON setup.py bdist_egg
  /external/python/cpython2/Doc/
Makefile 2 # Makefile for Python documentation
7 PYTHON = python
11 DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
87 @echo "Coverage finished; see c.txt and python.txt in build/coverage"
102 $(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"
113 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
114 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
115 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.ta
    [all...]
make.bat 9 if "%PYTHON%" EQU "" set PYTHON=py
15 if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do set DISTVERSION=%%v
88 cmd /C "%HTMLHELP%" build\htmlhelp\python%DISTVERSION:.=%.hhp
116 cmd /C %PYTHON% tools\rstlint.py -i tools
120 cmd /C %PYTHON% ..\Tools\scripts\serve.py %BUILDDIR%\html
  /external/selinux/libsemanage/src/
Makefile 1 # Support building the Python bindings multiple times, against various Python
2 # runtimes (e.g. Python 2 vs Python 3) by optionally prefixing the build
4 PYTHON ?= python
5 PYPREFIX ?= $(shell $(PYTHON) -c 'import sys;print("python-%d.%d" % sys.version_info[:2])')
17 PYSITEDIR ?= $(DESTDIR)$(shell $(PYTHON) -c 'import site; print(site.getsitepackages()[0])')
18 PYCEXT ?= $(shell $(PYTHON) -c 'import imp;print([s for s,m,t in imp.get_suffixes() if t == imp.C_EXTENSION][0])'
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
SupportedLanguages.java 30 PerlLanguage.class), PYTHON(".py", PythonLanguage.class), RUBY(".rb", RubyLanguage.class),
  /external/syslinux/mk/
syslinux.mk 44 PYTHON = python
  /external/selinux/libselinux/src/
Makefile 1 # Support building the Python bindings multiple times, against various Python
2 # runtimes (e.g. Python 2 vs Python 3) by optionally prefixing the build
4 PYTHON ?= python
5 PYPREFIX ?= $(shell $(PYTHON) -c 'import sys;print("python-%d.%d" % sys.version_info[:2])')
17 PYSITEDIR ?= $(DESTDIR)$(shell $(PYTHON) -c 'import site; print(site.getsitepackages()[0])')
18 PYCEXT ?= $(shell $(PYTHON) -c 'import imp;print([s for s,m,t in imp.get_suffixes() if t == imp.C_EXTENSION][0])'
    [all...]
  /external/syslinux/com32/cmenu/
Makefile 44 $(PYTHON) $(SRC)/menugen.py --input=$< --output=$@ --template=$(SRC)/adv_menu.tpl

Completed in 885 milliseconds

1 2 3 4