/external/blktrace/btt/ |
D | proc.c | 27 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 …]
|
D | inlines.h | 165 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 …]
|
D | output.c | 40 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/chromium-trace/catapult/third_party/coverage/ |
D | appveyor.yml | 92 # Install Python (from the official .msi of http://python.org) and pip when 105 # Upgrade to the latest version of pip to avoid it displaying warnings 107 - "pip install --disable-pip-version-check --user --upgrade pip" 110 - "%CMD_IN_ENV% pip install -r requirements/tox.pip -r requirements/wheel.pip"
|
D | circle.yml | 12 - pip install -U pip 14 - pip install -r requirements/tox.pip
|
D | Makefile | 64 cp -v dist/* `awk -F "=" '/find-links/ {print $$2}' ~/.pip/pip.conf` 65 # pip caches wheels of things it has installed. Clean them out so we 67 find ~/Library/Caches/pip/wheels -name 'coverage-*' -delete 94 pip install -r doc/requirements.pip
|
D | .travis.yml | 20 - pip install -r requirements/tox.pip 25 - if [ $COVERAGE_COVERAGE == 'yes' ]; then pip install codecov; fi
|
D | howto.txt | 19 pip install -e . 83 - pip install -r requirements/dev.pip
|
/external/llvm/test/CodeGen/PowerPC/ |
D | addi-licm.ll | 2 ; 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/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
D | installation.rst | 4 Installation can be done in various ways. The simplest form uses pip 7 pip install rsa 10 Depending on your system you may need to use ``sudo pip`` or ``sudo 36 extra module, though: pyasn1. If you used pip or easy_install like 44 pip to install the development requirements in a virtual environment 49 pip install -r python-rsa/requirements-dev-py2x.txt 55 pip install -r python-rsa/requirements-dev-py3x.txt
|
/external/chromium-trace/catapult/third_party/coverage/ci/ |
D | install.ps1 | 4 # Sample script to install Python and pip under Windows 10 $GET_PIP_URL = "https://bootstrap.pypa.io/get-pip.py" 11 $GET_PIP_PATH = "C:\get-pip.py" 161 $pip_path = $python_home + "\Scripts\pip.exe" in InstallPip() 164 Write-Host "Installing pip..." in InstallPip() 170 Write-Host "pip already installed." in InstallPip() 215 $pip_path = $python_home + "\Scripts\pip.exe" in InstallMinicondaPip() 218 Write-Host "Installing pip..." in InstallMinicondaPip() 219 $args = "install --yes pip" in InstallMinicondaPip() 223 Write-Host "pip already installed." in InstallMinicondaPip()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
D | crc32c.py | 76 sudo easy_install -U pip 77 sudo pip uninstall crcmod 78 sudo pip install -U crcmod 86 sudo easy_install -U pip 87 sudo pip uninstall crcmod 88 sudo pip install -U crcmod 101 sudo easy_install -U pip 102 sudo pip install -U crcmod
|
/external/v8/tools/ |
D | test-server.py | 80 # 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/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
D | installing.packages.rst | 45 We need a package installer (``pip`` or ``easy_install``) to install and 46 update Python packages. Any will work, but if you don't have one yet, ``pip`` 49 **1.** Download ``pip`` from PyPi: 51 http://pypi.python.org/pypi/pip 61 That's it. If you don't see any error messages, the ``pip`` command should
|
D | quickstart.nogae.rst | 26 If you don't have a package installer in your system yet (like ``pip`` or 50 $ pip install WebOb 51 $ pip install Paste 52 $ pip install webapp2
|
D | i18n.rst | 14 If you don't have a package installer in your system yet (like ``pip`` or 31 For other servers, install those libraries in your system using ``pip``. 38 $ sudo pip install babel 39 $ sudo pip install gaepytz 41 Or, if you don't have pip but have ``easy_install``:
|
/external/llvm/bindings/python/ |
D | README.txt | 21 pip install nosetests 42 pip install coverage 52 pip install pyflakes 61 pip install pylint
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
D | README.rst | 18 $ pip install google-apitools 25 $ pip install google-apitools[cli] 32 $ pip install google-apitools[testing] 36 $ pip install nose
|
D | .travis.yml | 10 - pip install tox 11 - pip install . --allow-external argparse
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | requirements-install.sh | 8 pip install -r requirements-test.txt 12 pip install --allow-external Genshi --allow-insecure Genshi -r requirements-optional-2.6.txt 14 pip install --allow-external Genshi --allow-insecure Genshi -r requirements-optional-cpython.txt
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 88 - Ensure the pip module is installed (it should be by default) 96 - The package can be installed with pip as follows: 97 pip install lxml-3.5.0-cp35-none-win32.whl 98 …If pip is not in your path, you can find it at $PYTHON_HOME\Scripts\pip.exe, where PYTHON_HOME is …
|
/external/chromium-trace/catapult/third_party/WebOb/ |
D | tox.ini | 21 pip install webob[testing] 26 pip install webob[testing] 34 pip install webob[testing]
|
/external/google-benchmark/ |
D | .travis.yml | 29 pip install --user --upgrade pip; 30 pip install --user cpp-coveralls;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
D | README.rst | 34 repository and installed via ``pip``. It supports the latest service APIs 145 Install via `pip`_: 149 $ pip install boto 201 .. _pip: http://www.pip-installer.org/ target in Getting Started with Boto
|
D | .travis.yml | 13 …- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install -r requirements-py26.txt; fi 14 - travis_retry pip install -r requirements.txt
|