Searched refs:PYTHON (Results 1 - 22 of 22) 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/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/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.py513 PYTHON = 5 variable in class:FileType
582 return FileType.PYTHON
608 elif file_type == FileType.PYTHON:
/external/llvm/test/
H A DMakefile100 $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_TESTSUITE) )
107 $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_ALL_TESTSUITES) )
144 @$(ECHOPATH) s=@PYTHON_EXECUTABLE@=$(PYTHON)=g >> lit.tmp
/external/chromium_org/third_party/jemalloc/chromium/
H A DMakefile.in90 $(PYTHON) $(srcdir)/build-crt.py $(CRT_OBJ_DIR)
/external/chromium_org/third_party/jemalloc/vendor/
H A DMakefile.in90 $(PYTHON) $(srcdir)/build-crt.py $(CRT_OBJ_DIR)
/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/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl594 if ($licensetext =~ /PYTHON SOFTWARE FOUNDATION LICENSE (VERSION ([^ ]+))/i) {
/external/llvm/
H A Dconfigure774 PYTHON
11729 withval=$with_python; PYTHON="$withval"
11733 if test -n "$PYTHON" && test -x "$PYTHON" ; then
11739 if test -n "$PYTHON" ; then
11740 { echo "$as_me:$LINENO: WARNING: specified python ($PYTHON) is not usable, searching path" >&5
11741 echo "$as_me: WARNING: specified python ($PYTHON) is not usable, searching path" >&2;}
11751 case $PYTHON in
11753 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
11779 PYTHON
[all...]
/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 671 milliseconds