/build/soong/ui/build/ |
D | kati.go | 40 func genKatiSuffix(ctx Context, config Config) { 63 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme… 131 func runKatiBuild(ctx Context, config Config) { 165 func cleanCopyHeaders(ctx Context, config Config) { 202 func cleanOldInstalledFiles(ctx Context, config Config) { 219 func runKatiPackage(ctx Context, config Config) { 260 func runKatiCleanSpec(ctx Context, config Config) {
|
D | build.go | 28 func SetupOutDir(ctx Context, config Config) { 62 func createCombinedBuildNinjaFile(ctx Context, config Config) { 102 func checkCaseSensitivity(ctx Context, config Config) { 133 func help(ctx Context, config Config, what int) { 141 func Build(ctx Context, config Config, what int) { 264 func distGzipFile(ctx Context, config Config, src string, subDirs ...string) { 286 func distFile(ctx Context, config Config, src string, subDirs ...string) {
|
D | rbe.go | 38 func rbeCommand(ctx Context, config Config, rbeCmd string) string { 60 func startRBE(ctx Context, config Config) { 78 func stopRBE(ctx Context, config Config) { 89 func DumpRBEMetrics(ctx Context, config Config, filename string) {
|
D | finder.go | 35 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 82 func FindSources(ctx Context, config Config, f *finder.Finder) { 136 func dumpListToFile(ctx Context, config Config, list []string, filePath string) (err error) {
|
D | cleanbuild.go | 48 func clean(ctx Context, config Config, what int) { 53 func dataClean(ctx Context, config Config, what int) { 64 func installClean(ctx Context, config Config, what int) { 143 func installCleanIfNecessary(ctx Context, config Config) {
|
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 | path.go | 60 func SetupLitePath(ctx Context, config Config, tmpDir string) { 106 func SetupPath(ctx Context, config Config) {
|
D | soong.go | 33 func runSoong(ctx Context, config Config) { 154 func loadSoongBuildMetrics(ctx Context, config Config) *soong_metrics_proto.SoongBuildMetrics {
|
D | goma.go | 37 func ulimitOrFatal(ctx Context, config Config, opt string) int { 54 func startGoma(ctx Context, config Config) {
|
D | ninja.go | 30 func runNinja(ctx Context, config Config) { 211 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)…
|
D | test_build.go | 34 func testForDanglingRules(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 useValidations bool 111 moduleListFile string
|
D | bootstrap.go | 261 func newGoPackageModuleFactory(config *Config) func() (blueprint.Module, []interface{}) { 378 func newGoBinaryModuleFactory(config *Config, tooldir bool) func() (blueprint.Module, []interface{}… 639 func newSingletonFactory(config *Config) func() blueprint.Singleton { 781 func stageDir(config *Config) string { 792 func packageRoot(ctx blueprint.ModuleContext, config *Config) string { 799 func testRoot(ctx blueprint.ModuleContext, config *Config) string { 810 func moduleObjDir(ctx blueprint.ModuleContext, config *Config) string { 815 func moduleGenSrcDir(ctx blueprint.ModuleContext, config *Config) 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 | 32 type Config struct { struct 33 generatingPrimaryBuilder bool 36 func (c Config) GeneratingPrimaryBuilder() bool { 40 func (c Config) RemoveAbandonedFilesUnder() (under, exempt []string) {
|
/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 …mplate(ctx android.ModuleContext, output android.WritablePath, template string, configs []Config) { 114 …droid.ModuleContext, name string, output android.WritablePath, template string, configs []Config) { 118 …Context, name string, output android.WritablePath, template string, configs []Config, outputFileNa… 140 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool) android… 159 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool, outputF… 174 …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) {
|
/build/soong/cc/ |
D | vndk.go | 235 func vndkCoreLibraries(config android.Config) map[string]string { 241 func vndkSpLibraries(config android.Config) map[string]string { 247 func isLlndkLibrary(baseModuleName string, config android.Config) bool { 252 func llndkLibraries(config android.Config) map[string]string { 258 func isVndkPrivateLibrary(baseModuleName string, config android.Config) bool { 263 func vndkPrivateLibraries(config android.Config) map[string]string { 269 func vndkUsingCoreVariantLibraries(config android.Config) map[string]string { 275 func vndkMustUseVendorVariantList(cfg android.Config) []string { 283 func setVndkMustUseVendorVariantListForTest(config android.Config, mustUseVendorVariantList []strin…
|
D | genrule_test.go | 24 func testGenruleContext(config android.Config) *android.TestContext {
|
D | vendor_snapshot.go | 47 func vendorSuffixModules(config android.Config) map[string]bool { 53 func vendorSnapshotHeaderLibs(config android.Config) *snapshotMap { 59 func vendorSnapshotSharedLibs(config android.Config) *snapshotMap { 65 func vendorSnapshotStaticLibs(config android.Config) *snapshotMap { 71 func vendorSnapshotBinaries(config android.Config) *snapshotMap { 77 func vendorSnapshotObjects(config android.Config) *snapshotMap {
|
D | sysprop.go | 33 func syspropImplLibraries(config android.Config) map[string]string {
|
/build/soong/sysprop/ |
D | sysprop_test.go | 58 func testContext(config android.Config) *android.TestContext { 84 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
|
/build/soong/cmd/soong_ui/ |
D | main.go | 233 func dumpVar(ctx build.Context, config build.Config, args []string, _ string) { 283 func dumpVars(ctx build.Context, config build.Config, args []string, _ string) { 444 func make(ctx build.Context, config build.Config, _ []string, logsDir string) {
|
/build/soong/cmd/soong_build/ |
D | main.go | 36 func newNameResolver(config android.Config) *android.NameResolver {
|