Home
last modified time | relevance | path

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

123

/build/soong/android/
Dconfig.go76 *config anonMember
196 type config struct { struct
198 productVariables productVariables
201 TestProductVariables *productVariables
205 BazelContext BazelContext
207 ProductVariablesFileName string
210 BuildOS OsType
213 BuildArch ArchType
215 Targets map[OsType][]Target
216 BuildOSTarget Target // the Target for 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/cc/config/
Dvndk.go15 package config package
Dtidy_test.go15 package config package
Dclang.go15 package config package
Darm64_linux_host.go15 package config package
/build/soong/rust/config/
Darm64_linux_host.go15 package config package
Dglobal.go15 package config package
Dx86_linux_bionic_host.go15 package config package
Dx86_64_device.go15 package config package
Darm_device.go15 package config package
Darm64_device.go15 package config package
Dx86_device.go15 package config package
Driscv64_device.go15 package config package
/build/soong/java/config/
Dmakevars.go15 package config package
Dkotlin.go15 package config package
Derror_prone.go15 package config package
/build/orchestrator/core/
Dninja_runner.py20 def run_ninja(context, config, targets): argument
Dtest_nsjail.py76 def config(self): member in TestNsjail
/build/bazel/docs/
Dinternal_concepts.md335 #### Soong
455 #### Bazel
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go49 config android.Config member
/build/soong/cmd/path_interposer/
Dmain.go93 config func(name string) paths.PathConfig member
/build/soong/bp2build/
Dperformance_test.go85 config android.Config member
/build/blueprint/
Dlive_tracker.go25 config interface{} // Used to evaluate variable, rule, and pool values. member

123