Searched refs:BoolType (Results 1 – 5 of 5) sorted by relevance
/build/blueprint/parser/ |
D | ast.go | 162 BoolType Type = iota + 1 const 172 case BoolType: 408 return BoolType
|
D | sort.go | 202 case BoolType, StringType, Int64Type:
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 343 …akeVariableToBlueprint(file, mkparser.SimpleMakeString("false", mkparser.NoPos), bpparser.BoolType) 378 case bpparser.BoolType:
|
D | android.go | 186 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/ |
D | unpack.go | 149 …opValue.Values[0].Type(); t == parser.StringType || t == parser.Int64Type || t == parser.BoolType { 323 case parser.BoolType, parser.StringType, parser.Int64Type:
|