OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install
(Results
1 - 25
of
1987
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mmc-utils/man/
Makefile
3
install
:
5
.PHONY: all clean
install
/external/libdrm/tests/ttmtest/
reconf
2
autoreconf -v --
install
|| exit
/hardware/intel/img/psb_video/
autogen.sh
2
autoreconf -v --
install
/external/googletest/ci/
install-osx.sh
39
brew
install
ccache
/external/libcap-ng/libcap-ng-0.7/
autogen.sh
4
autoreconf -fv --
install
/external/tensorflow/tensorflow/tools/ci_build/install/
install_pip_packages.sh
19
# We don't apt-get
install
so that we can
install
a newer version of pip. Not
24
#
Install
pip packages from whl files to avoid the time-consuming process of
27
pip2
install
wheel
28
pip3
install
wheel
30
pip2
install
virtualenv
31
pip3
install
virtualenv
33
#
Install
six.
34
pip2
install
--upgrade six==1.10.0
35
pip3
install
--upgrade six==1.10.
[
all
...]
install_python3.6_pip_packages.sh
16
#
Install
packages required by Python3.6 build
29
#
Install
python dep
30
apt-get
install
python-dev
31
#
Install
bz2 dep
32
apt-get
install
libbz2-dev
33
#
Install
curses dep
34
apt-get
install
libncurses5 libncurses5-dev
35
apt-get
install
libncursesw5 libncursesw5-dev
36
#
Install
readline dep
37
apt-get
install
libreadline6 libreadline6-de
[
all
...]
install_python3.5_pip_packages.sh
16
#
Install
packages required by Python3.5 build
28
#
Install
Python 3.5 and dev library
29
apt-get
install
-y --no-
install
-recommends python3.5 libpython3.5-dev
31
#
Install
pip3.5
42
pip3.5
install
--upgrade virtualenv
44
#
Install
six.
45
pip3.5
install
--upgrade absl-py
46
pip3.5
install
--upgrade six==1.10.0
48
#
Install
protobuf
[
all
...]
/external/iproute2/man/
Makefile
0
INSTALL
=
install
2
INSTALLDIR=
install
-m 0755 -d
3
INSTALLMAN=
install
-m 0644
7
all clean
install
:
12
.PHONY:
install
clean distclean
/external/abi-compliance-checker/
Makefile
3
.PHONY:
install
4
install
:
5
perl Makefile.pl -
install
-prefix "$(prefix)"
/external/abi-dumper/
Makefile
3
.PHONY:
install
4
install
:
5
perl Makefile.pl -
install
-prefix "$(prefix)"
/test/vts/script/
setup.sh
18
echo "
Install
Python SDK"
19
sudo apt-get -y
install
python-dev
21
echo "
Install
Protocol Buffer packages"
22
sudo apt-get -y
install
python-protobuf
23
sudo apt-get -y
install
protobuf-compiler
25
echo "
Install
Python virtualenv and pip tools for VTS TradeFed and Runner"
26
sudo apt-get -y
install
python-setuptools
27
sudo apt-get -y
install
python-pip
28
sudo apt-get -y
install
python3-pip
29
sudo apt-get -y
install
python-virtualen
[
all
...]
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
host_controller_setup.sh
17
# TODO: could possibly auto-
install
google-chrome and chromedriver if not found
20
echo "
Install
Python SDK"
21
sudo apt-get -y
install
python-dev
23
echo "
Install
Python virtualenv and pip tools for VTS host controller"
24
sudo apt-get -y
install
python-setuptools
25
sudo apt-get -y
install
python-pip
26
sudo apt-get -y
install
python-virtualenv
29
sudo pip
install
seleniu
/hardware/qcom/msm8998/json-c/
autogen.sh
2
autoreconf -v --
install
|| exit 1
/test/vti/test_serving/gae/script/
install-pip.sh
17
pip
install
-t lib -r requirements.txt
/external/autotest/client/deps/lansim/src/
Makefile
6
install
:
7
python setup.py
install
--
install
-platlib=$(INSTALL_PATH)
16
.PHONY: all
install
clean test
/external/kmod/testsuite/rootfs-pristine/test-modprobe/install-cmd-loop/etc/modprobe.d/
dumb-instal-loop.conf
0
install
mod-loop-b $MODPROBE --ignore-
install
mod-loop-b && { $MODPROBE --quiet mod-loop-a ; }
/external/selinux/libsemanage/
Makefile
13
install
:
14
$(MAKE) -C include
install
15
$(MAKE) -C src
install
16
$(MAKE) -C man
install
17
$(MAKE) -C utils
install
19
install
-pywrap:
20
$(MAKE) -C src
install
-pywrap
22
install
-rubywrap:
23
$(MAKE) -C src
install
-rubywrap
/external/deqp/targets/android/
install.sh
27
adb $*
install
-r dEQP.apk
/external/iproute2/man/man3/
Makefile
9
install
:
13
.PHONY:
install
clean distclean
/external/iproute2/man/man7/
Makefile
9
install
:
13
.PHONY:
install
clean distclean
/external/ltp/testcases/misc/math/float/bessel/
readme
14
$ make
install
/external/ltp/testcases/misc/math/float/exp_log/
readme
14
$ make
install
/external/ltp/testcases/misc/math/float/iperb/
README
14
$ make
install
Completed in 675 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>