/build/soong/ui/build/ |
D | kati.go | 43 func genKatiSuffix(ctx Context, config Config) { 72 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme… 190 func runKatiBuild(ctx Context, config Config) { 240 func cleanCopyHeaders(ctx Context, config Config) { 283 func cleanOldInstalledFiles(ctx Context, config Config) { 302 func runKatiPackage(ctx Context, config Config) { 352 func runKatiCleanSpec(ctx Context, config Config) {
|
D | build.go | 28 func SetupOutDir(ctx Context, config Config) { 69 func createCombinedBuildNinjaFile(ctx Context, config Config) { 121 func checkCaseSensitivity(ctx Context, config Config) { 151 func help(ctx Context, config Config) { 158 func checkRAM(ctx Context, config Config) { 183 func Build(ctx Context, config Config) { 319 func distGzipFile(ctx Context, config Config, src string, subDirs ...string) { 338 func distFile(ctx Context, config Config, src string, subDirs ...string) {
|
D | rbe.go | 41 func rbeCommand(ctx Context, config Config, rbeCmd string) string { 74 func getRBEVars(ctx Context, config Config) map[string]string { 95 func startRBE(ctx Context, config Config) { 113 func stopRBE(ctx Context, config Config) { 130 func DumpRBEMetrics(ctx Context, config Config, filename string) { 166 func PrintOutDirWarning(ctx Context, config Config) {
|
D | cleanbuild.go | 51 func clean(ctx Context, config Config) { 57 func dataClean(ctx Context, config Config) { 69 func installClean(ctx Context, config Config) { 156 func installCleanIfNecessary(ctx Context, config Config) {
|
D | bazel.go | 30 func getBazelInfo(ctx Context, config Config, bazelExecutable string, bazelEnv map[string]string, q… 55 func runBazel(ctx Context, config Config) { 207 func populateOutdir(ctx Context, config Config, rootPath string, relativePath string) {
|
D | finder.go | 37 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 114 func FindSources(ctx Context, config Config, f *finder.Finder) { 184 func dumpListToFile(ctx Context, config Config, list []string, filePath string) (err error) {
|
D | dumpvars.go | 41 func DumpMakeVars(ctx Context, config Config, goals, vars []string) (map[string]string, error) { 83 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool, tmpDir s… 183 func runMakeProductConfig(ctx Context, config Config) {
|
D | soong.go | 96 func environmentArgs(config Config, suffix string) []string { 102 func bootstrapBlueprint(ctx Context, config Config, integratedBp2Build bool) { 193 func runSoong(ctx Context, config Config) { 315 func shouldCollectBuildSoongMetrics(config Config) bool { 320 func loadSoongBuildMetrics(ctx Context, config Config) *soong_metrics_proto.SoongBuildMetrics {
|
D | path.go | 64 func SetupLitePath(ctx Context, config Config, tmpDir string) { 126 func SetupPath(ctx Context, config Config) {
|
D | goma.go | 37 func ulimitOrFatal(ctx Context, config Config, opt string) int { 54 func startGoma(ctx Context, config Config) {
|
D | test_build.go | 34 func testForDanglingRules(ctx Context, config Config) {
|
D | ninja.go | 33 func runNinjaForBuild(ctx Context, config Config) {
|
/build/soong/cmd/soong_build/ |
D | main.go | 66 func newNameResolver(config android.Config) *android.NameResolver { 82 func newContext(configuration android.Config, prepareBuildActions bool) *android.Context { 107 func runMixedModeBuild(configuration android.Config, firstCtx *android.Context, extraNinjaDeps []st… 137 func runQueryView(configuration android.Config, ctx *android.Context) { 146 func runSoongDocs(configuration android.Config) { 156 func writeMetrics(configuration android.Config) { 165 func writeJsonModuleGraph(configuration android.Config, ctx *android.Context, path string, extraNin… 177 func doChosenActivity(configuration android.Config, extraNinjaDeps []string) string { 292 func writeUsedEnvironmentFile(configuration android.Config, finalOutputFile string) { 363 func runBp2Build(configuration android.Config, extraNinjaDeps []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 …]
|
/build/blueprint/bootstrap/minibp/ |
D | main.go | 31 type Config struct { struct 34 func (c Config) SrcDir() string { 38 func (c Config) RemoveAbandonedFilesUnder(buildDir string) (under, exempt []string) {
|
/build/blueprint/bootstrap/ |
D | config.go | 132 type Config struct { struct 133 stage Stage 135 topLevelBlueprintsFile string 136 globFile string 138 runGoTests bool 139 useValidations bool 141 primaryBuilderInvocations []PrimaryBuilderInvocation
|
D | bootstrap.go | 274 func newGoPackageModuleFactory(config *Config) func() (blueprint.Module, []interface{}) { 404 func newGoBinaryModuleFactory(config *Config, tooldir bool) func() (blueprint.Module, []interface{}… 674 func newSingletonFactory(config *Config) func() blueprint.Singleton { 794 func stageDir(config *Config) string { 805 func packageRoot(ctx blueprint.ModuleContext, config *Config) string { 812 func testRoot(ctx blueprint.ModuleContext, config *Config) string { 823 func moduleObjDir(ctx blueprint.ModuleContext, config *Config) string { 828 func moduleGenSrcDir(ctx blueprint.ModuleContext, config *Config) string {
|
D | glob.go | 66 Config() interface{} methodSpec 156 func globSingletonFactory(config *Config, ctx *blueprint.Context) func() blueprint.Singleton { 208 func generateGlobNinjaFile(bootstrapConfig *Config, config interface{},
|
/build/soong/tradefed/ |
D | autogen.go | 61 type Config interface { interface 62 Config() string methodSpec 73 func (o Option) Config() string { func 90 func (ob Object) Config() string { func 110 …ndroid.ModuleContext, output android.WritablePath, template string, configs []Config, testInstallB… 114 …Context, name string, output android.WritablePath, template string, configs []Config, testInstallB… 118 …Context, name string, output android.WritablePath, template string, configs []Config, outputFileNa… 141 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool, testIns… 161 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool, outputF… 176 …testConfigTemplateProp *string, testSuites []string, configs []Config, autoGenConfig *bool) androi… [all …]
|
/build/soong/android/ |
D | metrics.go | 33 func ReadSoongMetrics(config Config) SoongMetrics { 58 func collectMetrics(config Config) *soong_metrics_proto.SoongBuildMetrics { 74 func WriteMetrics(config Config, metricsFile string) error {
|
D | phony.go | 29 func getPhonyMap(config Config) phonyMap { 35 func addPhony(config Config, name string, deps ...Path) {
|
D | testing.go | 30 func NewTestContext(config Config) *TestContext { 161 func NewTestArchContext(config Config) *TestContext { 556 func (ctx *TestContext) Config() Config { func 656 func newBaseTestingComponent(config Config, provider testBuildProvider) baseTestingComponent { 667 func normalizeStringRelativeToTop(config Config, s string) string { 688 func normalizeStringArrayRelativeToTop(config Config, slice []string) []string { 698 func normalizeStringMapRelativeToTop(config Config, m map[string]string) map[string]string { 841 func newTestingModule(config Config, module Module) TestingModule { 948 func SetKatiEnabledForTests(config Config) { 1107 func StringRelativeToTop(config Config, command string) string { [all …]
|
/build/soong/cmd/soong_ui/ |
D | main.go | 306 func dumpVar(ctx build.Context, config build.Config, args []string, _ string) { 356 func dumpVars(ctx build.Context, config build.Config, args []string, _ string) { 519 func runMake(ctx build.Context, config build.Config, _ []string, logsDir string) { 568 func populateExternalDistDir(ctx build.Context, config build.Config) { 599 func populateExternalDistDirHelper(ctx build.Context, config build.Config, internalDistDirPath stri…
|
/build/soong/cc/ |
D | genrule_test.go | 24 func testGenruleContext(config android.Config) *android.TestContext {
|
D | sysprop.go | 52 func syspropImplLibraries(config android.Config) map[string]string {
|