Home
last modified time | relevance | path

Searched refs:System (Results 1 – 10 of 10) sorted by relevance

/build/make/tools/signtos/
DSignTos.java78 System.out.print("Enter password for " + keyFile + " (password will not be hidden): "); in readPassword()
79 System.out.flush(); in readPassword()
80 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword()
118 System.err.println("signapk: Password for " + keyFile + " may be bad."); in decryptPrivateKey()
170 System.exit(1); in loadProviderIfNecessary()
182 System.err.println("No zero-arg constructor found for " + providerClassName); in loadProviderIfNecessary()
183 System.exit(1); in loadProviderIfNecessary()
192 System.exit(1); in loadProviderIfNecessary()
196 System.err.println("Not a Provider class: " + providerClassName); in loadProviderIfNecessary()
197 System.exit(1); in loadProviderIfNecessary()
[all …]
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java203 if ((console = System.console()) == null) { in readPassword()
204 System.out.print("Enter password for " + keyFile + " (password will not be hidden): "); in readPassword()
205 System.out.flush(); in readPassword()
206 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword()
251 System.err.println("signapk: Password for " + keyFile + " may be bad."); in decryptPrivateKey()
890 System.exit(1); in loadProviderIfNecessary()
902 System.err.println("No zero-arg constructor found for " + providerClassName); in loadProviderIfNecessary()
903 System.exit(1); in loadProviderIfNecessary()
912 System.exit(1); in loadProviderIfNecessary()
916 System.err.println("Not a Provider class: " + providerClassName); in loadProviderIfNecessary()
[all …]
/build/make/
DREADME.md1 # Android Make Build System
3 This is the Makefile-based portion of the Android Build System.
DChanges.md1 # Build System Changes for Android.mk Writers
7 System properties for each of the partition is supposed to be set via following
62 System properties can now be set as optional using the new syntax:
/build/make/core/
Dlocal_systemsdk.mk60System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported…
Dboard_config.mk708 …$(error System SDK versions '$(_unsupported_systemsdk_versions)' in BOARD_SYSTEMSDK_VERSIONS are n…
/build/blueprint/
DREADME.md1 Blueprint Build System
/build/make/core/tasks/
Dsdk-addon.mk126 @echo Packaging SDK Addon System-Image: $@
/build/soong/docs/
Dbest_practices.md1 # Build System Best Practices
55 when the VNDK is enabled, System modules in Make cannot declare or use them
/build/soong/java/
Dsdk_library.go450 System ApiScopeProperties member