Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 104) sorted by relevance

12345

/external/python/cpython2/Lib/ensurepip/_bundled/
Dpip-9.0.1-py2.py3-none-any.whl ... pip/download.py pip/exceptions.py pip/index.py pip/locations.py pip
/external/blktrace/btt/
Dproc.c27 struct p_info *pip; member
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg); in __foreach()
57 free(pnp->pip->name); in __destroy()
58 region_exit(&pnp->pip->regions); in __destroy()
59 free(pnp->pip); in __destroy()
77 return this->pip; in __find_process_pid()
97 return this->pip; in __find_process_name()
123 this->pip = that; in insert_pid()
151 this->pip = that; in insert_name()
157 static void insert(struct p_info *pip) in insert() argument
[all …]
Dinlines.h165 iop->pip = find_process(iop->t.pid, NULL); in io_setup()
203 UPDATE_AVGS(q2c_dm, iop, iop->pip, c_time); in update_q2c()
205 UPDATE_AVGS(q2c, iop, iop->pip, c_time); in update_q2c()
211 UPDATE_AVGS(q2a_dm, iop, iop->pip, a_time); in update_q2a()
213 UPDATE_AVGS(q2a, iop, iop->pip, a_time); in update_q2a()
218 UPDATE_AVGS(q2g, iop, iop->pip, g_time); in update_q2g()
223 UPDATE_AVGS(s2g, iop, iop->pip, g_time); in update_s2g()
228 UNUPDATE_AVGS(q2g, iop, iop->pip, g_time); in unupdate_q2g()
233 UPDATE_AVGS(g2i, iop, iop->pip, i_time); in update_g2i()
238 UNUPDATE_AVGS(g2i, iop, iop->pip, i_time); in unupdate_g2i()
[all …]
Doutput.c40 ai_pip_t pip_q2q_dm_avg(struct p_info *pip) { return &pip->avgs.q2q_dm; } in pip_q2q_dm_avg() argument
41 ai_pip_t pip_q2a_dm_avg(struct p_info *pip) { return &pip->avgs.q2a_dm; } in pip_q2a_dm_avg() argument
42 ai_pip_t pip_q2c_dm_avg(struct p_info *pip) { return &pip->avgs.q2c_dm; } in pip_q2c_dm_avg() argument
44 ai_pip_t pip_q2q_avg(struct p_info *pip) { return &pip->avgs.q2q; } in pip_q2q_avg() argument
45 ai_pip_t pip_q2c_avg(struct p_info *pip) { return &pip->avgs.q2c; } in pip_q2c_avg() argument
46 ai_pip_t pip_q2a_avg(struct p_info *pip) { return &pip->avgs.q2a; } in pip_q2a_avg() argument
47 ai_pip_t pip_q2g_avg(struct p_info *pip) { return &pip->avgs.q2g; } in pip_q2g_avg() argument
48 ai_pip_t pip_s2g_avg(struct p_info *pip) { return &pip->avgs.s2g; } in pip_s2g_avg() argument
49 ai_pip_t pip_g2i_avg(struct p_info *pip) { return &pip->avgs.g2i; } in pip_g2i_avg() argument
50 ai_pip_t pip_q2m_avg(struct p_info *pip) { return &pip->avgs.q2m; } in pip_q2m_avg() argument
[all …]
/external/python/cpython2/Doc/library/
Densurepip.rst1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer
5 :synopsis: Bootstrapping the ``pip`` installer into an existing Python
10 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
12 bootstrapping approach reflects the fact that ``pip`` is an independent
18 directly (as ``pip`` should be bootstrapped by default), but it may be
19 needed if installing ``pip`` was skipped when installing Python (or
20 when creating a virtual environment) or after explicitly uninstalling ``pip``.
25 needed to bootstrap ``pip`` are included as internal parts of the
33 :pep:`453`: Explicit bootstrapping of pip in Python installations
49 This invocation will install ``pip`` if it is not already installed,
[all …]
/external/python/cpython2/Lib/test/
Dtest_ensurepip.py44 mock.ANY, "setuptools", "pip",
59 "setuptools", "pip",
70 mock.ANY, "--user", "setuptools", "pip",
81 mock.ANY, "--upgrade", "setuptools", "pip",
92 mock.ANY, "-v", "setuptools", "pip",
103 mock.ANY, "-vv", "setuptools", "pip",
114 mock.ANY, "-vvv", "setuptools", "pip",
137 # ensurepip deliberately ignores all pip environment variables
144 # ensurepip deliberately ignores the pip config file
153 pip = None
[all …]
/external/python/cpython2/Lib/ensurepip/
D__init__.py21 ("pip", _PIP_VERSION),
31 import pip
32 pip.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
68 # By default, installing pip and setuptools installs all of the
71 # pip, pipX, pipX.Y, easy_install, easy_install-X.Y
[all …]
D_uninstall.py1 """Basic pip uninstallation support, helper for the Windows uninstaller"""
12 version="pip {}".format(ensurepip.version()),
13 help="Show the version of pip this will attempt to uninstall.",
/external/python/cpython2/Doc/installing/
Dindex.rst35 * ``pip`` is the preferred installer program. Starting with Python 2.7.9, it
41 is defaults to installing ``pip`` into all created virtual environments.
70 python -m pip install SomePackage
76 ``virtualenv`` to provide such environments using either pip
77 (``pip install virtualenv``) or through your system package manager
89 python -m pip install SomePackage==1.0.4 # specific version
90 python -m pip install "SomePackage>=1.0.4" # minimum version
96 python -m pip install --upgrade SomePackage
98 More information and resources regarding ``pip`` and its capabilities can be
112 ... install ``pip`` in versions of Python prior to Python 2.7.9?
[all …]
/external/bart/
D.travis.yml11 - pip install matplotlib
12 - pip install Cython --install-option="--no-cython-compile"
13 - pip install pandas
14 - pip install ipython[all]
15 - pip install --upgrade trappy
26 - pip
DREADME.md31 more packages from pip as the ones present in Ubuntu 12.04 or Debian
42 $ sudo apt install python-pip python-dev
47 $ sudo pip install numpy matplotlib pandas ipython[all]
48 $ sudo pip install --upgrade trappy
57 $ sudo pip install --upgrade bart-py
61 Instead of installing TRAPpy and BART using `pip` you should clone the repositories:
/external/lisa/
Dinstall_base_ubuntu.sh35 python-numpy libfreetype6-dev libpng12-dev python-nose python-pip \
38 # Upgrade pip so we can use wheel packages instead of compiling stuff, this is
40 pip install --upgrade pip
42 # Incantation to fix broken pip packages
43 /usr/local/bin/pip install --upgrade packaging appdirs
46 /usr/local/bin/pip install --upgrade "ipython<6.0.0" Cython trappy bart-py devlib psutil wrapt jupy…
/external/fmtlib/doc/
Dbuild.py10 "Install package using pip."
24 check_call(['pip', 'install', package])
38 # Upgrade pip because installation of sphinx with pip 1.1 available on Travis
40 pip_version = get_distribution('pip').version
42 print("Updating pip")
43 check_call(['pip', 'install', '--upgrade', 'pip'])
50 check_call(['pip', 'install', '--upgrade', 'distribute'])
/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/brotli/
Dappveyor.yml58 # install Python and pip when not already installed
64 # upgrade pip to avoid out-of-date warnings
65 pip install --disable-pip-version-check --user --upgrade pip
68 pip install --upgrade setuptools wheel
91 - if "%BUILD_SYSTEM%" == "Python" ( pip wheel -w dist . )
/external/trappy/
D.travis.yml11 - pip install matplotlib
12 - pip install Cython --install-option="--no-cython-compile"
13 - pip install pandas
16 - pip install "ipython[all]<6.0.0"
29 - pip
DREADME.md13 more packages from pip as the ones present in Ubuntu 12.04 or Debian
24 $ sudo apt install python-pip python-dev
29 $ sudo pip install numpy matplotlib pandas ipython[all]
33 $ sudo pip install --upgrade trappy
/external/python/cpython2/Mac/BuildScript/scripts/
Dpostflight.ensurepip3 # Install/upgrade pip.
32 # pip et al if there are /usr/local/bin/python* symlinks to our
57 "pip${PYVER}" "easy_install-${PYVER}"
61 "pip${PYMAJOR}"
63 # Create pip and easy_install link if /usr/local/bin/python
66 "pip" "easy_install"
/external/v8/tools/
Dtest-server.py80 # Install pip if it doesn't exist.
81 code = subprocess.call("which pip > /dev/null", shell=True)
85 print("Installing pip...")
86 _Cmd("sudo apt-get install python-pip")
88 print("Please install pip on your machine. You can get it at: "
89 "http://www.pip-installer.org/en/latest/installing.html "
92 print("Using pip to install UltraJSON...")
93 _Cmd("sudo pip install ujson")
/external/llvm/bindings/python/
DREADME.txt21 pip install nosetests
42 pip install coverage
52 pip install pyflakes
61 pip install pylint
/external/mesa3d/
Dappveyor.yml47 # Check pip
49 - python -m pip --version
51 - python -m pip install --egg Mako
53 - python -m pip install pypiwin32
55 - python -m pip install --egg scons==2.4.1
/external/brotli/appveyor/
Dinstall.ps11 # Sample script to install Python and pip under Windows
7 $GET_PIP_URL = "https://bootstrap.pypa.io/get-pip.py"
8 $GET_PIP_PATH = "C:\get-pip.py"
158 $pip_path = $python_home + "\Scripts\pip.exe" in InstallPip()
161 Write-Host "Installing pip..." in InstallPip()
167 Write-Host "pip already installed." in InstallPip()
/external/protobuf/jenkins/docker/
DDockerfile60 python-pip \
78 # to get updates from pip.
80 RUN pip install pip --upgrade
81 RUN pip install virtualenv tox yattag
/external/libcxxabi/
D.gitignore36 pip-log.txt
37 pip-delete-this-directory.txt
/external/libcxx/
D.gitignore32 pip-log.txt
33 pip-delete-this-directory.txt

12345