Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go162 BoolType Type = iota + 1 const
172 case BoolType:
408 return BoolType
Dsort.go202 case BoolType, StringType, Int64Type:
/build/soong/androidmk/androidmk/
Dandroidmk.go343 …akeVariableToBlueprint(file, mkparser.SimpleMakeString("false", mkparser.NoPos), bpparser.BoolType)
378 case bpparser.BoolType:
Dandroid.go186 addStandardProperties(bpparser.BoolType,
388 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType)
776 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType)
/build/blueprint/proptools/
Dunpack.go149 …opValue.Values[0].Type(); t == parser.StringType || t == parser.Int64Type || t == parser.BoolType {
323 case parser.BoolType, parser.StringType, parser.Int64Type: