Searched defs:bpFile (Results 1 – 6 of 6) sorted by relevance
/build/soong/androidmk/androidmk/ |
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 …]
|
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) {
|
D | android.go | 598 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error {
|
/build/soong/sdk/ |
D | bp.go | 262 type bpFile struct { struct 263 modules map[string]*bpModule 264 order []*bpModule 271 func (f *bpFile) AddModule(module android.BpModule) { 285 func (f *bpFile) newModule(moduleType string) *bpModule {
|
D | update.go | 530 func generateBpContents(contents *generatedContents, bpFile *bpFile) { argument 603 bpFile *bpFile member
|
/build/soong/python/ |
D | python_test.go | 55 bpFile = "Android.bp" var
|