Searched refs:PYTHON (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dpython_test.sh8 test -n "${PYTHON}" || PYTHON=python
17 ${PYTHON} -c "import sys; import glob; sys.path.insert(0, '${srcdir}/tools/python-yasm'); sys.path.insert(0, glob.glob('build/lib.*')[0]); import tests; raise SystemExit(tests.unit('$*'.split()))"
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A DMakefile.inc27 $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
43 $(PYTHON) -c "from Cython.Compiler.Main import main; main(command_line=1)" \
58 $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
65 $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
68 rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dpython-use.c17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0)
H A Dattr.c157 snprintf(cmd, 3*PATH_MAX, PYTHON " %s/attr.py -d %s/attr/ -p %s %.*s",
/external/libcap-ng/libcap-ng-0.7/
H A Dpy-compile31 if [ -z "$PYTHON" ]; then
32 PYTHON=python
119 $PYTHON -c "
137 $PYTHON -O -c "
H A Dconfigure626 PYTHON
770 PYTHON'
1421 PYTHON the Python interpreter
12598 if test -z "$PYTHON"; then
12608 case $PYTHON in
12610 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
12631 PYTHON=$ac_cv_path_PYTHON
12632 if test -n "$PYTHON"; then
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
12634 $as_echo "$PYTHON" >
[all...]
/external/chromium_org/third_party/cython/src/
H A DMakefile0 PYTHON?=python
7 ${PYTHON} setup.py build_ext --inplace
38 ${PYTHON} runtests.py -vv
1 PYTHON?=python macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A DMakefile.inc17 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh69 for PYTHON in /usr/bin/python2.?; do
70 $PYTHON setup.py bdist_egg
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py388 PYTHON = 5 variable in class:FileType
456 return FileType.PYTHON
480 elif file_type == FileType.PYTHON:
/external/llvm/test/
H A DMakefile103 $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_TESTSUITE) )
110 $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_ALL_TESTSUITES) )
138 @$(ECHOPATH) s=@PYTHON_EXECUTABLE@=$(PYTHON)=g >> lit.tmp
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile310 override PYTHON := \
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/clang/test/
H A DMakefile34 @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure622 PYTHON
7819 if test -n "$PYTHON"; then
7820 # If the user set $PYTHON, use it and don't search something else.
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version >= 2.4" >&5
7822 $as_echo_n "checking whether $PYTHON version >= 2.4... " >&6; }
7832 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
7833 ($PYTHON -c "$prog") >&5 2>&5
7842 am_display_PYTHON=$PYTHON
7874 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
7876 PYTHON
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dconfigure839 PYTHON
13304 PYTHON="$with_python/bin/python"
13309 PYTHON="$with_python"
13311 if test -x "$PYTHON"
13313 echo Found python in environment PYTHON=$PYTHON
13314 with_python=`$PYTHON -c "import sys; print sys.exec_prefix"`
13323 case $PYTHON in
13325 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
13346 PYTHON
[all...]
/external/llvm/
H A Dconfigure776 PYTHON
8682 withval=$with_python; PYTHON="$withval"
8686 if test -n "$PYTHON" && test -x "$PYTHON" ; then
8692 if test -n "$PYTHON" ; then
8693 { echo "$as_me:$LINENO: WARNING: specified python ($PYTHON) is not usable, searching path" >&5
8694 echo "$as_me: WARNING: specified python ($PYTHON) is not usable, searching path" >&2;}
8704 case $PYTHON in
8706 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
8732 PYTHON
[all...]
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl604 if ($licensetext =~ /PYTHON SOFTWARE FOUNDATION LICENSE (VERSION ([^ ]+))/i) {
/external/protobuf/gtest/
H A Dconfigure625 PYTHON
14938 PYTHON= # We *do not* allow the user to specify a python interpreter
14946 case $PYTHON in
14948 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
14970 PYTHON=$ac_cv_path_PYTHON
14971 if test -n "$PYTHON"; then
14972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
14973 $as_echo "$PYTHON" >&6; }
14980 if test "$PYTHON" != ":"; then :
14990 if { echo "$as_me:$LINENO: $PYTHON
[all...]
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile331 #am__append_2 = PYTHON=${PYTHON}
560 PYTHON = /usr/bin/python macro
3688 # $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
3700 # $(PYTHON) -c "from Pyrex.Compiler.Main import main; main(command_line=1)" \
3711 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
3716 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
3719 # rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
3728 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile331 #am__append_2 = PYTHON=${PYTHON}
560 PYTHON = /usr/bin/python macro
3688 # $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
3700 # $(PYTHON) -c "from Pyrex.Compiler.Main import main; main(command_line=1)" \
3711 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
3716 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
3719 # rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
3728 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile331 #am__append_2 = PYTHON=${PYTHON}
560 PYTHON = /usr/bin/python macro
3688 # $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
3700 # $(PYTHON) -c "from Pyrex.Compiler.Main import main; main(command_line=1)" \
3711 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
3716 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
3719 # rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
3728 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile331 #am__append_2 = PYTHON=${PYTHON}
560 PYTHON = /usr/bin/python macro
3688 # $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
3700 # $(PYTHON) -c "from Pyrex.Compiler.Main import main; main(command_line=1)" \
3711 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
3716 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
3719 # rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
3728 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile331 #am__append_2 = PYTHON=${PYTHON}
560 PYTHON = /usr/bin/python macro
3688 # $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
3700 # $(PYTHON) -c "from Pyrex.Compiler.Main import main; main(command_line=1)" \
3711 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
3716 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
3719 # rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
3728 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile331 #am__append_2 = PYTHON=${PYTHON}
560 PYTHON = /usr/bin/python macro
3688 # $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
3700 # $(PYTHON) -c "from Pyrex.Compiler.Main import main; main(command_line=1)" \
3711 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
3716 # $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
3719 # rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
3728 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py

Completed in 1762 milliseconds