HomeSort by: relevance | last modified time | path
    Searched refs:python (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
sort_xml.sh 5 python ./gen_sort_tags.py $i > $i.tmp
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
tracediff.sh 32 python $TRACEDUMP "$1" \
  /xsrc/external/mit/brotli/dist/python/
Makefile 23 PYTHON ?= python
26 EXT_SUFFIX=$(shell $(PYTHON) -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))')
36 @cd .. && $(PYTHON) setup.py build_ext --inplace
39 @cd .. && $(PYTHON) setup.py develop
42 @cd .. && $(PYTHON) setup.py install
46 @$(PYTHON) -m unittest discover -v -p '*_test.py'
49 @cd .. && $(PYTHON) setup.py clean
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/fedora/
x86_build.sh 63 python-unversioned-command \
  /xsrc/external/mit/freetype/dist/
meson.build 28 python = import('python')
29 python_exe = python.find_installation(required: true)
  /xsrc/external/mit/freetype/dist/builds/
freetype.mk 286 # Run `docwriter' in the current Python environment.
288 PYTHON ?= python
292 $(PYTHON) -m docwriter \
304 # Variables for running `refdoc' with Python's `virtualenv'. The
312 ENV_PYTHON := $(VENV_DIR)$(SEP)$(BIN)$(SEP)$(PYTHON)
315 @echo Setting up virtualenv for Python...
316 virtualenv --python=$(PYTHON) $(VENV_DIR)
329 cd $(DOC_DIR) && $(VENV_NAME)$(SEP)$(BIN)$(SEP)python -m mkdocs buil
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_knobs.cpp 117 # Globally available python
gen_knobs.h 128 # Globally available python
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_knobs.h 128 # Globally available python
gen_knobs.cpp 146 # Globally available python
  /xsrc/external/mit/xcb-proto/dist/
py-compile 2 # py-compile - Compile a Python program
30 if test -z "$PYTHON"; then
31 PYTHON=python
67 Byte compile some python scripts FILES. Use --destdir to specify any
118 python_major=`$PYTHON -V 2>&1 | sed -e 's/.* //;s/\..*$//;1q'`
120 echo "$me: could not determine $PYTHON major version, guessing 3" >&2
135 $PYTHON -c "
140 sys.stdout.write('Byte-compiling python modules...\n')
155 # this will fail for python < 1.5, but that doesn't matter ..
    [all...]
configure 630 PYTHON
714 PYTHON'
1344 --with-python-sys-prefix
1345 use Python's sys.prefix and sys.exec_prefix values
1351 PYTHON the Python interpreter
2579 if test -n "$PYTHON"; then
2580 # If the user set $PYTHON, use it and don't search something else.
2581 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.5" >&5
2582 printf %s "checking whether $PYTHON version is >= 2.5... " >&6;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/
Android.mk 45 MESA_PYTHON2 := python
  /xsrc/external/mit/xorgproto/dist/
configure 729 PYTHON
895 PYTHON'
1546 --with-python-sys-prefix
1547 use Python's sys.prefix and sys.exec_prefix values
1568 PYTHON the Python interpreter
11812 if test -n "$PYTHON"; then
11813 # If the user set $PYTHON, use it and don't search something else.
11814 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3.6" >&5
11815 printf %s "checking whether $PYTHON version is >= 3.6... " >&6;
    [all...]
  /xsrc/external/mit/fontconfig/dist/
configure 790 PYTHON
939 PYTHON
1604 --with-python-sys-prefix
1605 use Python's sys.prefix and sys.exec_prefix values
1667 PYTHON the Python interpreter
5664 if test -n "$PYTHON"; then
5665 # If the user set $PYTHON, use it and don't search something else.
5666 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3" >&5
5667 printf %s "checking whether $PYTHON version is >= 3... " >&6;
    [all...]
  /xsrc/external/mit/libxcb/dist/
configure 832 PYTHON
958 PYTHON
1657 --with-python-sys-prefix
1658 use Python's sys.prefix and sys.exec_prefix values
1679 PYTHON the Python interpreter
3493 if test -n "$PYTHON"; then
3494 # If the user set $PYTHON, use it and don't search something else.
3495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3.0" >&5
3496 printf %s "checking whether $PYTHON version is >= 3.0... " >&6;
    [all...]
  /xsrc/external/mit/freetype/dist/builds/unix/
configure 646 PYTHON
14876 # Check for Python and docwriter
14882 for ac_prog in python3 python
14891 if test -n "$PYTHON"; then
14892 ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test.
14911 PYTHON=$ac_cv_prog_PYTHON
14912 if test -n "$PYTHON"; then
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
14914 $as_echo "$PYTHON" >&6; }
14921 test -n "$PYTHON" && brea
    [all...]

Completed in 48 milliseconds