Home
last modified time | relevance | path

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

12345

/system/media/camera/docs/
DREADME.md18 sudo apt-get install python-mako
19 sudo apt-get install python-bs4
20 sudo apt-get install python-markdown
21 sudo apt-get install tidy
22 sudo apt-get install libxml2-utils #xmllint
25 sudo port install py27-beautifulsoup4
26 sudo port install py27-mako
27 sudo port install py27-markdown
28 sudo port install tidy
29 sudo port install libxml2 #xmllint
/system/bt/gd/
Dsetup.py22 from setuptools.command.install import install
61 class InstallLocalPackagesForInstallation(install):
63 user_options = install.user_options + [
66 boolean_options = install.boolean_options + ['reuse-acts']
69 install.initialize_options(self)
81 install.run(self)
/system/bt/gd/cert/
Dset_up_virtualenv.sh56 sudo apt-get install python3.8-dev
61 sudo apt-get install python3-pip
88 pip3 install --user --upgrade virtualenv > /dev/null 2>&1
127 $CERT_TEST_VENV/bin/python $CERT_TEST_VENV/acts/setup.py install
/system/sepolicy/prebuilts/api/29.0/private/
Dapex_test_prepostinstall.te1 # APEX pre- & post-install test.
3 # Allow to run pre- and post-install hooks for APEX test modules
/system/sepolicy/prebuilts/api/30.0/private/
Dapex_test_prepostinstall.te1 # APEX pre- & post-install test.
3 # Allow to run pre- and post-install hooks for APEX test modules
/system/sepolicy/private/
Dapex_test_prepostinstall.te1 # APEX pre- & post-install test.
3 # Allow to run pre- and post-install hooks for APEX test modules
/system/extras/simpleperf/demo/
DREADME.md49 1. Build and install the application:
58 $ adb install -r app/build/outputs/apk/app-profiling.apk
81 1. Build and install the application:
90 $ adb install -r app/build/outputs/apk/profiling/app-profiling.apk
113 1. Build and install the application:
122 $ adb install -r app/build/outputs/apk/profiling/app-profiling.apk
145 1. Build and install the application:
154 $ adb install -r app/build/outputs/apk/debug/app-debug.apk
/system/update_engine/update_payload_key/
DREADME2 baked into the system image as part of update_engine install.
/system/tools/aidl/
Drun_integration_tests.sh30 adb install -r \
/system/core/adb/client/
Dincremental.h32 std::optional<Process> install(const Files& files, const Args& passthrough_args, bool silent);
/system/sepolicy/prebuilts/api/28.0/public/
Dephemeral_app.te12 ### PackageManager flags an app as ephemeral at install time.
Dinstall_recovery.te7 # /system/bin/install-recovery.sh is a shell script.
/system/sepolicy/prebuilts/api/29.0/public/
Dephemeral_app.te12 ### PackageManager flags an app as ephemeral at install time.
Dinstall_recovery.te7 # /system/bin/install-recovery.sh is a shell script.
/system/sepolicy/prebuilts/api/27.0/public/
Dephemeral_app.te12 ### PackageManager flags an app as ephemeral at install time.
Dinstall_recovery.te7 # /system/bin/install-recovery.sh is a shell script.
/system/sepolicy/prebuilts/api/30.0/public/
Dephemeral_app.te12 ### PackageManager flags an app as ephemeral at install time.
/system/sepolicy/public/
Dephemeral_app.te12 ### PackageManager flags an app as ephemeral at install time.
/system/sepolicy/prebuilts/api/26.0/public/
Dephemeral_app.te12 ### PackageManager flags an app as ephemeral at install time.
Dinstall_recovery.te7 # /system/bin/install-recovery.sh is a shell script.
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DStagedDistroOperation.java35 public static StagedDistroOperation install(DistroVersion distroVersion) { in install() method in StagedDistroOperation
/system/memory/libmemunreachable/
DHeapWalker.h66 sigsegv_handler_.install(
70 sigbus_handler_.install(
/system/tools/aidl/tests/java_app/
DREADME9 $ adb install -r <path-to-APK-in-out-directory>
/system/bt/build/
Dinstall_deps.sh49 sudo apt-get -y install $CLANG_PACKAGE libevent-dev libc++-dev libc++abi-dev \
/system/sepolicy/vendor/
Dvendor_install_recovery.te8 # /vendor/bin/install-recovery.sh is a shell script.

12345