Searched refs:StringType (Results 1 – 8 of 8) sorted by relevance
/build/blueprint/parser/ |
D | modify.go | 26 if v.Type() != StringType { 46 if v.Type() != StringType {
|
D | ast.go | 163 StringType const 173 case StringType: 353 return StringType
|
D | parser.go | 550 if p.eval && element.Type() != StringType {
|
/build/soong/androidmk/cmd/androidmk/ |
D | android.go | 91 addStandardProperties(bpparser.StringType, 297 if v.Type() != bpparser.StringType { 307 if firstOperand.Type() != bpparser.StringType { 455 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 557 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 590 …akeVariableToBlueprint(file, mkparser.SimpleMakeString(value, mkparser.NoPos), bpparser.StringType)
|
D | values.go | 45 if val1.Type() == bpparser.StringType && val2.Type() == bpparser.ListType { 49 } else if val2.Type() == bpparser.StringType && val1.Type() == bpparser.ListType {
|
D | androidmk.go | 375 case bpparser.StringType:
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 127 if prop.Name == "name" && prop.Value.Type() == parser.StringType {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 802 case parser.StringType:
|