Home
last modified time | relevance | path

Searched refs:pip (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/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.c42 ai_pip_t pip_q2q_dm_avg(struct p_info *pip) { return &pip->avgs.q2q_dm; } in pip_q2q_dm_avg() argument
43 ai_pip_t pip_q2a_dm_avg(struct p_info *pip) { return &pip->avgs.q2a_dm; } in pip_q2a_dm_avg() argument
44 ai_pip_t pip_q2c_dm_avg(struct p_info *pip) { return &pip->avgs.q2c_dm; } in pip_q2c_dm_avg() argument
46 ai_pip_t pip_q2q_avg(struct p_info *pip) { return &pip->avgs.q2q; } in pip_q2q_avg() argument
47 ai_pip_t pip_q2c_avg(struct p_info *pip) { return &pip->avgs.q2c; } in pip_q2c_avg() argument
48 ai_pip_t pip_q2a_avg(struct p_info *pip) { return &pip->avgs.q2a; } in pip_q2a_avg() argument
49 ai_pip_t pip_q2g_avg(struct p_info *pip) { return &pip->avgs.q2g; } in pip_q2g_avg() argument
50 ai_pip_t pip_s2g_avg(struct p_info *pip) { return &pip->avgs.s2g; } in pip_s2g_avg() argument
51 ai_pip_t pip_g2i_avg(struct p_info *pip) { return &pip->avgs.g2i; } in pip_g2i_avg() argument
52 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/cpython3/Doc/library/
Densurepip.rst1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer
5 :synopsis: Bootstrapping the "pip" installer into an existing Python
12 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
14 bootstrapping approach reflects the fact that ``pip`` is an independent
20 directly (as ``pip`` should be bootstrapped by default), but it may be
21 needed if installing ``pip`` was skipped when installing Python (or
23 ``pip``.
28 needed to bootstrap ``pip`` are included as internal parts of the
36 :pep:`453`: Explicit bootstrapping of pip in Python installations
49 This invocation will install ``pip`` if it is not already installed,
[all …]
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh132 $PYTHON -m pip install --user virtualenv
139 curl https://bootstrap.pypa.io/get-pip.py | $VENV_PYTHON
147 $VENV_PYTHON -m pip install --no-deps .
154 $VENV_PYTHON -m pip install gevent==1.3.b1
158 $VENV_PYTHON -m pip install --upgrade pip==10.0.1
159 $VENV_PYTHON -m pip install setuptools
160 $VENV_PYTHON -m pip install cython
161 $VENV_PYTHON -m pip install six enum34 protobuf
165 $VENV_PYTHON -m pip install futures
187 $VENV_PYTHON -m pip install coverage==4.4 oauth2client==4.1.0 \
/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.
69 python -m pip install SomePackage
75 ``virtualenv`` to provide such environments using either pip
76 (``pip install virtualenv``) or through your system package manager
88 python -m pip install SomePackage==1.0.4 # specific version
89 python -m pip install "SomePackage>=1.0.4" # minimum version
95 python -m pip install --upgrade SomePackage
97 More information and resources regarding ``pip`` and its capabilities can be
111 ... install ``pip`` in versions of Python prior to Python 2.7.9?
[all …]
/external/grpc-grpc/src/python/grpcio/
DREADME.rst18 $ pip install grpcio
24 $ sudo pip install grpcio
26 If you're on Windows make sure that you installed the :code:`pip.exe` component
31 $ pip.exe install grpcio
33 Windows users may need to invoke :code:`pip.exe` from a command line ran as
36 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`
53 # For the next two commands do `sudo pip install` if you get permission-denied errors
54 $ pip install -rrequirements.txt
55 $ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .
69 This is likely because :code:`pip` doesn't own the offending dependency,
[all …]
/external/python/cpython3/Doc/tutorial/
Dvenv.rst86 Managing Packages with pip
90 :program:`pip`. By default ``pip`` will install packages from the Python
92 Package Index by going to it in your web browser, or you can use ``pip``'s
97 (tutorial-env) $ pip search astronomy
105 ``pip`` has a number of subcommands: "search", "install", "uninstall",
107 complete documentation for ``pip``.)
113 (tutorial-env) $ pip install novas
125 (tutorial-env) $ pip install requests==2.6.0
131 If you re-run this command, ``pip`` will notice that the requested
133 different version number to get that version, or you can run ``pip
[all …]
/external/python/cpython3/Doc/installing/
Dindex.rst35 * ``pip`` is the preferred installer program. Starting with Python 3.4, it
42 defaults to installing ``pip`` into all created virtual environments.
46 aren't able to automatically install ``pip`` into created environments.
88 python -m pip install SomePackage
104 python -m pip install SomePackage==1.0.4 # specific version
105 python -m pip install "SomePackage>=1.0.4" # minimum version
111 python -m pip install --upgrade SomePackage
113 More information and resources regarding ``pip`` and its capabilities can be
131 ... install ``pip`` in versions of Python prior to Python 3.4?
134 Python only started bundling ``pip`` with Python 3.4. For earlier versions,
[all …]
/external/grpc-grpc/tools/dockerfile/test/python_jessie_x64/
DDockerfile53 RUN apt-get update && apt-get install -y python-pip && apt-get clean
54 RUN pip install --upgrade google-api-python-client
64 python-pip
67 RUN pip install --upgrade pip==10.0.1
68 RUN pip install virtualenv
69 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
71 # Install pip and virtualenv for Python 3.4
72 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4
73 RUN python3.4 -m pip install virtualenv
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.cmake25 RUN apt-get install -y --no-install-recommends python-pip
26 RUN pip install --upgrade wheel
27 RUN pip install --upgrade astor
28 RUN pip install --upgrade gast
29 RUN pip install --upgrade numpy
30 RUN pip install --upgrade termcolor
31 RUN pip install --upgrade keras_applications
32 RUN pip install --upgrade keras_preprocessing
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_python/
DDockerfile60 python-pip
63 RUN pip install --upgrade pip==10.0.1
64 RUN pip install virtualenv
65 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
67 # Install pip and virtualenv for Python 3.4
68 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4
69 RUN python3.4 -m pip install virtualenv
/external/grpc-grpc/tools/dockerfile/test/python_pyenv_x64/
DDockerfile53 RUN apt-get update && apt-get install -y python-pip && apt-get clean
54 RUN pip install --upgrade google-api-python-client
64 python-pip
67 RUN pip install --upgrade pip==10.0.1
68 RUN pip install virtualenv
69 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
95 # Install pip and virtualenv for Python 3.5
96 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.5
97 RUN python3.5 -m pip install virtualenv
/external/grpc-grpc/tools/gce/
Dlinux_performance_worker_init.sh52 python-pip \
56 python3-pip \
75 sudo pip install --upgrade pip==10.0.1
76 sudo pip install tabulate
77 sudo pip install google-api-python-client
78 sudo pip install virtualenv
91 curl -O https://bootstrap.pypa.io/get-pip.py
92 sudo pypy get-pip.py
93 sudo pypy -m pip install tabulate
94 sudo pip install google-api-python-client
Dlinux_kokoro_performance_worker_init.sh52 python-pip \
56 python3-pip \
75 sudo pip install --upgrade pip==10.0.1
76 sudo pip install tabulate
77 sudo pip install google-api-python-client
78 sudo pip install virtualenv
91 curl -O https://bootstrap.pypa.io/get-pip.py
92 sudo pypy get-pip.py
93 sudo pypy -m pip install tabulate
94 sudo pip install google-api-python-client
/external/python/httplib2/script/
Dtest33 pip install -e .
47 ./venv-27/bin/pip install -e . -r requirements-test.txt
49 ./venv-36/bin/pip install -e . -r requirements-test.txt
66 local pip="$1"
67 $pip install dist/httplib2*
69 version_installed=$($pip show httplib2 |fgrep Version |cut -d' ' -f2)
/external/grpc-grpc/templates/tools/dockerfile/
Dpython_deps.include9 python-pip
12 RUN pip install --upgrade pip==10.0.1
13 RUN pip install virtualenv
14 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
/external/fonttools/.travis/
Dinstall.sh11 curl -O https://bootstrap.pypa.io/get-pip.py
12 python get-pip.py --user
13 python -m pip install --user virtualenv
21 python3 -m pip install virtualenv
30 python -m pip install $ci_requirements
/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_build_artifacts.sh24 python2.7 -m pip install cython setuptools wheel
25 python3.4 -m pip install cython setuptools wheel
26 python3.5 -m pip install cython setuptools wheel
27 python3.6 -m pip install cython setuptools wheel
28 python3.7 -m pip install cython setuptools wheel
/external/tensorflow/tensorflow/tools/docker/
DDockerfile.devel27 RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
28 python get-pip.py && \
29 rm get-pip.py
31 RUN pip --no-cache-dir install \
83 # TODO(craigcitro): Don't install the pip package, since it makes it
97 bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/pip && \
98 pip --no-cache-dir install --upgrade /tmp/pip/tensorflow-*.whl && \
99 rm -rf /tmp/pip && \
101 # Clean up pip wheel and Bazel cache when done.
/external/grpc-grpc/tools/dockerfile/test/sanity/
DDockerfile53 RUN apt-get update && apt-get install -y python-pip && apt-get clean
54 RUN pip install --upgrade google-api-python-client
64 python-pip
67 RUN pip install --upgrade pip==10.0.1
68 RUN pip install virtualenv
69 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
78 python-pip \
86 RUN pip install simplejson mako
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_http2/
DDockerfile28 python-pip
31 RUN pip install --upgrade pip==10.0.1
32 RUN pip install virtualenv
33 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
35 RUN pip install twisted h2==2.6.1 hyper
/external/grpc-grpc/tools/dockerfile/grpc_artifact_python_manylinux_x86/
DDockerfile25 RUN /opt/python/cp27-cp27m/bin/pip install cython
26 RUN /opt/python/cp27-cp27mu/bin/pip install cython
27 RUN /opt/python/cp34-cp34m/bin/pip install cython
28 RUN /opt/python/cp35-cp35m/bin/pip install cython
29 RUN /opt/python/cp36-cp36m/bin/pip install cython
30 RUN /opt/python/cp37-cp37m/bin/pip install cython
36 RUN /opt/python/cp35-cp35m/bin/pip install /usr/local/src/auditwheel
/external/grpc-grpc/tools/dockerfile/grpc_artifact_python_manylinux_x64/
DDockerfile25 RUN /opt/python/cp27-cp27m/bin/pip install cython
26 RUN /opt/python/cp27-cp27mu/bin/pip install cython
27 RUN /opt/python/cp34-cp34m/bin/pip install cython
28 RUN /opt/python/cp35-cp35m/bin/pip install cython
29 RUN /opt/python/cp36-cp36m/bin/pip install cython
30 RUN /opt/python/cp37-cp37m/bin/pip install cython
36 RUN /opt/python/cp35-cp35m/bin/pip install /usr/local/src/auditwheel

12345678910>>...15