/build/blueprint/bootstrap/minibp/ |
D | main.go | 32 type Config struct { struct 33 generatingPrimaryBuilder bool 36 func (c Config) GeneratingPrimaryBuilder() bool { 40 func (c Config) RemoveAbandonedFilesUnder() (under, exempt []string) {
|
/build/blueprint/microfactory/ |
D | microfactory.go | 86 type Config struct { struct 87 Race bool 88 Verbose bool 90 TrimPath string 92 TraceFunc func(name string) func() 94 pkgs []string 95 paths map[string]string 98 func (c *Config) Map(pkgPrefix, pathPrefix string) error { 115 func (c *Config) Path(pkg string) (string, bool, error) { 131 func (c *Config) trace(format string, a ...interface{}) func() { [all …]
|
D | microfactory_test.go | 125 modify func(config *Config, dir string, loadPkg loadPkgFunc), 384 func setupDir(t T, test func(config *Config, dir string, loadPkg loadPkgFunc)) {
|
/build/soong/ui/build/ |
D | kati.go | 40 func genKatiSuffix(ctx Context, config Config) { 66 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme… 123 func runKatiBuild(ctx Context, config Config) { 159 func runKatiPackage(ctx Context, config Config) { 200 func runKatiCleanSpec(ctx Context, config Config) {
|
D | build.go | 26 func SetupOutDir(ctx Context, config Config) { 49 func createCombinedBuildNinjaFile(ctx Context, config Config) { 89 func checkCaseSensitivity(ctx Context, config Config) { 120 func help(ctx Context, config Config, what int) { 128 func Build(ctx Context, config Config, what int) {
|
D | cleanbuild.go | 46 func clean(ctx Context, config Config, what int) { 51 func dataClean(ctx Context, config Config, what int) { 62 func installClean(ctx Context, config Config, what int) { 131 func installCleanIfNecessary(ctx Context, config Config) {
|
D | dumpvars.go | 39 func DumpMakeVars(ctx Context, config Config, goals, vars []string) (map[string]string, error) { 72 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool) (map[str… 168 func runMakeProductConfig(ctx Context, config Config) {
|
D | finder.go | 35 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 82 func FindSources(ctx Context, config Config, f *finder.Finder) {
|
D | goma.go | 37 func ulimitOrFatal(ctx Context, config Config, opt string) int { 54 func startGoma(ctx Context, config Config) {
|
D | ninja.go | 29 func runNinja(ctx Context, config Config) { 127 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)…
|
D | test_build.go | 34 func testForDanglingRules(ctx Context, config Config) {
|
D | soong.go | 29 func runSoong(ctx Context, config Config) {
|
D | path.go | 56 func SetupPath(ctx Context, config Config) {
|
/build/blueprint/bootstrap/ |
D | config.go | 103 type Config struct { struct 104 stage Stage 106 topLevelBlueprintsFile string 108 emptyNinjaFile bool 109 runGoTests bool 110 moduleListFile string
|
D | cleanup.go | 34 func removeAbandonedFilesUnder(ctx *blueprint.Context, config *Config,
|
/build/soong/cmd/soong_ui/ |
D | main.go | 182 func dumpVar(ctx build.Context, config build.Config, args []string) { 232 func dumpVars(ctx build.Context, config build.Config, args []string) {
|
/build/soong/sysprop/ |
D | sysprop_test.go | 55 func testContext(config android.Config, bp string, 173 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
|
/build/soong/cmd/soong_build/ |
D | main.go | 36 func newNameResolver(config android.Config) *android.NameResolver {
|
/build/soong/cc/ |
D | genrule_test.go | 24 func testGenruleContext(config android.Config, bp string,
|
D | sysprop.go | 32 func syspropImplLibraries(config android.Config) map[string]string {
|
D | sanitize.go | 975 func cfiStaticLibs(config android.Config) *[]string { 983 func hwasanStaticLibs(config android.Config) *[]string { 991 func hwasanVendorStaticLibs(config android.Config) *[]string {
|
D | makevars.go | 37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map {
|
/build/soong/android/ |
D | api_levels.go | 56 func getApiLevelsMap(config Config) map[string]int {
|
/build/soong/java/ |
D | java_test.go | 60 func testContext(config android.Config, bp string, 202 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 45 func (x *pathContext) Config() android.Config { return x.config } func
|