Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DMain.java44 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 …]
DDumpConfigParser.java147 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 …]
DKatiImpl.java104 System.out.println(ex); in loadProductConfig()
DCsvParser.java203 System.arraycopy(old, 0, buf, 0, old.length); in parse()
/build/bazel/rules/java/errorprone/
DPrintClasses.java21 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/
DTestRunner.java32 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()
DCsvParserTest.java133 System.out.println("Caught: " + ex); in testEndInsideQuoted()
144 System.out.println("Caught: " + ex); in testCharacterAfterQuotedField()
/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/bazel/examples/java/com/bazel/example/
DHelloWorld.java7 System.out.println("Hello world!"); in main()
8 System.out.println("Library says: " + HelloLib.libValue()); in main()
/build/blueprint/
DREADME.md1 Blueprint Build System
/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/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/
DSignApk.java211 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/
Dlocal_systemsdk.mk87System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported…
Dboard_config.mk987 …$(error System SDK versions '$(_unsupported_systemsdk_versions)' in BOARD_SYSTEMSDK_VERSIONS are n…
/build/bazel/rules/java/
Dsdk_library_test.bzl38 "System api surface file should be source, not generated",
45 msg = "System api surface file not correct",
Dsdk_library.bzl16 "Checked in current.txt for Public, System, Module_lib and System_server",
/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DAconfigStorageReadAPI.java122 System.loadLibrary("aconfig_storage_read_api_rust_jni");
/build/make/core/tasks/
Dsdk-addon.mk127 @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/bazel/docs/
Dconcepts.md1 # Android Build System Concepts
/build/make/tools/droiddoc/
DLICENSE138 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/
Dsdk_library.go360 return &module.sdkLibraryProperties.System
624 System ApiScopeProperties member
/build/bazel/toolchains/clang/host/linux-x86/
Dcc_toolchain_features.bzl2246 # System include directories features