Searched full:install (Results 1 – 25 of 11740) sorted by relevance
12345678910>>...470
25 <install-in-user-type package="com.android.experimentalcar">26 <install-in user-type="SYSTEM" />27 </install-in-user-type>29 <install-in-user-type package="com.android.car.scriptexecutor">30 <install-in user-type="SYSTEM"/>31 </install-in-user-type>34 <install-in-user-type package="com.android.car.cluster.home">35 <install-in user-type="SYSTEM" />36 </install-in-user-type>40 <install-in-user-type package="com.android.remoteprovisioner">[all …]
20 <install-in-user-type package="com.android.internal.display.cutout.emulation.corner">21 <install-in user-type="FULL" />22 </install-in-user-type>23 <install-in-user-type package="com.android.internal.display.cutout.emulation.double">24 <install-in user-type="FULL" />25 </install-in-user-type>26 <install-in-user-type package="com.android.internal.display.cutout.emulation.hole">27 <install-in user-type="FULL" />28 </install-in-user-type>29 <install-in-user-type package="com.android.internal.display.cutout.emulation.tall">[all …]
49 <install-in-user-type package="com.android.example">50 <install-in user-type="SYSTEM" />51 </install-in-user-type>57 <install-in-user-type package="com.android.example">58 <install-in user-type="FULL" />59 <install-in user-type="PROFILE" />60 </install-in-user-type>66 <install-in-user-type package="com.android.example">67 <install-in user-type="FULL" />68 </install-in-user-type>[all …]
25 <install-in-user-type package="com.android.car.developeroptions">26 <install-in user-type="FULL" />27 <install-in user-type="SYSTEM" />28 </install-in-user-type>29 <install-in-user-type package="com.android.phone">30 <install-in user-type="FULL" />31 <install-in user-type="SYSTEM" />32 </install-in-user-type>33 <install-in-user-type package="com.android.systemui">34 <install-in user-type="FULL" />[all …]
25 <install-in-user-type package="com.android.car.developeroptions">26 <install-in user-type="FULL" />27 <install-in user-type="SYSTEM" />28 </install-in-user-type>29 <install-in-user-type package="com.android.localtransport">30 <install-in user-type="FULL" />31 <install-in user-type="SYSTEM" />32 </install-in-user-type>33 <install-in-user-type package="com.android.phone">34 <install-in user-type="FULL" />[all …]
... android/incfs/ com/android/incfs/install/ com/android/incfs/install/IBlockFilter
167 // Install library dependency in doTestInstallSharedLibrary()168 assertNull(install(STATIC_LIB_PROVIDER_RECURSIVE_APK)); in doTestInstallSharedLibrary()169 // Install version 1 in doTestInstallSharedLibrary()170 assertNull(install(STATIC_LIB_PROVIDER1_APK)); in doTestInstallSharedLibrary()171 // Install version 2 in doTestInstallSharedLibrary()172 assertNull(install(STATIC_LIB_PROVIDER2_APK)); in doTestInstallSharedLibrary()201 // Install version 1 - should fail - no dependency in doTestCannotInstallSharedLibraryWithMissingDependency()202 assertNotNull(install(STATIC_LIB_PROVIDER1_APK)); in doTestCannotInstallSharedLibraryWithMissingDependency()212 // Install library dependency in testLoadCodeAndResourcesFromSharedLibraryRecursively()213 assertNull(install(STATIC_LIB_PROVIDER_RECURSIVE_APK)); in testLoadCodeAndResourcesFromSharedLibraryRecursively()[all …]
19 pip2 install -U pip==18.120 pip3 install -U pip==18.122 pip2 install wheel==0.31.123 pip3 install wheel==0.31.125 # Install last working version of setuptools. This must happen before we install27 pip2 install --upgrade setuptools==39.1.028 pip3 install --upgrade setuptools==39.1.030 pip2 install virtualenv31 pip3 install virtualenv33 # Install six.[all …]
16 # Install packages required by Python3.6 build27 # Install python dep28 apt-get install python-dev29 # Install bz2 dep30 apt-get install libbz2-dev31 # Install curses dep32 apt-get install libncurses5 libncurses5-dev33 apt-get install libncursesw5 libncursesw5-dev34 # Install readline dep35 apt-get install libreadline6 libreadline6-dev[all …]
24 # Install pip packages from whl files to avoid the time-consuming process of29 pip3 install wheel==0.31.131 # Install last working version of setuptools. This must happen before we install33 pip3 install --upgrade setuptools==39.1.035 pip3 install virtualenv37 # Install six and future.38 pip3 install --upgrade six==1.12.039 pip3 install "future>=0.17.1"41 # Install absl-py.42 pip3 install --upgrade absl-py[all …]
72 To install:76 sudo apt-get install -y bpfcc-tools libbpfcc libbpfcc-dev linux-headers-$(uname -r)96 sudo apt-get install bpfcc-tools linux-headers-$(uname -r)107 used to satisfy dependencies. For example, should one attempt to install package `foo`109 `foo` should install without trouble as `libbcc` declares that it provides `libbpfcc`.118 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)127 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)136 You can install them via139 sudo dnf install bcc151 Ensure that you are running a 4.2+ kernel with `uname -r`. If not, install a 4.2+ kernel from[all …]
17 package com.android.cts.install.lib;36 * Builder class for installing test apps and creating install sessions.38 public class Install { class39 // The collection of apps to be installed with parameters inherited from parent Install object.41 // The collection of apps to be installed with parameters independent of parent Install object.42 private final Install[] mChildInstalls;43 // Indicates whether Install represents a multiPackage install.61 private Install(boolean isMultiPackage, TestApp... testApps) { in Install() method in Install64 mChildInstalls = new Install[0]; in Install()67 private Install(boolean isMultiPackage, Install... installs) { in Install() method in Install[all …]
32 - name: install toolchain40 sudo apt-get install -y --no-install-recommends clang-14; \42 - name: install prerequisites45 sudo apt-get install -y --no-install-recommends \65 sudo make install72 sudo make install82 sudo make install105 - name: install prerequisites108 sudo apt-get install -y --no-install-recommends \134 sudo make install[all …]
118 94:94:void install(android.content.Context) -> install119 95:95:void install(android.content.Context) -> install120 96:96:void install(android.content.Context) -> install121 97:97:void install(android.content.Context) -> install122 100:100:void install(android.content.Context) -> install123 106:106:void install(android.content.Context) -> install124 107:107:void install(android.content.Context) -> install125 108:108:void install(android.content.Context) -> install126 110:110:void install(android.content.Context) -> install127 113:113:void install(android.content.Context) -> install[all …]
47 sudo apt-get install --no-install-recommends -y \54 sudo apt-get install --no-install-recommends -y build-essential ninja-build cmake56 sudo apt-get install --no-install-recommends -y rsyslog59 sudo apt-get install --no-install-recommends -y dbus libdbus-1-dev62 …sudo apt-get install --no-install-recommends -y libavahi-client3 libavahi-common-dev libavahi-clie…68 sudo apt-get install --no-install-recommends -y avahi-daemon84 && make os=linux tls=no && sudo make install os=linux tls=no)87 …sudo apt-get install --no-install-recommends -y libboost-dev libboost-filesystem-dev libboost-syst…91 [ "$NAT64_SERVICE" != "tayga" ] || sudo apt-get install --no-install-recommends -y tayga92 sudo apt-get install --no-install-recommends -y iptables[all …]
1 install title4 Specify rules to run at install time.11 install(`TARGETS`_ <target>... [...])12 install(`IMPORTED_RUNTIME_ARTIFACTS`_ <target>... [...])13 install({`FILES`_ | `PROGRAMS`_} <file>... [...])14 install(`DIRECTORY`_ <dir>... [...])15 install(`SCRIPT`_ <file> [...])16 install(`CODE`_ <code> [...])17 install(`EXPORT`_ <export-name> [...])18 install(`RUNTIME_DEPENDENCY_SET`_ <set-name> [...])[all …]
91 <p class="firstline">Requests to install the latest version of an app to a device. If the app is al…106 …installId: string, The ID of the product represented by the install, e.g. "app:com.google.and…122 …installId: string, The ID of the product represented by the install, e.g. "app:com.google.and…131 …install is pending). The API can be used to create an install resource using the update method. Th…132 …allState": "A String", # Install state. The state "installPending" means …133 …"productId": "A String", # The ID of the product that the install is for. For …134 …# The version of the installed product. Guaranteed to be set only if the install state is "in…155 …"install": [ # An installation of an app for a user on a specific device. The existence …156 …install is pending). The API can be used to create an install resource using the update method. Th…157 …allState": "A String", # Install state. The state "installPending" means …[all …]
21 <install-in-user-type package="com.android.inputmethod.latin">22 <install-in user-type="SYSTEM" />23 <install-in user-type="FULL" />24 <install-in user-type="PROFILE" />25 </install-in-user-type>28 <install-in-user-type package="com.android.calendar">29 <install-in user-type="FULL" />30 <install-in user-type="PROFILE" />31 <do-not-install-in user-type="android.os.usertype.profile.CLONE" />32 <do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />[all …]