Home
last modified time | relevance | path

Searched refs:StringType (Results 1 – 8 of 8) sorted by relevance

/build/blueprint/parser/
Dmodify.go26 if v.Type() != StringType {
46 if v.Type() != StringType {
Dast.go163 StringType const
173 case StringType:
353 return StringType
Dparser.go550 if p.eval && element.Type() != StringType {
/build/soong/androidmk/cmd/androidmk/
Dandroid.go91 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)
Dvalues.go45 if val1.Type() == bpparser.StringType && val2.Type() == bpparser.ListType {
49 } else if val2.Type() == bpparser.StringType && val1.Type() == bpparser.ListType {
Dandroidmk.go375 case bpparser.StringType:
/build/blueprint/bpmodify/
Dbpmodify.go127 if prop.Name == "name" && prop.Value.Type() == parser.StringType {
/build/soong/bpfix/bpfix/
Dbpfix.go802 case parser.StringType: