Home
last modified time | relevance | path

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

12345

/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/
DRollbackTest.java126 RollbackTestUtils.install("RollbackTestAppAv1.apk", false); in testBasic()
130 RollbackTestUtils.install("RollbackTestAppAv2.apk", true); in testBasic()
180 RollbackTestUtils.install("RollbackTestAppAv1.apk", false); in testAvailableRollbackPersistence()
181 RollbackTestUtils.install("RollbackTestAppAv2.apk", true); in testAvailableRollbackPersistence()
185 RollbackTestUtils.install("RollbackTestAppBv1.apk", false); in testAvailableRollbackPersistence()
186 RollbackTestUtils.install("RollbackTestAppBv2.apk", true); in testAvailableRollbackPersistence()
285 RollbackTestUtils.install("RollbackTestAppAv1.apk", false); in testRecentlyCommittedRollbackPersistence()
286 RollbackTestUtils.install("RollbackTestAppAv2.apk", true); in testRecentlyCommittedRollbackPersistence()
344 RollbackTestUtils.install("RollbackTestAppAv1.apk", false); in testRollbackExpiresAfterLifetime()
348 RollbackTestUtils.install("RollbackTestAppAv2.apk", true); in testRollbackExpiresAfterLifetime()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dtests.sh26 sudo apt-get install -qq g++-4.8
87 sudo apt-get install -qq mono-devel referenceassemblies-pcl nunit
93 sudo apt-get install -qq dotnet-dev-1.0.0-preview2-003121
117 on_travis sudo apt-get install -qq golang
133 on_travis sudo apt-get install openjdk-7-jdk
139 sudo apt-get install python-software-properties # for apt-add-repository
143 yes | sudo apt-get install oracle-java7-installer
178 cd java && $MVN test && $MVN install
216 sudo pip install tox
220 sudo apt-get install -y python-software-properties # for apt-add-repository
[all …]
DREADME.md17 This README file contains protobuf installation instructions. To install
18 protobuf, you need to install the protocol compiler (used to compile .proto
25 the [C++ Installation Instructions](src/README.md) to install protoc along
28 For non-C++ users, the simplest way to install the protocol compiler is to
55 how to install protobuf runtime for that specific language:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/docker/
DDockerfile4 # We install as many test dependencies here as we can, because these setup
28 RUN apt-get update && apt-get install -y curl libunwind8 gettext && \
35 RUN apt-get update && apt-get install -y \
87 RUN pip install pip --upgrade
88 RUN pip install virtualenv tox yattag
98 RUN /bin/bash -l -c "rvm install ruby-2.1"
99 RUN /bin/bash -l -c "rvm install ruby-2.2"
100 RUN /bin/bash -l -c "rvm install jruby-1.7"
103 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
120 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
DREADME.md39 If you would rather install it manually, you may do so by following
44 3) Build the C++ code, or install a binary distribution of protoc. If
45 you install a binary distribution, make sure that it is the same
65 You can either unlink homebrew's protobuf or install the libprotobuf you
70 $ (cd .. && make install)
75 install libprotobuf you built earlier, or set LD_LIBRARY_PATH:
79 $ (cd .. && make install)
100 $ python setup.py install
104 $ (cd .. && make install)
105 $ python setup.py install --cpp_implementation
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dinstall.cmake11 install(TARGETS ${_library} EXPORT protobuf-targets
17 install(TARGETS protoc EXPORT protobuf-targets
36 install(FILES "${_extract_from}"
73 install(FILES "${_file_from}"
85 set(_cmakedir_desc "Directory relative to CMAKE_INSTALL to install the cmake configuration files")
108 install(EXPORT protobuf-targets
113 install(DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_CMAKEDIR}/
121 install(DIRECTORY ../examples/ DESTINATION examples
DREADME.md29 C:\Path\to>mkdir install
109 -DCMAKE_INSTALL_PREFIX=../../../../install ^
119 -DCMAKE_INSTALL_PREFIX=../../../../install ^
128 -DCMAKE_INSTALL_PREFIX=../../../../install ^
209 To install protobuf to the specified *install* folder:
211 C:\Path\to\protobuf\cmake\build\release>nmake install
215 C:\Path\to\protobuf\cmake\build\debug>nmake install
220 This will create the following folders under the *install* location:
250 do NOT install libprotobuf.dll or libprotoc.dll to any shared location.
252 own install directory. C++ makes it very difficult to maintain binary
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DREADME.md23 On Ubuntu, you can install them with:
25 $ sudo apt-get install autoconf automake libtool curl make g++ unzip
28 install them before proceeding.
42 To build and install the C++ Protocol Buffer runtime and the Protocol
48 $ sudo make install
51 If "make check" fails, you can still install, but it is likely that
60 **Hint on install location**
64 You can add it, but it may be easier to just install to /usr
113 to install Xcode from the Mac AppStore and then run the following command from
116 $ sudo xcode-select --install
[all …]
/frameworks/base/core/tests/coretests/src/android/net/
DSSLSessionCacheTest.java46 SSLSessionCache.install(new SSLSessionCache(mock), ctx); in testInstall_compatibleContext()
49 SSLSessionCache.install(null, ctx); in testInstall_compatibleContext()
56 SSLSessionCache.install( in testInstall_incompatibleContext()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/
DREADME.md8 install protoc as well to have Ruby code generation functionality.
15 install it as you would any other gem:
17 $ gem install [--prerelease] google-protobuf
26 also want to install Protocol Buffers itself, as described in this repository's
73 Then install the required Ruby gems:
75 $ gem install bundler
82 $ gem install `ls pkg/google-protobuf-*.gem`
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/
DREADME.md21 the toplevel [README.md](../README.md)). If you install a binary
39 $ mvn install
48 The above instructions will install 3 maven artifacts:
63 If you would rather not install Maven to build the library, you may
65 running unit tests and only describes how to install the core protobuf
69 you install a binary distribution, make sure that it is the same
/frameworks/base/core/tests/BTtraffic/
DREADME19 On both the server and client device, install the 2 apk:
20 $ adb install $OUT/system/app/bttraffic/bttraffic.apk
21 $ adb install $OUT/system/app/svcmonitor/svcmonitor.apk
/frameworks/base/tests/HierarchyViewerTest/
Drun_tests.sh3 adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk
/frameworks/multidex/library/src/androidx/multidex/
DMultiDexApplication.java39 MultiDex.install(this); in attachBaseContext()
DMultiDex.java93 public static void install(Context context) { in install() method in MultiDex
365 V19.install(loader, files, dexDir); in installSecondaryDexes()
367 V14.install(loader, files); in installSecondaryDexes()
369 V4.install(loader, files); in installSecondaryDexes()
517 static void install(ClassLoader loader, in install() method in MultiDex.V19
666 static void install(ClassLoader loader, in install() method in MultiDex.V14
745 static void install(ClassLoader loader, in install() method in MultiDex.V4
/frameworks/base/core/java/android/view/
DIInputFilter.aidl29 void install(IInputFilterHost host); in install() method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt10 You must install the protobuf package before you can build these.
38 First, install the Protocol Buffers compiler (protoc).
39 Then, install the Go Protocol Buffers plugin
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/
DPodfile-static4 install! 'cocoapods', :deterministic_uuids => false
DPodfile-framework4 install! 'cocoapods', :deterministic_uuids => false
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/
DPodfile-static4 install! 'cocoapods', :deterministic_uuids => false
DPodfile-framework4 install! 'cocoapods', :deterministic_uuids => false
/frameworks/base/lowpan/tests/
Druntests.sh22 adb install -r -g "$OUT/data/app/FrameworksLowpanApiTests/FrameworksLowpanApiTests.apk"
/frameworks/base/core/tests/utiltests/
Druntests.sh22 adb install -r -g "$OUT/data/app/FrameworksUtilTests/FrameworksUtilTests.apk"
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/protoc-artifacts/
DDockerfile3 RUN yum install -y git \
33 RUN yum install -y devtoolset-1.1 \
/frameworks/opt/calendar/
DREADME4 adb install -r $OUT/data/app/CalendarCommonTests.apk

12345