Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 34) sorted by relevance

12

/tools/test/openhst/
Dstart_venv.sh16 python -m pip install wheel
17 python -m pip install requests
18 python -m pip install --upgrade requests
19 python -m pip install -r requirements.txt
DMakefile51 py -m pip install --upgrade pip
58 brew install sox
62 sudo apt-get install sox
DREADME.md32 1. pyenv install 3.6.8
42 1. install python3.7.5
45 1. pip3 install -r requirements.txt
/tools/ndkports/
DDockerfile4 RUN apt-get install -y curl
5 RUN apt-get install -y ninja-build
6 RUN apt-get install -y python3-pip
7 RUN pip3 install meson
DREADME.md16 where to fetch the source, apply any patches needed, build, install, and package
/tools/treble/hacksaw/
DREADME.md91 ## How do I install it?
93 Building hacksaw requires [golang to be installed](https://golang.org/doc/install).
94 To install the hacksaw client run the following:
100 This will install hacksaw to ~/go/bin/hacksaw. You may choose to copy that
126 If you would like to avoid using sudo you may install hacksawd as explained below.
131 The provided install script will install to your system
137 sudo ~/go/src/android.googlesource.com/platform/tools/treble.git/hacksaw/scripts/install-service.sh
/tools/test/connectivity/acts_tests/
Dsetup.py26 from setuptools.command.install import install
61 class ActsContribInstall(install):
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DPort.kt170 install( in installDirectoryForPort()
279 open fun install( in installDirectoryForPort() method in com.android.ndkports.Port
DAutoconfPort.kt66 override fun install( method in com.android.ndkports.AutoconfPort
DMesonPort.kt90 override fun install( method in com.android.ndkports.MesonPort
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_rotate.txt149 unset later when the install base is as migrated as it
179 These options enable you to install additional Java Crypto Architecture (JCA)
191 --provider-pos Position / priority at which to install this provider in
Dhelp_lineage.txt4 This can be used to revoke capabilities of a previous signing certificate once the install base
146 unset later when the install base is as migrated as it
Dhelp_sign.txt220 These options enable you to install additional Java Crypto Architecture (JCA)
232 --provider-pos Position / priority at which to install this provider in
/tools/test/connectivity/acts/
DREADME.md75 On Ubuntu, sudo apt-get install python3.4 python3-setuptools
76 2. Run "python3.4 setup.py install" with elevated permissions
/tools/test/connectivity/tools/
Dcreate_virtualenv.sh3 python3 -m pip install virtualenv
/tools/ndkports/ports/openssl/
Dport.kts78 override fun install( method
/tools/asuite/atest/
Drun_atest_unittests.sh59 $PIP install -U --user $mod
/tools/asuite/aidegen/
Drun_tests.sh74 eval "$cmd" >/dev/null || { echo Failed to install $module; exit 1; }
/tools/asuite/asuite_plugin/
DREADME.md5 #### How to build/install the plugin
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner.py70 self.android_device.adb.install(
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/
Dota_runner_test.py83 self.assertTrue(device.adb.install.called)
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS22 How to install:
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md102 NetworkSecurityConfigProvider.install
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py107 ad.adb.install("-r %s" % account_util, timeout=300, ignore_status=True)
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py90 ad.adb.install("%s" % cbrtestapk)

12