Searched refs:conditional (Results 1 – 5 of 5) sorted by relevance
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 111 type conditional struct { struct 131 var conds []*conditional 132 var assignmentCond *conditional 165 newCond := conditional{args, eq} 252 func handleAssignment(file *bpFile, assignment *mkparser.Assignment, c *conditional) { argument 330 func handleModuleConditionals(file *bpFile, directive *mkparser.Directive, conds []*conditional) { argument
|
D | android.go | 788 func includeVariableIf(bpVar bpVariable, conditional func(ctx variableAssignmentContext) bool) func… 791 if conditional(ctx) { 814 func not(conditional func(ctx variableAssignmentContext) bool) func(ctx variableAssignmentContext) … 816 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.
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 1781 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
|