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

  /external/selinux/sepolgen/src/sepolgen/
Makefile 0 PYTHON ?= python
2 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(1))")
  /external/selinux/sepolgen/tests/
Makefile 0 PYTHON ?= python
11 $(PYTHON) run-tests.py
  /external/linux-tools-perf/src/tools/perf/tests/
python-use.c 2 * Just test if we can load the python binding.
17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0)
attr.c 157 snprintf(cmd, 3*PATH_MAX, PYTHON " %s/attr.py -d %s/attr/ -p %s %.*s",
  /external/selinux/policycoreutils/audit2allow/
Makefile 0 PYTHON ?= python
16 @$(PYTHON) test_audit2allow.py -v
  /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...]
configure 626 PYTHON
770 PYTHON'
    [all...]
  /external/selinux/policycoreutils/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/selinux/policycoreutils/sepolicy/
Makefile 0 PYTHON ?= python
18 all: python-build
20 python-build: info.c search.c common.h policy.h policy.c
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/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/selinux/policycoreutils/sandbox/
Makefile 0 PYTHON ?= python
37 @$(PYTHON) test_sandbox.py -v
  /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/llvm/test/
Makefile 90 # Newer versions of python try to allocate an insane amount of address space for
99 $(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/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 ?= $(notdir $(PYTHON))
14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
66 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir .
    [all...]
  /external/linux-tools-perf/src/tools/perf/config/
Makefile 302 disable-python = $(eval $(disable-python_code))
306 $(warning Python support will not be built)
310 override PYTHON := \
311 $(call get-executable-or-default,PYTHON,python)
313 ifndef PYTHON
314 $(call disable-python,python interpreter)
317 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
320 $(call disable-python)
    [all...]
  /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 ?= $(notdir $(PYTHON))
14 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
87 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir .
    [all...]
  /external/clang/test/
Makefile 34 @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
  /external/libxml2/doc/examples/
Makefile.am 17 cd $(srcdir) && $(PYTHON) index.py
  /ndk/build/tools/
make-standalone-toolchain.sh 325 # Copy python-related to for gdb.exe
326 PYTHON=python
327 PYTHON_x=python$(echo "$DEFAULT_PYTHON_VERSION" | cut -d . -f 1)
328 PYTHON_xdotx=python$(echo "$DEFAULT_PYTHON_VERSION" | cut -d . -f 1-2)
331 copy_file_list "$NDK_DIR/prebuilt/$SYSTEM/bin" "$TMPDIR/bin" "$PYTHON$HOST_EXE" "$PYTHON_x$HOST_EXE" "$PYTHON_xdotx$HOST_EXE"
367 echo ' `dirname $0`/python `dirname $0`/ndk-bc2native.py --sysroot=`dirname $0`/../sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file $output $output'
391 echo ' %~dp0\\python'$HOST_EXE' %~dp0\\ndk-bc2native.py --sysroot=%~dp0\\..\\sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file %output% %output%'
  /external/libxml2/
Makefile.am 7 DIST_SUBDIRS = include . doc example python xstc
179 -@(if [ "$(PYTHON)" != "" ] ; then \
180 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
185 -@(if [ "$(PYTHON)" != "" ] ; then \
186 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
209 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
222 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 2 # Top-level Makefile for Python
15 # If you have a previous version of Python installed that you don't
29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 2 # Top-level Makefile for Python
15 # If you have a previous version of Python installed that you don't
29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.
    [all...]
  /external/llvm/
configure 785 PYTHON
    [all...]
  /external/protobuf/gtest/
configure 647 PYTHON
    [all...]

Completed in 865 milliseconds