Searched refs:StringType (Results 1 – 10 of 10) sorted by relevance
/build/blueprint/parser/ |
D | modify.go | 26 if v.Type() != StringType { 46 if v.Type() != StringType {
|
D | ast.go | 186 StringType const 197 case StringType: 396 return StringType
|
D | sort.go | 285 case BoolType, StringType, Int64Type:
|
D | parser.go | 321 if keyExpression.Type() != StringType {
|
/build/soong/androidmk/androidmk/ |
D | android.go | 101 addStandardProperties(bpparser.StringType, 330 if v.Type() != bpparser.StringType { 340 if firstOperand.Type() != bpparser.StringType { 489 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 587 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 620 …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 | 165 if keysType != parser.StringType { 214 return typ == parser.StringType || typ == parser.Int64Type || typ == parser.BoolType 490 case parser.BoolType, parser.StringType, parser.Int64Type:
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 134 if prop.Name == "name" && prop.Value.Type() == parser.StringType {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 1207 case parser.StringType:
|