Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 25 of 37) sorted by relevance

12

/build/blueprint/
Dcontext.go72 type Context struct { struct
73 context.Context argument
76 EventHandler *metrics.EventHandler
78 moduleFactories map[string]ModuleFactory
79 nameInterface NameInterface
80 moduleGroups []*moduleGroup
81 moduleInfo map[Module]*moduleInfo
82 modulesSorted []*moduleInfo
83 preSingletonInfo []*singletonInfo
84 singletonInfo []*singletonInfo
[all …]
/build/soong/ui/build/
Dbuild.go29 func SetupOutDir(ctx Context, config Config) {
74 func createCombinedBuildNinjaFile(ctx Context, config Config) {
114 func checkProblematicFiles(ctx Context) {
126 func checkCaseSensitivity(ctx Context, config Config) {
156 func help(ctx Context, config Config) {
163 func checkRAM(ctx Context, config Config) {
188 func Build(ctx Context, config Config) {
338 func waitForDist(ctx Context) {
347 func distGzipFile(ctx Context, config Config, src string, subDirs ...string) {
370 func distFile(ctx Context, config Config, src string, subDirs ...string) {
Dcleanbuild.go32 func removeGlobs(ctx Context, globs ...string) {
64 func ensureOutDirRemovable(ctx Context, config Config) {
91 func clean(ctx Context, config Config) {
98 func dataClean(ctx Context, config Config) {
110 func installClean(ctx Context, config Config) {
198 func installCleanIfNecessary(ctx Context, config Config) {
250 func cleanOldFiles(ctx Context, basePath, newFile string) {
338 func cleanEmptyDirs(ctx Context, dir string) {
Dkati.go43 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) {
Drbe.go42 func rbeCommand(ctx Context, config Config, rbeCmd string) string {
75 func getRBEVars(ctx Context, config Config) map[string]string {
103 func startRBE(ctx Context, config Config) {
121 func stopRBE(ctx Context, config Config) {
138 func DumpRBEMetrics(ctx Context, config Config, filename string) {
174 func PrintOutDirWarning(ctx Context, config Config) {
Dbazel.go30 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) {
Dfinder.go38 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) {
128 func FindSources(ctx Context, config Config, f *finder.Finder) {
214 func dumpListToFile(ctx Context, config Config, list []string, filePath string) (err error) {
Ddumpvars.go41 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…
186 func runMakeProductConfig(ctx Context, config Config) {
Dutil.go26 func absPath(ctx Context, p string) string {
62 func ensureDirectoriesExist(ctx Context, dirs ...string) {
72 func ensureEmptyDirectoriesExist(ctx Context, dirs ...string) {
101 func ensureEmptyFileExists(ctx Context, file string) {
Dsoong.go55 func writeEnvironmentFile(ctx Context, envFile string, envDeps map[string]string) error {
131 func writeEmptyFile(ctx Context, path string) {
215 func bootstrapEpochCleanup(ctx Context, config Config) {
243 func bootstrapBlueprint(ctx Context, config Config) {
372 func runSoong(ctx Context, config Config) {
516 func runMicrofactory(ctx Context, config Config, name string, pkg string, mapping map[string]string…
540 func loadSoongBuildMetrics(ctx Context, config Config) *soong_metrics_proto.SoongBuildMetrics {
554 func logSoongBuildMetrics(ctx Context, metrics *soong_metrics_proto.SoongBuildMetrics) {
Dpath.go64 func SetupLitePath(ctx Context, config Config, tmpDir string) {
126 func SetupPath(ctx Context, config Config) {
Dgoma.go37 func ulimitOrFatal(ctx Context, config Config, opt string) int {
54 func startGoma(ctx Context, config Config) {
Dcontext.go31 type Context struct{ *ContextImpl } argument
33 context.Context anonMember
Dconfig_linux.go19 func detectTotalRAM(ctx Context) uint64 {
Dconfig_darwin.go22 func detectTotalRAM(ctx Context) uint64 {
Dtest_build.go34 func testForDanglingRules(ctx Context, config Config) {
Dninja.go33 func runNinjaForBuild(ctx Context, config Config) {
Dupload.go78 func UploadMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, paths ...…
/build/soong/cmd/soong_ui/
Dmain.go256 func fixBadDanglingLink(ctx build.Context, name string) {
270 func dumpVar(ctx build.Context, config build.Config, args []string, _ string) {
320 func dumpVars(ctx build.Context, config build.Config, args []string, _ string) {
399 func dumpVarConfig(ctx build.Context, args ...string) build.Config {
403 func buildActionConfig(ctx build.Context, args ...string) build.Config {
483 func runMake(ctx build.Context, config build.Config, _ []string, logsDir string) {
536 func populateExternalDistDir(ctx build.Context, config build.Config) {
567 func populateExternalDistDirHelper(ctx build.Context, config build.Config, internalDistDirPath stri…
610 func setMaxFiles(ctx build.Context) {
/build/soong/android/
Dregister.go39 register(ctx *Context)
45 func (r sortableComponents) registerAll(ctx *Context) {
122 func SingletonFactoryAdaptor(ctx *Context, factory SingletonFactory) blueprint.SingletonFactory {
155 type Context struct { struct
156 *blueprint.Context argument
157 config Config
167 func (ctx *Context) SetRunningAsBp2build() {
174 func (ctx *Context) RegisterForBazelConversion() {
189 func (ctx *Context) Register() {
/build/make/tools/compliance/
Dpolicy_walk.go21 Context(lg *LicenseGraph, path TargetEdgePath, edge *TargetEdge) interface{} methodSpec
28 func (ctx NoEdgeContext) Context(lg *LicenseGraph, path TargetEdgePath, edge *TargetEdge) interface… func
39 func (ctx ApplicableConditionsContext) Context(lg *LicenseGraph, path TargetEdgePath, edge *TargetE… func
/build/soong/cmd/soong_build/
Dwritedocs.go99 func getPackages(ctx *android.Context) ([]*bpdoc.Package, error) {
104 func writeDocs(ctx *android.Context, filename string) error {
Dmain.go138 func runMixedModeBuild(configuration android.Config, firstCtx *android.Context, extraNinjaDeps []st…
174 …eryView(queryviewDir, queryviewMarker string, configuration android.Config, ctx *android.Context) {
201 func writeJsonModuleGraphAndActions(ctx *android.Context, graphPath string, actionsPath string) {
214 func writeBuildGlobsNinjaFile(ctx *android.Context, buildDir string, config interface{}) []string {
/build/blueprint/bootstrap/
Dwritedocs.go15 func ModuleTypeDocs(ctx *blueprint.Context, factories map[string]reflect.Value) ([]*bpdoc.Package, …
/build/soong/ui/build/paths/
Dlogs.go156 func LogListener(ctx context.Context, logSocket string) (chan *LogEntry, error) {
160 func logListener(ctx context.Context, logSocket string, lookup socketAddrFunc) (chan *LogEntry, err…

12