Searched refs:makeVariableToBlueprint (Results 1 – 2 of 2) sorted by relevance
/build/soong/androidmk/androidmk/ |
D | android.go | 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) 570 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType) 603 …val, err := makeVariableToBlueprint(file, mkparser.SimpleMakeString(value, mkparser.NoPos), bppars… 652 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) 725 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType) [all …]
|
D | androidmk.go | 342 val, err = makeVariableToBlueprint(file, assignment.Value, bpparser.ListType) 366 …val, err := makeVariableToBlueprint(file, mkparser.SimpleMakeString("false", mkparser.NoPos), bppa… 391 func makeVariableToBlueprint(file *bpFile, val *mkparser.MakeString, func
|