/build/make/tools/product_config/src/com/android/build/config/ |
D | Main.java | 44 System.out.println(); in run() 45 System.out.println("======================================="); in run() 46 System.out.println("PRODUCT CONFIG FILES : " + makeConfig.getPhase()); in run() 47 System.out.println("======================================="); in run() 48 makeConfig.printToStream(System.out); in run() 55 System.out.println("======================"); in run() 56 System.out.println("REGENERATED MAKE FILES"); in run() 57 System.out.println("======================"); in run() 58 MakeWriter.write(System.out, generic, 0); in run() 64 System.out.println("======================="); in run() [all …]
|
D | DumpConfigParser.java | 147 System.out.println("PHASE:"); in parseImpl() 148 System.out.println(" " + makeConfig.getPhase()); in parseImpl() 149 System.out.println(" " + makeConfig.getRootNodes()); in parseImpl() 156 System.out.println(" VAR: " + type + " " + fields.get(2)); in parseImpl() 179 System.out.println(" IMPORT: " + configFile.getFilename()); in parseImpl() 199 System.out.println(" INHERIT: " + inheritedFile); in parseImpl() 224 System.out.println(" AFTER: " + currentFile); in parseImpl() 265 System.out.print("# "); in parseImpl() 267 System.out.print(fields.get(d)); in parseImpl() 269 System.out.print(","); in parseImpl() [all …]
|
D | KatiImpl.java | 104 System.out.println(ex); in loadProductConfig()
|
D | CsvParser.java | 203 System.arraycopy(old, 0, buf, 0, old.length); in parse()
|
/build/bazel/rules/java/errorprone/ |
D | PrintClasses.java | 21 System.out.println("DISABLED_CHECKS"); in main() 23 System.out.println(info.canonicalName()); in main() 26 System.out.println("ENABLED_ERRORS"); in main() 28 System.out.println(info.canonicalName()); in main() 31 System.out.println("ENABLED_WARNINGS"); in main() 33 System.out.println(info.canonicalName()); in main()
|
/build/make/tools/product_config/test/com/android/build/config/ |
D | TestRunner.java | 32 System.out.println("\nSTARTING: " + description.getDisplayName()); in main() 37 System.out.println("FAILED: " in main() 39 System.out.println(failure.getTrace()); in main() 47 System.out.println("\n*** FAILED ***"); in main()
|
D | CsvParserTest.java | 133 System.out.println("Caught: " + ex); in testEndInsideQuoted() 144 System.out.println("Caught: " + ex); in testCharacterAfterQuotedField()
|
/build/make/tools/signtos/ |
D | SignTos.java | 78 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/bazel/examples/java/com/bazel/example/ |
D | HelloWorld.java | 7 System.out.println("Hello world!"); in main() 8 System.out.println("Library says: " + HelloLib.libValue()); in main()
|
/build/blueprint/ |
D | README.md | 1 Blueprint Build System
|
/build/make/ |
D | README.md | 1 # Android Make Build System 3 This is the Makefile-based portion of the Android Build System.
|
D | Changes.md | 1 # Build System Changes for Android.mk/Android.bp Writers 229 System properties for each of the partition is supposed to be set via following 284 System properties can now be set as optional using the new syntax:
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 211 if ((console = System.console()) == null) { in readPassword() 212 System.out.print( in readPassword() 214 System.out.flush(); in readPassword() 215 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword() 254 System.err.println("signapk: Password for " + keyFile + " may be bad."); in decryptPrivateKey() 919 System.exit(1); in loadProviderIfNecessary() 931 System.err.println("Unable to instantiate " + providerClassName in loadProviderIfNecessary() 933 System.exit(1); in loadProviderIfNecessary() 951 System.err.println("Unable to instantiate " + providerClassName in loadProviderIfNecessary() 953 System.exit(1); in loadProviderIfNecessary() [all …]
|
/build/make/core/ |
D | local_systemsdk.mk | 87 …System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported…
|
D | board_config.mk | 987 …$(error System SDK versions '$(_unsupported_systemsdk_versions)' in BOARD_SYSTEMSDK_VERSIONS are n…
|
/build/bazel/rules/java/ |
D | sdk_library_test.bzl | 38 "System api surface file should be source, not generated", 45 msg = "System api surface file not correct",
|
D | sdk_library.bzl | 16 "Checked in current.txt for Public, System, Module_lib and System_server",
|
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/ |
D | AconfigStorageReadAPI.java | 122 System.loadLibrary("aconfig_storage_read_api_rust_jni");
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 127 @echo Packaging SDK Addon System-Image: $@
|
/build/soong/docs/ |
D | best_practices.md | 1 # Build System Best Practices 55 when the VNDK is enabled, System modules in Make cannot declare or use them
|
/build/bazel/docs/ |
D | concepts.md | 1 # Android Build System Concepts
|
/build/make/tools/droiddoc/ |
D | LICENSE | 138 The "System Libraries" of an executable work include anything, other 153 System Libraries, or general-purpose tools or generally available free 309 from the Corresponding Source as a System Library, need not be
|
/build/soong/java/ |
D | sdk_library.go | 360 return &module.sdkLibraryProperties.System 624 System ApiScopeProperties member
|
/build/bazel/toolchains/clang/host/linux-x86/ |
D | cc_toolchain_features.bzl | 2246 # System include directories features
|