/ndk/build/tools/ |
build-host-python.sh | 60 PYTHON_VERSION=$DEFAULT_PYTHON_VERSION 61 register_var_option "--python-version=<version>" PYTHON_VERSION "Select Python version." 210 for VERSION in $(commas_to_spaces $PYTHON_VERSION); do 454 PYTHON_VERSION=$(commas_to_spaces $PYTHON_VERSION) 460 for VERSION in $PYTHON_VERSION; do 469 for VERSION in $PYTHON_VERSION; do
|
build-host-gdb.sh | 61 PYTHON_VERSION= 62 register_var_option "--python-version=<version>" PYTHON_VERSION "Python version." 199 if [ -n "$PYTHON_VERSION" ]; then
|
/external/libxml2/ |
configure.ac | 814 PYTHON_VERSION= 847 PYTHON_VERSION=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_version())"` 852 echo Found Python version $PYTHON_VERSION 854 if test "$PYTHON_VERSION" != "" -a "$PYTHON_INCLUDES" = "" 856 if test -r $with_python/include/python$PYTHON_VERSION/Python.h 858 PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION 860 if test -r $prefix/include/python$PYTHON_VERSION/Python.h 862 PYTHON_INCLUDES=$prefix/include/python$PYTHON_VERSION 864 if test -r /usr/include/python$PYTHON_VERSION/Python.h 866 PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION [all...] |
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
Makefile.am | 26 PYLIBVER ?= python$(PYTHON_VERSION)
|
Makefile.in | 205 PYTHON_VERSION = @PYTHON_VERSION@ 775 PYLIBVER ?= python$(PYTHON_VERSION)
|
/external/lldb/scripts/Python/ |
finish-swig-Python-LLDB.sh | 58 PYTHON_VERSION=`/usr/bin/env python --version 2>&1 | sed -e 's,Python ,,' -e 's,[.][0-9],,2' -e 's,[a-z][a-z][0-9],,'` 64 echo "The Python version is $PYTHON_VERSION"
|
build-swig-Python.sh | 297 python_version=`/usr/bin/env python --version 2>&1 | sed -e 's,Python ,,' -e 's,[.][0-9],,2' -e 's,[a-z][a-z][0-9],,'`
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 78 # Tests for python_implementation(), python_version(), python_branch(), 113 self.assertEqual(platform.python_version(), info[1])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 78 # Tests for python_implementation(), python_version(), python_branch(), 113 self.assertEqual(platform.python_version(), info[1])
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
Makefile.in | 176 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
Makefile.in | 139 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
Makefile.in | 166 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
Makefile.in | 166 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
Makefile.in | 160 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/ |
Makefile.in | 174 PYTHON_VERSION = @PYTHON_VERSION@
|
aclocal.m4 | [all...] |
/external/libcap-ng/libcap-ng-0.7/src/ |
Makefile.in | 230 PYTHON_VERSION = @PYTHON_VERSION@
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
Makefile.in | 198 PYTHON_VERSION = @PYTHON_VERSION@
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 18 from platform import python_version namespace 830 shell_title = "Python " + python_version() + " Shell" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 46 # APIs (python_version(), python_compiler(), etc.) 1487 def python_version(): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 18 from platform import python_version namespace 830 shell_title = "Python " + python_version() + " Shell" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 46 # APIs (python_version(), python_compiler(), etc.) 1487 def python_version(): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | [all...] |
/external/protobuf/gtest/ |
aclocal.m4 | [all...] |