| /frameworks/base/packages/PackageInstaller/res/values-tl/ |
| D | strings.xml | 20 <string name="install" msgid="711829760615509273">"I-install"</string> 23 <string name="installing" msgid="4921993079741206516">"Nag-i-install…"</string> 24 …<string name="installing_app" msgid="1165095864863849422">"Ini-install ang <xliff:g id="PACKAGE_LA… 25 <string name="install_done" msgid="5987363587661783896">"Na-install na ang app."</string> 26 …<string name="install_confirm_question" msgid="8176284075816604590">"Gusto mo bang i-install ang a… 27 …_confirm_question_update" msgid="7942235418781274635">"Gusto mo bang mag-install ng update sa dati… 28 …m_question_update_system" msgid="4713001702777910263">"Gusto mo bang mag-install ng update sa buil… 29 <string name="install_failed" msgid="5777824004474125469">"Hindi na-install ang app."</string> 30 …<string name="install_failed_blocked" msgid="8512284352994752094">"Na-block ang pag-install sa pac… 31 …<string name="install_failed_conflict" msgid="3493184212162521426">"Hindi na-install ang app dahil… [all …]
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/docker/ |
| D | Dockerfile | 4 # We install as many test dependencies here as we can, because these setup 26 # Install dotnet SDK based on https://www.microsoft.com/net/core#debian 28 RUN apt-get update && apt-get install -y curl libunwind8 gettext && \ 33 # Install dependencies. We start with the basic ones require to build protoc 35 RUN apt-get update && apt-get install -y \ 87 RUN pip install pip --upgrade 88 RUN pip install virtualenv tox yattag 93 # Install rvm 97 # Install Ruby 2.1, Ruby 2.2 and JRuby 1.7 98 RUN /bin/bash -l -c "rvm install ruby-2.1" [all …]
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
| D | tests.sh | 22 # Install GCC 4.8 to replace the default GCC 4.6. We need 4.8 for more 26 sudo apt-get install -qq g++-4.8 82 # Install latest version of Mono 87 sudo apt-get install -qq mono-devel referenceassemblies-pcl nunit 89 # Then install the dotnet SDK as per Ubuntu 14.04 instructions on dot.net. 93 sudo apt-get install -qq dotnet-dev-1.0.0-preview2-003121 115 # Install Go and the Go protobuf compiler plugin. 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 [all …]
|
| D | README.md | 17 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/base/core/tests/coretests/src/android/content/pm/ |
| D | PackageHelperTests.java | 166 1 /*install location*/, 1000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 172 1 /*install location*/, 1000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 178 1 /*install location*/, 1000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 184 1 /*install location*/, 1000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 194 1 /*install location*/, 1000000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 204 1 /*install location*/, 1000000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 214 1 /*install location*/, 1000000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 224 1 /*install location*/, 1000000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_SystemApp() 242 0 /*install location*/, 1000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_3rdParty_existing_not_too_big() 248 0 /*install location*/, 1000 /*size bytes*/, mockedInterface); in testResolveInstallVolumeInternal_3rdParty_existing_not_too_big() [all …]
|
| D | PackageManagerTests.java | 262 // We'll never get a broadcast since the package failed to install in invokeInstallPackage() 279 Log.w(TAG, "Failed to install package; path=" + inPath, e); in invokeInstallPackage() 280 fail("Failed to install package; path=" + inPath + ", e=" + e); in invokeInstallPackage() 305 Log.w(TAG, "Failed to install package; path=" + inPath, e); in invokeInstallPackageFail() 306 fail("Failed to install package; path=" + inPath + ", e=" + e); in invokeInstallPackageFail() 486 // TODO handle error. Install should have failed. in assertInstall() 487 fail("Install should have failed"); in assertInstall() 589 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp, false, -1, in sampleInstallFromRawResource() 697 * PackageManager api to install it. 736 * PackageManager api to install it. [all …]
|
| /frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
| D | InstallerConstants.java | 37 /** The install did not complete because could not create PackageInstaller session */ 39 /** The install did not complete because could not open PackageInstaller session */ 41 /** The install did not complete because could not open PackageInstaller output stream */ 43 /** The install did not complete because of an exception while streaming bytes */ 45 /** The install did not complete because of an unexpected exception from PackageInstaller */ 47 /** The install did not complete because of an unexpected userActionRequired callback */ 49 /** The install did not complete because of an unexpected broadcast (missing fields) */ 51 /** The install did not complete because of an error while copying from downloaded file */ 53 /** The install did not complete because of an error while copying to the PackageInstaller 56 /** The install did not complete because of an error while closing the PackageInstaller
|
| /frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/ |
| D | RollbackTest.java | 125 // Install v1 of the app (without rollbacks enabled). in testBasic() 126 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() 343 // Install v1 of the app (without rollbacks enabled). in testRollbackExpiresAfterLifetime() [all …]
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
| D | README.md | 39 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) 98 5) Install: 100 $ python setup.py install 104 $ (cd .. && make install) [all …]
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
| D | install.cmake | 11 install(TARGETS ${_library} EXPORT protobuf-targets 17 install(TARGETS protoc EXPORT protobuf-targets 36 install(FILES "${_extract_from}" 66 # Install well-known type proto files 73 install(FILES "${_file_from}" 84 # Install configuration 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}/ 119 option(protobuf_INSTALL_EXAMPLES "Install the examples folder" OFF) [all …]
|
| D | README.md | 29 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 217 You can also build project *INSTALL* from Visual Studio solution. 220 This will create the following folders under the *install* location: 250 do NOT install libprotobuf.dll or libprotoc.dll to any shared location. [all …]
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
| D | README.md | 23 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/opt/gamesdk/third_party/protobuf-3.0.0/java/ |
| D | README.md | 16 1) Install Apache Maven if you don't have it: 21 the toplevel [README.md](../README.md)). If you install a binary 37 4) Install the library into your Maven repository: 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 84 4) Install the classes wherever you prefer.
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ |
| D | README.md | 8 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 69 * Install JRuby via rbenv or RVM 73 Then install the required Ruby gems: 75 $ gem install bundler 82 $ gem install `ls pkg/google-protobuf-*.gem`
|
| D | travis-test.sh | 11 "rvm install $version && rvm use $version && \ 13 gem install bundler && bundle && \ 17 "rvm install $version && rvm use $version && \ 19 gem install bundler && bundle && \
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/protoc-artifacts/ |
| D | Dockerfile | 3 RUN yum install -y git \ 16 # Install Java 8 23 # Install Maven 28 # Install GCC 4.7 to support -static-libstdc++ 33 RUN yum install -y devtoolset-1.1 \
|
| D | README.md | 8 would not need to compile and install ``protoc`` for their systems. 19 Install [Apache Maven](http://maven.apache.org/) if you don't have it. 36 ## To install artifacts locally 37 The following command will install the ``protoc`` artifact to your local Maven repository. 39 $ mvn install 60 $ mvn install -Dos.detected.arch=x86_32
|
| /frameworks/base/core/java/android/app/timezone/ |
| D | Callback.java | 49 * Indicates an install / uninstall did not fully succeed for an unknown reason. 54 * Indicates an install failed because of a structural issue with the provided distro, 60 * Indicates an install failed because of a versioning issue with the provided distro, 66 * Indicates an install failed because the rules provided are too old for the device, 72 * Indicates an install failed because the distro contents failed validation.
|
| /frameworks/base/packages/PackageInstaller/res/values-en-rIN/ |
| D | strings.xml | 20 <string name="install" msgid="711829760615509273">"Install"</string> 26 …<string name="install_confirm_question" msgid="8176284075816604590">"Do you want to install this a… 27 …all_confirm_question_update" msgid="7942235418781274635">"Do you want to install an update to this… 28 …firm_question_update_system" msgid="4713001702777910263">"Do you want to install an update to this… 42 …striction_dlg_text" msgid="2154119597001074022">"This user is not allowed to install apps"</string> 80 …<string name="wear_not_allowed_dlg_text" msgid="704615521550939237">"Install/uninstall actions not… 83 …="6539403649459942547">"For your security, your tablet is not allowed to install unknown apps from… 84 …sgid="1206648674551321364">"For your security, your TV is not allowed to install unknown apps from… 85 …d="7279739265754475165">"For your security, your phone is not allowed to install unknown apps from…
|
| /frameworks/base/packages/PackageInstaller/res/values-en-rAU/ |
| D | strings.xml | 20 <string name="install" msgid="711829760615509273">"Install"</string> 26 …<string name="install_confirm_question" msgid="8176284075816604590">"Do you want to install this a… 27 …all_confirm_question_update" msgid="7942235418781274635">"Do you want to install an update to this… 28 …firm_question_update_system" msgid="4713001702777910263">"Do you want to install an update to this… 42 …striction_dlg_text" msgid="2154119597001074022">"This user is not allowed to install apps"</string> 80 …<string name="wear_not_allowed_dlg_text" msgid="704615521550939237">"Install/uninstall actions not… 83 …="6539403649459942547">"For your security, your tablet is not allowed to install unknown apps from… 84 …sgid="1206648674551321364">"For your security, your TV is not allowed to install unknown apps from… 85 …d="7279739265754475165">"For your security, your phone is not allowed to install unknown apps from…
|
| /frameworks/base/packages/PackageInstaller/res/values-en-rXC/ |
| D | strings.xml | 20 … name="install" msgid="711829760615509273">"… 26 …Do you want to install this application?… 27 …Do you want to install an update to this… 28 …Do you want to install an update to this… 42 …This user is not allowed to install apps"</stri… 80 …Install/Uninstall actions… 83 …For your security, your tablet is not allowed to install unknown apps from… 84 …For your security, your TV is not allowed to install unknown apps from… 85 …For your security, your phone is not allowed to install unknown apps from…
|
| /frameworks/base/packages/PackageInstaller/res/values-en-rCA/ |
| D | strings.xml | 20 <string name="install" msgid="711829760615509273">"Install"</string> 26 …<string name="install_confirm_question" msgid="8176284075816604590">"Do you want to install this a… 27 …all_confirm_question_update" msgid="7942235418781274635">"Do you want to install an update to this… 28 …firm_question_update_system" msgid="4713001702777910263">"Do you want to install an update to this… 42 …striction_dlg_text" msgid="2154119597001074022">"This user is not allowed to install apps"</string> 80 …<string name="wear_not_allowed_dlg_text" msgid="704615521550939237">"Install/uninstall actions not… 83 …="6539403649459942547">"For your security, your tablet is not allowed to install unknown apps from… 84 …sgid="1206648674551321364">"For your security, your TV is not allowed to install unknown apps from… 85 …d="7279739265754475165">"For your security, your phone is not allowed to install unknown apps from…
|
| /frameworks/base/packages/PackageInstaller/res/values-en-rGB/ |
| D | strings.xml | 20 <string name="install" msgid="711829760615509273">"Install"</string> 26 …<string name="install_confirm_question" msgid="8176284075816604590">"Do you want to install this a… 27 …all_confirm_question_update" msgid="7942235418781274635">"Do you want to install an update to this… 28 …firm_question_update_system" msgid="4713001702777910263">"Do you want to install an update to this… 42 …striction_dlg_text" msgid="2154119597001074022">"This user is not allowed to install apps"</string> 80 …<string name="wear_not_allowed_dlg_text" msgid="704615521550939237">"Install/uninstall actions not… 83 …="6539403649459942547">"For your security, your tablet is not allowed to install unknown apps from… 84 …sgid="1206648674551321364">"For your security, your TV is not allowed to install unknown apps from… 85 …d="7279739265754475165">"For your security, your phone is not allowed to install unknown apps from…
|
| /frameworks/base/packages/PackageInstaller/res/values/ |
| D | strings.xml | 22 <string name="install">Install</string> 35 <string name="install_confirm_question">Do you want to install this application?</string> 37 <string name="install_confirm_question_update">Do you want to install an update 41 <string name="install_confirm_question_update_system">Do you want to install an update 82 …<string name="install_apps_user_restriction_dlg_text">This user is not allowed to install apps</st… 177 …<!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear.… 179 …<!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear.… 180 … <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string> 192 …rning" product="tablet">For your security, your tablet is not allowed to install unknown apps from… 195 …ource_warning" product="tv">For your security, your TV is not allowed to install unknown apps from… [all …]
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageManagerShellCommand.java | 168 case "install": in onCommand() 170 case "install-abandon": in onCommand() 171 case "install-destroy": in onCommand() 173 case "install-commit": in onCommand() 175 case "install-create": in onCommand() 177 case "install-remove": in onCommand() 179 case "install-write": in onCommand() 181 case "install-existing": in onCommand() 183 case "set-install-location": in onCommand() 185 case "get-install-location": in onCommand() [all …]
|