Searched defs:bpFile (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/soong/androidmk/androidmk/ |
H A D | androidmk.go | 32 type bpFile struct { struct 33 comments []*bpparser.CommentGroup 34 defs []bpparser.Definition 35 localAssignments map[string]*bpparser.Property 36 globalAssignments map[string]*bpparser.Expression 37 variableRenames map[string]string 38 scope mkparser.Scope 39 module *bpparser.Module 41 mkPos scanner.Position // Position of the last handled line in the makefile 42 bpPos scanner.Position // Position of the last emitted line to the blueprint file [all …]
|
H A D | values.go | 63 func makeToStringExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { 127 func makeToListExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { 209 func makeToBoolExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { 228 func extractVariableName(name *mkparser.MakeString, file *bpFile) (string, error) {
|
H A D | android.go | 620 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error {
|
/aosp_15_r20/build/soong/sdk/ |
H A D | bp.go | 372 type bpFile struct { struct 373 modules map[string]*bpModule 374 order []*bpModule 381 func (f *bpFile) AddModule(module android.BpModule) { 405 func (f *bpFile) newModule(moduleType string) *bpModule {
|
H A D | update.go | 864 func generateBpContents(bpFile *bpFile) string { argument 1011 bpFile *bpFile member
|
/aosp_15_r20/build/soong/android/ |
H A D | all_teams.go | 32 bpFile string member
|
/aosp_15_r20/build/soong/python/ |
H A D | python_test.go | 54 bpFile = "Android.bp" var
|
/aosp_15_r20/build/blueprint/bpmodify/ |
H A D | bpmodify.go | 43 bpFile *parser.File member
|