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

1 2 3

  /test/vts/script/
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
32 sudo pip install future
33 sudo pip install futures
34 sudo pip install enum
35 sudo pip install protobuf
36 sudo pip install setuptools
37 sudo pip install requests
38 sudo pip install httplib
    [all...]
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
  /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;
PipUtils.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_DISMISS_FRACTION;
23 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_MOVEMENT_BOUNDS;
24 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_MENU_STATE;
25 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_STACK_BOUNDS;
27 import static com.android.systemui.pip.phone.PipMenuActivityController.MENU_STATE_NONE;
28 import static com.android.systemui.pip.phone.PipMenuActivityController.MENU_STATE_CLOSE
    [all...]
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);
PipManager.java 17 package com.android.systemui.pip.phone;
38 import com.android.systemui.pip.BasePipManager;
48 * Manages the picture-in-picture (PIP) UI and states for Phones.
127 * Handler for messages from the PIP controller.
198 * Updates the PIP per configuration changed.
205 * Expands the PIP.
  /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();
  /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.
  /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;
  /tools/test/connectivity/acts/framework/
setup.py 20 import pip
65 normal install system which creates links with the python egg, pip is
83 pip.main(['install', package])
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 28 import com.android.systemui.pip.tv.PipManager;
  /packages/apps/TV/src/com/android/tv/
TvOptionsManager.java 133 public void onPipChanged(boolean pip) {
134 mPip = pip;
  /external/libvpx/libvpx/vp8/encoder/
block.h 76 PARTITION_INFO *pip; /* Base of allocated array */ member in struct:macroblock
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.kt 60 R.id.pip -> minimize()
70 // We are playing the video now. In PiP mode, we want to show an action item to pause
77 // The video stopped or reached its end. In PiP mode, we want to show an action item
126 // Note this call can happen even when the app is not in PiP mode. In that case, the
141 findViewById(R.id.pip).setOnClickListener(mOnClickListener)
173 // Starts receiving events from action items in PiP mode.
190 // We are out of PiP mode. We can stop receiving events from it.
209 // Calculate the aspect ratio of the PiP screen.
  /external/libunwind/tests/
test-proc-info.c 49 unw_proc_info_t *pip UNUSED,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipMenuActivity.java 17 package com.android.systemui.pip.tv;
31 * Activity to show the PIP menu to control PIP.
72 // When PIP menu activity is closed, restore to the default position.
123 // Moving PIP to fullscreen is implemented by resizing PINNED_STACK with null bounds.
124 // This conflicts with restoring PIP position, so disable it.
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.java 85 case R.id.pip:
99 // We are playing the video now. In PiP mode, we want to show an action item to pause
107 // The video stopped or reached its end. In PiP mode, we want to show an action item
154 // Note this call can happen even when the app is not in PiP mode. In that case, the
174 findViewById(R.id.pip).setOnClickListener(mOnClickListener);
210 // Starts receiving events from action items in PiP mode.
232 // We are out of PiP mode. We can stop receiving events from it.
251 // Calculate the aspect ratio of the PiP screen.
  /developers/samples/android/media/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.java 85 case R.id.pip:
99 // We are playing the video now. In PiP mode, we want to show an action item to pause
107 // The video stopped or reached its end. In PiP mode, we want to show an action item
154 // Note this call can happen even when the app is not in PiP mode. In that case, the
174 findViewById(R.id.pip).setOnClickListener(mOnClickListener);
212 // Starts receiving events from action items in PiP mode.
234 // We are out of PiP mode. We can stop receiving events from it.
253 // Calculate the aspect ratio of the PiP screen.
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
33 info should be looked up and \Var{pip} is a pointer to a structure of

Completed in 493 milliseconds

1 2 3