Home
last modified time | relevance | path

Searched refs:PIP (Results 1 – 25 of 59) sorted by relevance

123

/external/scapy/.travis/
Dinstall.sh1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2…
15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock
20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum34
25 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U cryptography
31 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U coverage
32 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U PyX
33 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U codecov
45 …$SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U http://http.debian.net/debian/pool/main/p/python-li…
46 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U pydumbnet
/external/llvm/test/CodeGen/PowerPC/
Daddi-licm.ll2 ; RUN: llc -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PIP
25 ; PIP-LABEL: @foo
26 ; PIP: addi [[REG1:[0-9]+]], 1,
27 ; PIP: addi [[REG2:[0-9]+]], 1,
28 ; PIP: %for.body.i
29 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG1]])
30 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG2]])
31 ; PIP: blr
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Daddi-licm.ll2 ; RUN: llc -verify-machineinstrs -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PIP
25 ; PIP-LABEL: @foo
26 ; PIP: addi [[REG1:[0-9]+]], 1,
27 ; PIP: addi [[REG2:[0-9]+]], 1,
28 ; PIP: %for.body.i
29 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG1]])
30 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG2]])
31 ; PIP: blr
/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh22 export PIP=${PIP:-pip}
92 "${PIP}" install -rrequirements.txt
96 "${PIP}" install futures>=2.2.0
99 "${PIP}" install grpcio --no-index --find-links "file://$ARTIFACT_DIR/"
100 "${PIP}" install grpcio-tools --no-index --find-links "file://$ARTIFACT_DIR/"
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Dcpu-jupyter.Dockerfile29 ARG PIP=pip${_PY_SUFFIX}
38 RUN ${PIP} --no-cache-dir install --upgrade \
54 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
59 RUN ${PIP} install jupyter matplotlib
60 RUN ${PIP} install jupyter_http_over_ws
Ddevel-cpu-jupyter.Dockerfile57 ARG PIP=pip${_PY_SUFFIX}
66 RUN ${PIP} --no-cache-dir install --upgrade \
82 RUN ${PIP} --no-cache-dir install \
93 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
108 RUN ${PIP} install jupyter matplotlib
109 RUN ${PIP} install jupyter_http_over_ws
Dgpu-jupyter.Dockerfile66 ARG PIP=pip${_PY_SUFFIX}
75 RUN ${PIP} --no-cache-dir install --upgrade \
91 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
96 RUN ${PIP} install jupyter matplotlib
97 RUN ${PIP} install jupyter_http_over_ws
Ddevel-gpu-jupyter.Dockerfile90 ARG PIP=pip${_PY_SUFFIX}
99 RUN ${PIP} --no-cache-dir install --upgrade \
115 RUN ${PIP} --no-cache-dir install \
126 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
141 RUN ${PIP} install jupyter matplotlib
142 RUN ${PIP} install jupyter_http_over_ws
Ddevel-cpu.Dockerfile57 ARG PIP=pip${_PY_SUFFIX}
66 RUN ${PIP} --no-cache-dir install --upgrade \
82 RUN ${PIP} --no-cache-dir install \
93 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
Dcpu.Dockerfile29 ARG PIP=pip${_PY_SUFFIX}
38 RUN ${PIP} --no-cache-dir install --upgrade \
54 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
Ddevel-gpu.Dockerfile90 ARG PIP=pip${_PY_SUFFIX}
99 RUN ${PIP} --no-cache-dir install --upgrade \
115 RUN ${PIP} --no-cache-dir install \
126 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/
Ddevel-cpu-ppc64le-jupyter.Dockerfile57 ARG PIP=pip${_PY_SUFFIX}
66 RUN ${PIP} --no-cache-dir install --upgrade \
81 RUN ${PIP} --no-cache-dir install \
92 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
110 RUN ${PIP} install jupyter matplotlib
111 RUN ${PIP} install jupyter_http_over_ws
Dcpu-ppc64le-jupyter.Dockerfile29 ARG PIP=pip${_PY_SUFFIX}
38 RUN ${PIP} --no-cache-dir install --upgrade \
52 RUN ${PIP} install --global-option=build_ext \
72 ${PIP} install ${PACKAGE}
77 RUN ${PIP} install jupyter matplotlib
78 RUN ${PIP} install jupyter_http_over_ws
Dgpu-ppc64le-jupyter.Dockerfile66 ARG PIP=pip${_PY_SUFFIX}
75 RUN ${PIP} --no-cache-dir install --upgrade \
89 RUN ${PIP} install --global-option=build_ext \
109 ${PIP} install ${PACKAGE}
114 RUN ${PIP} install jupyter matplotlib
115 RUN ${PIP} install jupyter_http_over_ws
Dcpu-ppc64le.Dockerfile29 ARG PIP=pip${_PY_SUFFIX}
38 RUN ${PIP} --no-cache-dir install --upgrade \
52 RUN ${PIP} install --global-option=build_ext \
72 ${PIP} install ${PACKAGE}
Ddevel-gpu-ppc64le-jupyter.Dockerfile90 ARG PIP=pip${_PY_SUFFIX}
99 RUN ${PIP} --no-cache-dir install --upgrade \
114 RUN ${PIP} --no-cache-dir install \
125 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
143 RUN ${PIP} install jupyter matplotlib
144 RUN ${PIP} install jupyter_http_over_ws
Ddevel-cpu-ppc64le.Dockerfile57 ARG PIP=pip${_PY_SUFFIX}
66 RUN ${PIP} --no-cache-dir install --upgrade \
81 RUN ${PIP} --no-cache-dir install \
92 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
Dgpu-ppc64le.Dockerfile66 ARG PIP=pip${_PY_SUFFIX}
75 RUN ${PIP} --no-cache-dir install --upgrade \
89 RUN ${PIP} install --global-option=build_ext \
109 ${PIP} install ${PACKAGE}
Ddevel-gpu-ppc64le.Dockerfile90 ARG PIP=pip${_PY_SUFFIX}
99 RUN ${PIP} --no-cache-dir install --upgrade \
114 RUN ${PIP} --no-cache-dir install \
125 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
/external/tensorflow/tensorflow/tools/docker/
DDockerfile.mkl12 ARG PIP="pip"
36 RUN ${PIP} --no-cache-dir install \
53 RUN ${PIP} install --no-cache-dir --force-reinstall /${TF_WHL_URL} && \
DDockerfile.mkl-horovod12 ARG PIP="pip"
40 RUN ${PIP} --no-cache-dir install \
57 RUN ${PIP} install --no-cache-dir --force-reinstall /${TF_WHL_URL} && \
96 RUN ${PIP} install --no-cache-dir horovod
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dpython.partial.Dockerfile4 ARG PIP=pip${_PY_SUFFIX}
13 RUN ${PIP} --no-cache-dir install --upgrade \
Dbazelbuild.partial.Dockerfile9 RUN ${PIP} --no-cache-dir install \
20 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
Dbazel.partial.Dockerfile10 RUN ${PIP} --no-cache-dir install \
21 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Djupyter.partial.Dockerfile1 RUN ${PIP} install jupyter matplotlib
2 RUN ${PIP} install jupyter_http_over_ws

123