Home
last modified time | relevance | path

Searched refs:BoolType (Results 1 – 5 of 5) sorted by relevance

/build/blueprint/parser/
Dast.go185 BoolType Type = iota + 1 const
195 case BoolType:
448 return BoolType
Dsort.go285 case BoolType, StringType, Int64Type:
/build/soong/androidmk/androidmk/
Dandroidmk.go366 …akeVariableToBlueprint(file, mkparser.SimpleMakeString("false", mkparser.NoPos), bpparser.BoolType)
401 case bpparser.BoolType:
Dandroid.go200 addStandardProperties(bpparser.BoolType,
409 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType)
817 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType)
/build/blueprint/proptools/
Dunpack.go214 return typ == parser.StringType || typ == parser.Int64Type || typ == parser.BoolType
490 case parser.BoolType, parser.StringType, parser.Int64Type: