Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 17 of 17) sorted by relevance

/build/soong/androidmk/cmd/androidmk/
Dandroid.go196 func localIncludeDirs(file *bpFile, prefix string, value *mkparser.MakeString, appendVariable bool)…
224 func exportIncludeDirs(file *bpFile, prefix string, value *mkparser.MakeString, appendVariable bool
255 func stem(file *bpFile, prefix string, value *mkparser.MakeString, appendVariable bool) error {
271 func hostOs(file *bpFile, prefix string, value *mkparser.MakeString, appendVariable bool) error {
Dandroidmk.go328 func setVariable(file *bpFile, plusequals bool, prefix, name string, value *bpparser.Value, local b…
/build/blueprint/proptools/
Dextend.go121 prepend bool) error {
142 prepend bool) error {
162 prefix string, filter ExtendPropertyFilterFunc, sameTypes, prepend bool) error {
Dproptools.go54 func BoolPtr(b bool) *bool {
65 func Bool(b *bool) bool {
/build/blueprint/
Dmodule_ctx.go134 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
136 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
137 WalkDeps(visit func(Module, Module) bool) argument
368 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
370 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
371 WalkDeps(visit func(Module, Module) bool) argument
Dsingleton_ctx.go48 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
50 VisitDepsDepthFirstIf(module Module, pred func(Module) bool,
Dscope.go75 func makeRuleScope(parent *basicScope, argNames map[string]bool) *basicScope {
/build/kati/
Dexpr.go287 func str(buf []byte, alloc bool) Value {
294 func appendStr(exp expr, buf []byte, alloc bool) expr {
425 func parseDollar(in []byte, alloc bool) (Value, int, error) {
622 func parseFunc(f mkFunc, in []byte, s int, term []byte, funcName string, alloc bool) (Value, int, e…
Devalcmd.go36 func newExecContext(vars Vars, vpaths searchPaths, avoidIO bool) *execContext {
Ddep.go413 func mergeRules(oldRule, r *rule, output string, isSuffixRule bool) (*rule, error) {
Deval.go676 func eval(mk makefile, vars Vars, useCache bool) (er *evalResult, err error) {
Dparser.go574 func handleExport(p *parser, data []byte, export bool) (hasEqual bool) {
/build/blueprint/pathtools/
Dglob.go62 func glob(pattern string, hasRecursive bool) (matches, dirs []string, err error) {
/build/soong/common/
Dvariable.go82 func boolPtr(v bool) *bool {
/build/soong/cc/
Dbuilder.go287 …crtBegin, crtEnd common.OptionalPath, groupLate bool, flags builderFlags, outputFile common.Writab…
Dcc.go1178 setStatic(bool) argument
1491 func NewLibrary(hod common.HostOrDeviceSupported, shared, static bool) *Module {
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go303 func filterPropsByTag(props *[]PropertyDocs, key, value string, exclude bool) {