Searched refs:StringType (Results 1 – 9 of 9) 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 174 case StringType: 356 return StringType
|
D | sort.go | 285 case BoolType, StringType, Int64Type:
|
/build/soong/androidmk/androidmk/ |
D | android.go | 96 addStandardProperties(bpparser.StringType, 313 if v.Type() != bpparser.StringType { 323 if firstOperand.Type() != bpparser.StringType { 472 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 570 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 603 …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 | 399 case bpparser.StringType:
|
/build/blueprint/proptools/ |
D | unpack.go | 149 …if t := propValue.Values[0].Type(); t == parser.StringType || t == parser.Int64Type || t == parser… 334 case parser.BoolType, parser.StringType, parser.Int64Type:
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 132 if prop.Name == "name" && prop.Value.Type() == parser.StringType {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 1080 case parser.StringType:
|