OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pip
(Results
76 - 87
of
87
) sorted by null
1
2
3
4
/developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.kt
106
// We are playing the video now. In
PiP
mode, we want to show an action item to pause
113
// The video stopped or reached its end. In
PiP
mode, we want to show an action item
162
// Note this call can happen even when the app is not in
PiP
mode. In that case, the
181
findViewById<Button>(R.id.
pip
).setOnClickListener { minimize() }
215
// Starts receiving events from action items in
PiP
mode.
218
// We are out of
PiP
mode. We can stop receiving events from it.
233
// Calculate the aspect ratio of the
PiP
screen.
/developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.kt
106
// We are playing the video now. In
PiP
mode, we want to show an action item to pause
113
// The video stopped or reached its end. In
PiP
mode, we want to show an action item
162
// Note this call can happen even when the app is not in
PiP
mode. In that case, the
181
findViewById<Button>(R.id.
pip
).setOnClickListener { minimize() }
215
// Starts receiving events from action items in
PiP
mode.
218
// We are out of
PiP
mode. We can stop receiving events from it.
233
// Calculate the aspect ratio of the
PiP
screen.
/external/libunwind/doc/
unw_get_proc_info.tex
15
\Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{
pip
});\\
21
identified by argument \Var{cp}. The \Var{
pip
} argument is a pointer
unw_create_addr_space.tex
55
\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{
pip
},\\
58
\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}
pip
, \Type{void~*}\Var{arg});\\
82
information is needed. The \Var{
pip
} argument is a pointer to the
106
set to a non-zero value. The \Var{
pip
} argument has the same value as
/external/python/cpython3/Doc/
Makefile
126
$(VENVDIR)/bin/python3 -m
pip
install -U Sphinx blurb
/external/python/cpython2/Doc/
make.bat
16
%PYTHON% -m
pip
install sphinx
/external/protobuf/
tests.sh
183
# Install tox (OS X doesn't have
pip
).
187
sudo
pip
install tox
/external/tensorflow/tensorflow/tools/ci_build/builds/
pip_new.sh
16
# Build the Python
PIP
installation package for TensorFlow and install
46
# TF_PIP_TESTS:
PIP
tests to run. If NOT specified, skips all tests.
56
# TF_PIP_TEST_ROOT: Root directory for building and testing
pip
pkgs.
63
# Additonal
pip
packages to be installed.
64
# Caveat:
pip
version needs to be checked prior.
168
# This script is for validating built
PIP
packages. Add
pip
tags.
178
# Check currently running python and
pip
version
191
# Retrieve only the version numbers of the python &
pip
in use currently.
206
"Detected
pip
version in use: '${PIP_VER_IN_USE}'
[
all
...]
/external/blktrace/btt/
globals.h
155
struct p_info *
pip
;
member in struct:io
/external/python/cpython3/PC/
launcher.c
229
INSTALLED_PYTHON * ip, *
pip
;
local
332
pip
= ip++;
337
*ip = *
pip
;
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
444
vpx_free(cpi->mb.
pip
);
445
cpi->mb.
pip
= 0;
[
all
...]
/external/python/cpython3/PC/layout/
main.py
32
from .support.
pip
import *
149
yield from in_build("python_uwp.exe", new_name="
pip
")
215
log_warning("Failed to find {} -
pip
will not be included", pip_dir)
364
if not (pip_dir / "
pip
").is_dir():
365
log_info("Extracting
pip
to {}", pip_dir)
Completed in 638 milliseconds
1
2
3
4