Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dmodify.go26 if v.Type() != StringType {
46 if v.Type() != StringType {
Dast.go186 StringType const
197 case StringType:
396 return StringType
Dsort.go285 case BoolType, StringType, Int64Type:
Dparser.go321 if keyExpression.Type() != StringType {
/build/soong/androidmk/androidmk/
Dandroid.go101 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)
Dvalues.go45 if val1.Type() == bpparser.StringType && val2.Type() == bpparser.ListType {
49 } else if val2.Type() == bpparser.StringType && val1.Type() == bpparser.ListType {
Dandroidmk.go399 case bpparser.StringType:
/build/blueprint/proptools/
Dunpack.go165 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/
Dbpmodify.go134 if prop.Name == "name" && prop.Value.Type() == parser.StringType {
/build/soong/bpfix/bpfix/
Dbpfix.go1207 case parser.StringType: