Home
last modified time | relevance | path

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

12

/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/selinux/policycoreutils/sepolicy/
DMakefile1 PYTHON ?= python macro
21 $(PYTHON) setup.py build
24 $(PYTHON) setup.py clean
31 @$(PYTHON) test_sepolicy.py -v
34 $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
/external/libcap-ng/libcap-ng-0.7/
Dpy-compile31 if [ -z "$PYTHON" ]; then
32 PYTHON=python
119 $PYTHON -c "
137 $PYTHON -O -c "
Daclocal.m4847 AC_ARG_VAR([PYTHON], [the Python interpreter])
852 if test -z "$PYTHON"; then
853 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
858 if test -n "$PYTHON"; then
859 # If the user set $PYTHON, use it and don't search something else.
860 AC_MSG_CHECKING([whether $PYTHON version >= $1])
861 AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
864 am_display_PYTHON=$PYTHON
874 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
876 PYTHON=:
[all …]
/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/selinux/policycoreutils/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/selinux/sepolgen/tests/
DMakefile1 PYTHON ?= python macro
11 $(PYTHON) run-tests.py
/external/selinux/sepolgen/src/sepolgen/
DMakefile1 PYTHON ?= python macro
2 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(1))")
/external/selinux/policycoreutils/audit2allow/
DMakefile1 PYTHON ?= python macro
16 @$(PYTHON) test_audit2allow.py -v
/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/selinux/policycoreutils/sandbox/
DMakefile1 PYTHON ?= python macro
37 @$(PYTHON) test_sandbox.py -v
/external/antlr/antlr-3.4/runtime/Python/
Dhudson-build.sh69 for PYTHON in /usr/bin/python2.?; do
70 $PYTHON setup.py bdist_egg
/external/linux-tools-perf/src/tools/perf/config/
DMakefile310 override PYTHON := \ macro
311 $(call get-executable-or-default,PYTHON,python)
313 ifndef PYTHON
317 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
324 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON)-config)
344 $(warning PYTHON and/or PYTHON_CONFIG appropriately.)
348 $(warning $(and ,) make PYTHON=python2)
/external/markdown/docs/
DLICENSE19 THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''AS IS'' AND ANY
22 DISCLAIMED. IN NO EVENT SHALL ANY CONTRIBUTORS TO THE PYTHON MARKDOWN PROJECT
/external/markdown/
DNOTICE19 THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''AS IS'' AND ANY
22 DISCLAIMED. IN NO EVENT SHALL ANY CONTRIBUTORS TO THE PYTHON MARKDOWN PROJECT
/external/selinux/libsemanage/src/
DMakefile4 PYTHON ?= python macro
5 PYPREFIX ?= $(notdir $(PYTHON))
14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
/external/linux-tools-perf/src/tools/perf/tests/
Dpython-use.c17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0) in test__python_use()
Dattr.c157 snprintf(cmd, 3*PATH_MAX, PYTHON " %s/attr.py -d %s/attr/ -p %s %.*s", in run_dir()
/external/llvm/test/
DMakefile99 $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_TESTSUITE) )
106 $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_ALL_TESTSUITES) )
130 @$(ECHOPATH) s=@PYTHON_EXECUTABLE@=$(PYTHON)=g >> lit.tmp
/external/selinux/libselinux/src/
DMakefile4 PYTHON ?= python macro
5 PYPREFIX ?= $(notdir $(PYTHON))
14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
/external/libxml2/
Dconfigure.ac823 PYTHON="$with_python/bin/python"
828 PYTHON="$with_python/python.exe"
833 PYTHON="$with_python"
835 if test -x "$PYTHON"
837 echo Found python in environment PYTHON=$PYTHON
838 with_python=`$PYTHON -c "import sys; print(sys.exec_prefix)"`
840 …AC_PATH_PROG(PYTHON, python python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 …
845 if test "$PYTHON" != ""
847 …PYTHON_VERSION=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_version())…
848 PYTHON_INCLUDES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_inc())"`
[all …]
/external/libxml2/python/tests/
DMakefile.am70 do log=`$(PYTHON) $(srcdir)/$$test` ; \
/external/libxml2/python/
DMakefile.am50 $(PYTHON) $(srcdir)/generator.py $(srcdir)
/external/google-breakpad/src/third_party/libdisasm/swig/python/
DMakefile-swig25 # PYTHON rules

12