Home
last modified time | relevance | path

Searched refs:PYTHON (Results 1 – 25 of 89) sorted by relevance

1234

/external/python/cpython2/Demo/rpc/
Dtest1 : ${PYTHON=python}
6 $PYTHON -c 'from rpc import test; test()'
7 $PYTHON -c 'from rpc import test; test()' ${SERVER}
9 $PYTHON -c 'from rpc import testsvr; testsvr()' &
12 $PYTHON -c 'from rpc import testclt; testclt()'
15 $PYTHON -c 'from mountclient import test; test()'
16 $PYTHON -c 'from mountclient import test; test()' gatekeeper.dec.com
18 $PYTHON -c 'from nfsclient import test; test()'
19 $PYTHON -c 'from nfsclient import test; test()' gatekeeper.dec.com
20 $PYTHON -c 'from nfsclient import test; test()' gatekeeper.dec.com /archive
[all …]
/external/python/cpython2/Tools/unicode/
DMakefile9 PYTHON = python macro
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_
72 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/EBCDIC/ build/
76 $(PYTHON) gencjkcodecs.py build/
/external/brotli/python/
DMakefile19 PYTHON ?= python macro
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/sepolicy/
DMakefile1 PYTHON ?= python macro
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)`
/external/brotli/python/tests/
Dbro_test.py12 PYTHON = _test_utils.PYTHON variable
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]
/external/googletest/googletest/
Dconfigure.ac37 PYTHON= # We *do not* allow the user to specify a python interpreter
38 AC_PATH_PROG([PYTHON],[python],[:])
39 AS_IF([test "$PYTHON" != ":"],
40 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
41 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Dconfigure.ac37 PYTHON= # We *do not* allow the user to specify a python interpreter
38 AC_PATH_PROG([PYTHON],[python],[:])
39 AS_IF([test "$PYTHON" != ":"],
40 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
41 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/v8/testing/gtest/
Dconfigure.ac37 PYTHON= # We *do not* allow the user to specify a python interpreter
38 AC_PATH_PROG([PYTHON],[python],[:])
39 AS_IF([test "$PYTHON" != ":"],
40 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
41 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/protobuf/gtest/
Dconfigure.ac36 PYTHON= # We *do not* allow the user to specify a python interpreter
37 AC_PATH_PROG([PYTHON],[python],[:])
38 AS_IF([test "$PYTHON" != ":"],
39 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
40 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/google-breakpad/src/testing/gtest/
Dconfigure.ac37 PYTHON= # We *do not* allow the user to specify a python interpreter
38 AC_PATH_PROG([PYTHON],[python],[:])
39 AS_IF([test "$PYTHON" != ":"],
40 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
41 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/libcap-ng/libcap-ng-0.7/
Dpy-compile31 if [ -z "$PYTHON" ]; then
32 PYTHON=python
119 $PYTHON -c "
137 $PYTHON -O -c "
/external/libxml2/xstc/
DMakefile.am103 $(CHECKER) $(PYTHON) nist-test.py -s -b $(srcdir) ; fi)
110 $(CHECKER) $(PYTHON) sun-test.py -s -b $(srcdir) ; fi)
117 $(CHECKER) $(PYTHON) ms-test.py -s -b $(srcdir) ; fi)
120 -@(if [ -x $(PYTHON) ] ; then \
127 -@(if [ -x $(PYTHON) ] ; then \
/external/libnl/m4/
Dax_python_devel.m481 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
82 if test -z "$PYTHON"; then
91 ac_supports_python_ver=`$PYTHON -c "import sys; \
118 ac_supports_python_ver=`$PYTHON -c "import sys; \
138 ac_distutils_result=`$PYTHON -c "import distutils" 2>&1`
154 python_path=`$PYTHON -c "import distutils.sysconfig; \
171 ac_python_version=`cat<<EOD | $PYTHON -
187 ac_python_version=`$PYTHON -c "import sys; \
197 ac_python_libdir=`cat<<EOD | $PYTHON -
210 ac_python_soext=`$PYTHON -c \
[all …]
/external/selinux/python/semanage/
DMakefile1 PYTHON ?= python macro
8 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
29 @$(PYTHON) test-semanage.py -a
/external/ltp/tools/pounder21/test_scripts/
Dtime_drift41 PYTHON=`which python`
42 if [ -n "$PYTHON" -a -x "$PYTHON" ]; then
/external/harfbuzz_ng/win32/
Dintrospection-msvc.mak14 # Note: The PYTHON must be the Python release series that was used to build
17 # PYTHON=<full path to your Python interpretor> will do
21 !if "$(PYTHON)" == ""
22 PYTHON=python macro
/external/python/cpython2/Tools/nuget/
Dbuild.bat24 if not defined PYTHON set PYTHON=py -3 variable
26 @%PYTHON% -c "" >nul 2>nul
29 set PYTHON="%D%obj\python\tools\python.exe" variable
/external/selinux/python/sepolgen/src/sepolgen/
DMakefile1 PYTHON ?= python macro
2 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(1))")
/external/selinux/python/sepolgen/tests/
DMakefile1 PYTHON ?= python macro
14 $(PYTHON) run-tests.py
/external/googletest/googlemock/
Dconfigure.ac32 PYTHON= # We *do not* allow the user to specify a python interpreter
33 AC_PATH_PROG([PYTHON],[python],[:])
34 AS_IF([test "$PYTHON" != ":"],
35 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
36 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/google-breakpad/src/testing/
Dconfigure.ac32 PYTHON= # We *do not* allow the user to specify a python interpreter
33 AC_PATH_PROG([PYTHON],[python],[:])
34 AS_IF([test "$PYTHON" != ":"],
35 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
36 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/v8/testing/gmock/
Dconfigure.ac32 PYTHON= # We *do not* allow the user to specify a python interpreter
33 AC_PATH_PROG([PYTHON],[python],[:])
34 AS_IF([test "$PYTHON" != ":"],
35 [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])])
36 AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"])
/external/python/cpython2/Doc/
DMakefile7 PYTHON = python macro
11 DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
102 $(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"
151 $(PYTHON) tools/rstlint.py -i tools
Dmake.bat9 if "%PYTHON%" EQU "" set PYTHON=py variable
15 if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do s…
116 cmd /C %PYTHON% tools\rstlint.py -i tools
120 cmd /C %PYTHON% ..\Tools\scripts\serve.py %BUILDDIR%\html
/external/python/cpython2/
DLICENSE60 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
63 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
91 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
94 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
96 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
113 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
116 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
163 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
199 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
202 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
[all …]

1234