HomeSort by relevance Sort by last modified time
    Searched refs:pip (Results 1 - 25 of 69) sorted by null

1 2 3

  /test/vts/script/
pypi-packages-local.sh 21 sudo pip install -r $ANDROID_BUILD_TOP/test/vts/script/pip_requirements.txt
22 sudo pip install matplotlib # TODO(jaeshin): b/38371975, downloaded separately in download-pypi-packages.sh
download-pypi-packages.sh 33 pip download -d $VTS_PYPI_PATH -r $ANDROID_BUILD_TOP/test/vts/script/pip_requirements.txt --no-binary protobuf,grpcio,numpy,Pillow,scipy
40 pip download -d $VTS_PYPI_PATH matplotlib --no-binary matplotlib,numpy
setup.sh 25 echo "Install Python virtualenv and pip tools for VTS TradeFed and Runner"
27 sudo apt-get -y install python-pip
28 sudo apt-get -y install python3-pip
  /external/blktrace/btt/
proc.c 27 struct p_info *pip; member in struct:pn_info
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg);
57 free(pnp->pip->name);
58 region_exit(&pnp->pip->regions);
59 free(pnp->pip);
77 return this->pip;
97 return this->pip;
123 this->pip = that;
151 this->pip = that;
157 static void insert(struct p_info *pip)
170 struct p_info *pip; local
209 struct p_info *pip = find_process(pid, name); local
240 struct p_info *pip; local
    [all...]
inlines.h 165 iop->pip = find_process(iop->t.pid, NULL);
203 UPDATE_AVGS(q2c_dm, iop, iop->pip, c_time);
205 UPDATE_AVGS(q2c, iop, iop->pip, c_time);
211 UPDATE_AVGS(q2a_dm, iop, iop->pip, a_time);
213 UPDATE_AVGS(q2a, iop, iop->pip, a_time);
218 UPDATE_AVGS(q2g, iop, iop->pip, g_time);
223 UPDATE_AVGS(s2g, iop, iop->pip, g_time);
228 UNUPDATE_AVGS(q2g, iop, iop->pip, g_time);
233 UPDATE_AVGS(g2i, iop, iop->pip, i_time);
238 UNUPDATE_AVGS(g2i, iop, iop->pip, i_time)
    [all...]
output.c 40 ai_pip_t pip_q2q_dm_avg(struct p_info *pip) { return &pip->avgs.q2q_dm; }
41 ai_pip_t pip_q2a_dm_avg(struct p_info *pip) { return &pip->avgs.q2a_dm; }
42 ai_pip_t pip_q2c_dm_avg(struct p_info *pip) { return &pip->avgs.q2c_dm; }
44 ai_pip_t pip_q2q_avg(struct p_info *pip) { return &pip->avgs.q2q; }
45 ai_pip_t pip_q2c_avg(struct p_info *pip) { return &pip->avgs.q2c;
    [all...]
trace_complete.c 62 if (c_iop->pip)
63 update_cregion(&c_iop->pip->regions, c_iop->t.time);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipTouchGesture.java 17 package com.android.systemui.pip.phone;
PipMenuActivity.java 17 package com.android.systemui.pip.phone;
19 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_ACTIONS;
20 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_ALLOW_TIMEOUT;
21 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_CONTROLLER_MESSENGER;
22 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_WILL_RESIZE_MENU;
23 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_DISMISS_FRACTION;
24 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_MOVEMENT_BOUNDS;
25 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_MENU_STATE;
26 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_STACK_BOUNDS;
28 import static com.android.systemui.pip.phone.PipMenuActivityController.MENU_STATE_NONE
    [all...]
PipUtils.java 17 package com.android.systemui.pip.phone;
InputConsumerController.java 17 package com.android.systemui.pip.phone;
36 * Manages the input consumer that allows the SystemUI to control the PiP.
58 * Input handler used for the PiP input consumer. Input events are batched and consumed with the
71 // To be implemented for input handling over Pip windows
129 Log.e(TAG, "Failed to create PIP input consumer", e);
146 Log.e(TAG, "Failed to destroy PIP input consumer", e);
  /external/lisa/
install_base_ubuntu.sh 35 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 jupyter
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
BasePipManager.java 17 package com.android.systemui.pip;
PipUI.java 17 package com.android.systemui.pip;
52 throw new IllegalStateException("Non-primary Pip component not currently supported.");
56 ? com.android.systemui.pip.tv.PipManager.getInstance()
57 : com.android.systemui.pip.phone.PipManager.getInstance();
  /tools/test/connectivity/tools/lab/
setup.py 18 import pip
50 normal install system which creates links with the python egg, pip is
64 pip.main(['install', '--upgrade', 'pip'])
69 pip.main(['install', package])
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundGenerator.java 31 double[] pip = getPip(Common.WINDOW_FOR_PLAYER, Common.FREQUENCIES[i]); local
32 System.arraycopy(pip, 0, sample,
35 pip.length);
56 * Gets a pip sample.
  /tools/test/connectivity/acts/framework/
setup.py 20 import pip
68 normal install system which creates links with the python egg, pip is
82 import pip
83 pip.main(['install', '--upgrade', 'pip'])
88 pip.main(['install', package])
  /external/python/cpython2/Lib/ensurepip/
__init__.py 21 ("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.
    [all...]
  /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/brotli/
.travis.sh 33 pip install --upgrade wheel
84 pip wheel -w dist .
  /external/python/cpython2/Lib/test/
test_ensurepip.py 44 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 = Non
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 28 import com.android.systemui.pip.tv.PipManager;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/
PipTouchStateTest.java 17 package com.android.systemui.pip.phone;
36 import com.android.systemui.pip.phone.PipTouchState;
  /external/libvpx/libvpx/vp8/encoder/
block.h 76 PARTITION_INFO *pip; /* Base of allocated array */ member in struct:macroblock
  /external/libunwind/tests/
test-proc-info.c 49 unw_proc_info_t *pip UNUSED,

Completed in 760 milliseconds

1 2 3