| /build/soong/ui/build/ |
| D | build.go | 31 func SetupOutDir(ctx Context, config Config) { 92 func SetupKatiEnabledMarker(ctx Context, config Config) { 121 func createCombinedBuildNinjaFile(ctx Context, config Config) { 158 func checkProblematicFiles(ctx Context) { 170 func checkCaseSensitivity(ctx Context, config Config) { 200 func help(ctx Context, config Config) { 207 func checkRAM(ctx Context, config Config) { 230 func abfsBuildStarted(ctx Context, config Config) { 239 func abfsBuildFinished(ctx Context, config Config, finished bool) { 253 func Build(ctx Context, config Config) { [all …]
|
| D | rbe.go | 41 func rbeCommand(ctx Context, config Config, rbeCmd string) string { 56 func getRBEVars(ctx Context, config Config) map[string]string { 87 func cleanupRBELogsDir(ctx Context, config Config) { 98 func checkRBERequirements(ctx Context, config Config) { 116 func startRBE(ctx Context, config Config) { 129 func stopRBE(ctx Context, config Config) { 152 func CheckProdCreds(ctx Context, config Config) { 168 func DumpRBEMetrics(ctx Context, config Config, filename string) { 204 func PrintOutDirWarning(ctx Context, config Config) {
|
| D | cleanbuild.go | 31 func removeGlobs(ctx Context, globs ...string) { 63 func clean(ctx Context, config Config) { 69 func dataClean(ctx Context, config Config) { 81 func installClean(ctx Context, config Config) { 171 func installCleanIfNecessary(ctx Context, config Config) { 224 func partialCompileCleanIfNecessary(ctx Context, config Config) { 269 func cleanOldFiles(ctx Context, basePath, newFile string) { 357 func cleanEmptyDirs(ctx Context, dir string) {
|
| D | kati.go | 43 func genKatiSuffix(ctx Context, config Config) { 73 func writeValueIfChanged(ctx Context, config Config, dir string, filename string, value string) { 91 func runKati(ctx Context, config Config, extraSuffix string, args []string, envFunc func(*Environme… 230 func runKatiBuild(ctx Context, config Config) { 280 func cleanCopyHeaders(ctx Context, config Config) { 323 func cleanOldInstalledFiles(ctx Context, config Config) { 342 func runKatiPackage(ctx Context, config Config, soongOnly bool) { 402 func runKatiCleanSpec(ctx Context, config Config) {
|
| D | soong.go | 71 func writeEnvironmentFile(_ Context, envFile string, envDeps map[string]string) error { 147 func writeEmptyFile(ctx Context, path string) { 264 func bootstrapEpochCleanup(ctx Context, config Config) { 288 func bootstrapBlueprint(ctx Context, config Config) { 423 func checkEnvironmentFile(ctx Context, currentEnv *Environment, envFile string) { 438 func updateSymlinks(ctx Context, dir, prevCWD, cwd string, updateSemaphore chan struct{}) error { 496 func fixOutDirSymlinks(ctx Context, config Config, outDir string) error { 536 func migrateOutputSymlinks(ctx Context, config Config) error { 557 func runSoong(ctx Context, config Config) { 747 func checkGlobs(ctx Context, finalOutFile string) error { [all …]
|
| D | util.go | 26 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) {
|
| 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… 195 func runMakeProductConfig(ctx Context, config Config) {
|
| D | finder.go | 38 func NewSourceFinder(ctx Context, config Config) (f *finder.Finder) { 141 func FindSources(ctx Context, config Config, f *finder.Finder) { 241 func dumpListToFile(ctx Context, config Config, list []string, filePath string) (err error) {
|
| D | ninja.go | 41 func runNinjaForBuild(ctx Context, config Config) { 48 func runNinja(ctx Context, config Config, ninjaArgs []string) { 366 func runNinjaInputs(ctx Context, config Config, goal string) ([]string, error) {
|
| D | goma.go | 37 func ulimitOrFatal(ctx Context, config Config, opt string) int { 54 func startGoma(ctx Context, config Config) {
|
| D | path.go | 79 func SetupLitePath(ctx Context, config Config, tmpDir string) { 142 func SetupPath(ctx Context, config Config) {
|
| D | androidmk_denylist.go | 68 func getAllLines(ctx Context, filename string) []string { 80 func blockAndroidMks(ctx Context, androidMks []string) {
|
| D | context.go | 32 type Context struct{ *ContextImpl } argument 34 context.Context anonMember
|
| D | config_linux.go | 19 func detectTotalRAM(ctx Context) uint64 {
|
| D | config_darwin.go | 22 func detectTotalRAM(ctx Context) uint64 {
|
| D | test_build.go | 35 func testForDanglingRules(ctx Context, config Config) {
|
| /build/blueprint/ |
| D | context.go | 90 type Context struct { struct 91 context.Context argument 94 EventHandler *metrics.EventHandler 96 BeforePrepareBuildActionsHook func() error 98 moduleFactories map[string]ModuleFactory 99 nameInterface NameInterface 100 moduleGroups []*moduleGroup 101 moduleInfo map[Module]*moduleInfo 102 singletonInfo []*singletonInfo 103 mutatorInfo []*mutatorInfo [all …]
|
| /build/soong/cmd/soong_ui/ |
| D | main.go | 254 func preProductConfigSetup(buildCtx build.Context, config build.Config) { 312 func dumpVar(ctx build.Context, config build.Config, args []string) { 364 func dumpVars(ctx build.Context, config build.Config, args []string) { 446 func dumpVarConfig(ctx build.Context, args ...string) build.Config { 450 func buildActionConfig(ctx build.Context, args ...string) build.Config { 529 func runMake(ctx build.Context, config build.Config, _ []string) { 580 func setMaxFiles(ctx build.Context) {
|
| /build/make/tools/aconfig/aconfig/src/codegen/ |
| D | cpp.rs | 94 pub struct Context<'a> { struct 95 pub header: &'a str, 96 pub package_macro: &'a str, 97 pub cpp_namespace: &'a str, 98 pub package: &'a str, 99 pub has_fixed_read_only: bool, 100 pub readwrite: bool, 101 pub readwrite_count: i32, 102 pub is_test_mode: bool, 103 pub class_elements: Vec<ClassElement>, [all …]
|
| D | java.rs | 145 struct Context { struct 146 pub flag_elements: Vec<FlagElement>, 147 pub namespace_flags: Vec<NamespaceFlags>, 148 pub is_test_mode: bool, 149 pub runtime_lookup_required: bool, 150 pub properties_set: BTreeSet<String>, 151 pub package_name: String, 152 pub library_exported: bool, 153 pub allow_instrumentation: bool, 154 pub container: String, [all …]
|
| /build/make/tools/compliance/ |
| D | policy_walk.go | 21 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/android/ |
| D | register.go | 39 register(ctx *Context) 45 func (r sortableComponents) registerAll(ctx *Context) { 120 func SingletonFactoryAdaptor(ctx *Context, factory SingletonFactory) blueprint.SingletonFactory { 157 type Context struct { struct 158 *blueprint.Context anonMember 159 config Config 171 func (ctx *Context) Register() { 183 func (ctx *Context) Config() Config { 187 func (ctx *Context) registerSingletonMakeVarsProvider(makevars SingletonMakeVarsProvider) {
|
| /build/soong/cmd/soong_build/ |
| D | main.go | 111 func needToWriteNinjaHint(ctx *android.Context) bool { 123 func writeNinjaHint(ctx *android.Context) error { 185 func writeJsonModuleGraphAndActions(ctx *android.Context, cmdArgs android.CmdArgs) { 267 func runSoongOnlyBuild(ctx *android.Context) (string, []string) {
|
| /build/make/tools/ide_query/ |
| D | ide_query.go | 184 func runCCanalyzer(ctx context.Context, env Env, mode string, in []byte) ([]byte, error) { 204 func getCCTargets(ctx context.Context, env Env, filePaths []string) ([]string, error) { 231 func getCCInputs(ctx context.Context, env Env, filePaths []string) ([]*pb.AnalysisResult, []*pb.Bui… 423 func runMake(ctx context.Context, env Env, modules ...string) error {
|
| /build/blueprint/bootstrap/ |
| D | writedocs.go | 16 func ModuleTypeDocs(ctx *blueprint.Context, factories map[string]reflect.Value) ([]*bpdoc.Package, …
|