/tools/test/openhst/ |
D | start_venv.sh | 16 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
|
D | Makefile | 51 py -m pip install --upgrade pip 58 brew install sox 62 sudo apt-get install sox
|
D | README.md | 32 1. pyenv install 3.6.8 42 1. install python3.7.5 45 1. pip3 install -r requirements.txt
|
/tools/ndkports/ |
D | Dockerfile | 4 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
|
D | README.md | 16 where to fetch the source, apply any patches needed, build, install, and package
|
/tools/treble/hacksaw/ |
D | README.md | 91 ## 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/ |
D | setup.py | 26 from setuptools.command.install import install 61 class ActsContribInstall(install):
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Port.kt | 170 install( in installDirectoryForPort() 279 open fun install( in installDirectoryForPort() method in com.android.ndkports.Port
|
D | AutoconfPort.kt | 66 override fun install( method in com.android.ndkports.AutoconfPort
|
D | MesonPort.kt | 90 override fun install( method in com.android.ndkports.MesonPort
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_rotate.txt | 149 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
|
D | help_lineage.txt | 4 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
|
D | help_sign.txt | 220 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/ |
D | README.md | 75 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/ |
D | create_virtualenv.sh | 3 python3 -m pip install virtualenv
|
/tools/ndkports/ports/openssl/ |
D | port.kts | 78 override fun install( method
|
/tools/asuite/atest/ |
D | run_atest_unittests.sh | 59 $PIP install -U --user $mod
|
/tools/asuite/aidegen/ |
D | run_tests.sh | 74 eval "$cmd" >/dev/null || { echo Failed to install $module; exit 1; }
|
/tools/asuite/asuite_plugin/ |
D | README.md | 5 #### How to build/install the plugin
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/ |
D | ota_runner.py | 70 self.android_device.adb.install(
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/ |
D | ota_runner_test.py | 83 self.assertTrue(device.adb.install.called)
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 22 How to install:
|
/tools/trebuchet/trebuchet/startup-analyzer/ |
D | README.md | 102 NetworkSecurityConfigProvider.install
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveProjectFiTest.py | 107 ad.adb.install("-r %s" % account_util, timeout=300, ignore_status=True)
|
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/ |
D | CellBroadcastTest.py | 90 ad.adb.install("%s" % cbrtestapk)
|