Searched refs:bpFile (Results 1 – 6 of 6) sorted by relevance
/build/soong/python/ |
D | python_test.go | 49 bpFile = "Android.bp" var 61 filepath.Join("dir", bpFile): []byte( 75 filepath.Join("dir", bpFile): []byte( 93 filepath.Join("dir", bpFile): []byte( 115 filepath.Join("dir", bpFile): []byte( 152 filepath.Join("dir", bpFile): []byte( 179 filepath.Join("dir", bpFile): []byte( 224 filepath.Join("dir", bpFile): []byte(
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 32 type bpFile struct { struct 67 func (f *bpFile) insertComment(s string) { argument 79 func (f *bpFile) insertExtraComment(s string) { argument 85 func (f *bpFile) errorf(failedNode mkparser.Node, message string, args ...interface{}) { argument 97 func (f *bpFile) warnf(message string, args ...interface{}) { argument 103 func (f *bpFile) addErrorText(message string) { argument 107 func (f *bpFile) setMkPos(pos, end scanner.Position) { argument 140 file := &bpFile{ 275 func handleAssignment(file *bpFile, assignment *mkparser.Assignment, c *conditional) { argument 353 func handleModuleConditionals(file *bpFile, directive *mkparser.Directive, conds []*conditional) { argument [all …]
|
D | values.go | 63 func makeToStringExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { argument 127 func makeToListExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { argument 209 func makeToBoolExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { argument 228 func extractVariableName(name *mkparser.MakeString, file *bpFile) (string, error) { argument
|
D | android.go | 37 file *bpFile 602 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error { argument
|
/build/soong/sdk/ |
D | update.go | 301 bpFile := &bpFile{ 328 bpFile: bpFile, 341 pkg := bpFile.newModule("package") 348 bpFile.AddModule(pkg) 384 bpFile.AddModule(versioned) 390 bpFile.AddModule(unversioned) 401 generateBpContents(&bp.generatedContents, bpFile) 495 bpFile := builder.bpFile 504 snapshotModule := bpFile.newModule(snapshotModuleType) 565 bpFile.AddModule(snapshotModule) [all …]
|
D | bp.go | 370 type bpFile struct { struct 379 func (f *bpFile) AddModule(module android.BpModule) { argument 403 func (f *bpFile) newModule(moduleType string) *bpModule { argument
|