Searched refs:mkvalue (Results 1 – 1 of 1) sorted by relevance
/build/soong/androidmk/androidmk/ |
D | android.go | 39 mkvalue *mkparser.MakeString member 353 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 392 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType) 451 bpvalue, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 472 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 489 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 524 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 538 ctx.file.errorf(ctx.mkvalue, "unsupported sanitize expression") 570 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 592 class := ctx.mkvalue.Value(ctx.file.scope) [all …]
|