/external/google-fruit/extras/dockerfiles/ |
common_cleanup.sh | 10 apt-get remove -y wget file python3-pip
|
common_install.sh | 27 python3-pip \
|
/external/grpc-grpc/tools/codegen/core/ |
gen_nano_proto.sh | 71 pip install protobuf==3.6.0
|
/external/grpc-grpc/tools/internal_ci/helper_scripts/ |
prepare_build_linux_perf_rc | 35 sudo pip install tabulate
|
prepare_build_linux_perf_multilang_rc | 27 sudo pip install tabulate
|
prepare_build_macos_rc | 38 pip install google-api-python-client==1.6.7 --user python 72 pip install virtualenv --user python 73 pip install -U Mako six tox setuptools twisted pyyaml --user python
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_stack.c | 72 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) 74 void *addr = (void *)(uintptr_t)pip->start_ip; 109 unw_proc_info_t pip; local 112 pip.unwind_info = NULL; 124 unw_get_proc_info(&cursor, &pip); 126 backtrace[i].start_ip = pip.start_ip; 127 backtrace[i].off = ip - pip.start_ip; 128 backtrace[i].procname = symbol_name_cached(&cursor, &pip);
|
/external/perfetto/infra/kokoro_ci/ |
run_standalone_tests.sh | 30 pip install --quiet --user protobuf
|
/external/python/setuptools/ |
pavement.py | 4 import pip 31 data (as pip uninstall doesn't support -t). 47 pip.main(install_args)
|
/external/tensorflow/tensorflow/tools/ci_build/linux/cmake/ |
run.sh | 37 # For older versions of PIP, remove the ABI tag. 38 # TODO(gunan) get rid of this part once pip is upgraded on all test machines. 43 # Install the pip package we just built. 44 pip install --upgrade $FIXED_WHEEL_PATH
|
/external/python/cpython2/Lib/ensurepip/ |
__init__.py | 21 ("pip", _PIP_VERSION), 31 import pip._internal 32 return pip._internal.main(args) 37 Returns a string specifying the bundled version of pip. 43 # We deliberately ignore all pip environment variables 44 # when invoking pip 49 # We also ignore the settings in the default pip configuration file 58 Bootstrap pip into the current Python installation (or the given root 73 Bootstrap pip into the current Python installation (or the given root 74 directory). Returns pip command status code [all...] |
/external/python/cpython3/Lib/ensurepip/ |
__init__.py | 17 ("pip", _PIP_VERSION), 27 import pip._internal 28 return pip._internal.main(args) 33 Returns a string specifying the bundled version of pip. 38 # We deliberately ignore all pip environment variables 39 # when invoking pip 44 # We also ignore the settings in the default pip configuration file 53 Bootstrap pip into the current Python installation (or the given root 68 Bootstrap pip into the current Python installation (or the given root 69 directory). Returns pip command status code [all...] |
/external/blktrace/btt/ |
output.c | 42 ai_pip_t pip_q2q_dm_avg(struct p_info *pip) { return &pip->avgs.q2q_dm; } 43 ai_pip_t pip_q2a_dm_avg(struct p_info *pip) { return &pip->avgs.q2a_dm; } 44 ai_pip_t pip_q2c_dm_avg(struct p_info *pip) { return &pip->avgs.q2c_dm; } 46 ai_pip_t pip_q2q_avg(struct p_info *pip) { return &pip->avgs.q2q; } 47 ai_pip_t pip_q2c_avg(struct p_info *pip) { return &pip->avgs.q2c; [all...] |
trace_complete.c | 63 if (c_iop->pip) 64 update_cregion(&c_iop->pip->regions, c_iop->t.time);
|
/external/tremolo/Tremolo/ |
asm_arm.h | 148 static inline void lsp_loop_asm(ogg_uint32_t *qip,ogg_uint32_t *pip, 153 ogg_uint32_t qi=*qip,pi=*pip; 235 *pip=pi;
|
/external/grpc-grpc/tools/gce/ |
linux_worker_init.sh | 49 # Install pip and Google API library to enable using GCP services 50 sudo apt-get install -y python-pip 51 sudo pip install google-api-python-client
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
build_artifact_python.bat | 18 pip install --upgrade six 20 pip install --upgrade setuptools==38.2.4 21 pip install -rrequirements.txt
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
pip.sh | 17 # Build the Python PIP installation package for TensorFlow and install 19 # The PIP installation is done using the --user flag. 22 # pip.sh CONTAINER_TYPE [--test_tutorials] [--integration_tests] [bazel flags] 31 # TF_BUILD_INSTALL_EXTRA_PIP_PACKAGES overrides the default extra pip packages 53 # tutorial tests (see test_tutorials.sh) after the PIP 170 # This info will be useful for determining the directory of the local pip 177 echo "Python binary path to be used in PIP install: ${PYTHON_BIN_PATH} "\ 188 # Build PIP Wheel file 189 # Set default pip file folder unless specified by env variable 205 # Print the size of the PIP wheel file [all...] |
/external/tensorflow/tensorflow/tools/ci_build/install/ |
install_pi_python3_toolchain.sh | 28 apt-get install -y python3 python3-numpy python3-dev python3-pip
|
install_pi_toolchain.sh | 28 apt-get install -y python python-numpy python-dev python-pip
|
install_pip_packages.sh | 19 # We don't apt-get install so that we can install a newer version of pip. 21 # Run easy_install after easy_install3, so that the default pip points to pip2, 23 easy_install3 -U pip==18.1 24 easy_install -U pip==18.1 26 # Install pip packages from whl files to avoid the time-consuming process of
|
/external/python/funcsigs/ |
Makefile | 4 pip install --upgrade \
|
/external/u-boot/drivers/gpio/ |
sh_pfc.c | 585 int register_pinmux(struct pinmux_info *pip) 587 if (pip != NULL) { 588 gpioc = pip; 589 debug("%s deregistering\n", pip->name); 595 int unregister_pinmux(struct pinmux_info *pip) 597 debug("%s deregistering\n", pip->name); 598 if (gpioc != pip)
|
/external/python/cpython3/Tools/msi/ |
testrelease.bat | 84 "%~2\Python\python.exe" -m pip install "azure<0.10" > "%~2\pip.txt" 2>&1
86 "%~2\Python\python.exe" -m pip uninstall -y azure python-dateutil six >> "%~2\pip.txt" 2>&1
|
/external/python/httplib2/script/ |
release | 95 $venv/bin/pip install -U pip setuptools wheel twine
|