Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 61) sorted by relevance

123

/build/soong/android/
Dconfig.go75 *config anonMember
256 type config struct { struct
258 productVariables ProductVariables
261 TestProductVariables *ProductVariables
263 ProductVariablesFileName string
266 BuildOS OsType
269 BuildArch ArchType
271 Targets map[OsType][]Target
272 BuildOSTarget Target // the Target for tools run on the build machine
273 BuildOSCommonTarget Target // the Target for common (java) tools run on the build machine
[all …]
/build/make/tools/product_config/src/com/android/build/config/
DMakeWriter.java32 public static void write(PrintStream out, GenericConfig config, int flags) { in write()
36 public static void write(PrintStream out, FlatConfig config, int flags) { in write()
46 private void writeGeneric(PrintStream out, GenericConfig config) { in writeGeneric()
61 private void writeFile(PrintStream out, GenericConfig config, GenericConfig.ConfigFile file) { in writeFile()
76 private void writeAssign(PrintStream out, GenericConfig config, in writeAssign()
126 private static void writeStrVars(PrintStream out, Map<String, Str> vars, ConfigBase config) { in writeStrVars()
139 private void writeFlat(PrintStream out, FlatConfig config) { in writeFlat()
DOutputChecker.java96 public OutputChecker(FlatConfig config) { in OutputChecker()
138 static TreeMap<String, Variable> getVariables(FlatConfig config) { in getVariables()
/build/soong/rust/config/
Darm64_linux_host.go15 package config package
Dglobal.go15 package config package
Dx86_linux_bionic_host.go15 package config package
Driscv64_device.go15 package config package
Dx86_64_device.go15 package config package
Darm64_device.go15 package config package
Darm_device.go15 package config package
Dx86_device.go15 package config package
Dlints.go15 package config package
/build/soong/cc/config/
Dtidy_test.go15 package config package
Dclang.go15 package config package
Darm64_linux_host.go15 package config package
Dtidy.go15 package config package
Dbionic.go15 package config package
Dx86_device.go15 package config package
/build/soong/java/config/
Dmakevars.go15 package config package
Dkotlin.go15 package config package
Ddroidstubs.go15 package config package
Derror_prone.go15 package config package
/build/bazel/docs/
Dinternal_concepts.md335 #### Soong
455 #### Bazel
/build/soong/cmd/path_interposer/
Dmain.go93 config func(name string) paths.PathConfig member
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go50 config android.Config member

123