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

  /external/libevent/test/
rpcgen_wrapper.sh 29 if [ -x /usr/bin/python2 ] ; then
30 PYTHON2=/usr/bin/python2
31 elif [ "x`which python2`" != x ] ; then
32 PYTHON2=python2
34 PYTHON2=python
40 ${PYTHON2} ${srcdir}/../event_rpcgen.py --quiet ${srcdir}/regress.rpc \
  /external/mesa3d/src/compiler/glsl/tests/
optimization-test 15 cd $dir; $PYTHON2 create_test_cases.py; cd ..
25 if $PYTHON2 $PYTHON_FLAGS $compare_ir "$test.expected" "$test.out" >/dev/null 2>&1; then
30 $PYTHON2 $PYTHON_FLAGS $compare_ir "$test.expected" "$test.out"
  /external/mesa3d/src/compiler/
Makefile.am 60 PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
Makefile.glsl.am 44 export PYTHON2=$(PYTHON2); \
  /external/tensorflow/tensorflow/tools/docker/
parameterized_docker_build.sh 85 # Specifies the desired Python version. Defaults to PYTHON2.
105 TF_DOCKER_BUILD_PYTHON_VERSION=$(to_lower ${TF_DOCKER_BUILD_PYTHON_VERSION:-PYTHON2})
167 if [[ "${TF_DOCKER_BUILD_PYTHON_VERSION}" == "python2" ]]; then

Completed in 814 milliseconds