Searched refs:conditional (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/rbcrun/testdata/ |
D | load.star | 1 # Test load, simple and conditional
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 127 type conditional struct { struct 147 var conds []*conditional 148 var assignmentCond *conditional 188 newCond := conditional{args, eq} 275 func handleAssignment(file *bpFile, assignment *mkparser.Assignment, c *conditional) { argument 353 func handleModuleConditionals(file *bpFile, directive *mkparser.Directive, conds []*conditional) { argument
|
D | android.go | 792 func includeVariableIf(bpVar bpVariable, conditional func(ctx variableAssignmentContext) bool) func… 795 if conditional(ctx) { 818 func not(conditional func(ctx variableAssignmentContext) bool) func(ctx variableAssignmentContext) … 820 return !conditional(ctx)
|
/build/soong/docs/ |
D | best_practices.md | 159 Conditionally compiling a module can generally be replaced with conditional 195 for compilation via a conditional, the implementations can sometimes be renamed 278 The preferred solution is to convert the conditional to runtime, either by 282 As a last resort, if the conditional cannot be removed, a Soong plugin can
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.proto | 74 // The targeting that makes a conditional module installed.
|