Home
last modified time | relevance | path

Searched refs:bpFile (Results 1 – 6 of 6) sorted by relevance

/build/soong/python/
Dpython_test.go55 bpFile = "Android.bp" var
67 bpFile: []byte(`subdirs = ["dir"]`),
68 filepath.Join("dir", bpFile): []byte(
82 bpFile: []byte(`subdirs = ["dir"]`),
83 filepath.Join("dir", bpFile): []byte(
101 bpFile: []byte(`subdirs = ["dir"]`),
102 filepath.Join("dir", bpFile): []byte(
124 bpFile: []byte(`subdirs = ["dir"]`),
125 filepath.Join("dir", bpFile): []byte(
162 bpFile: []byte(`subdirs = ["dir"]`),
[all …]
/build/soong/androidmk/androidmk/
Dandroidmk.go32 type bpFile struct { struct
51 func (f *bpFile) insertComment(s string) { argument
63 func (f *bpFile) insertExtraComment(s string) { argument
69 func (f *bpFile) errorf(failedNode mkparser.Node, message string, args ...interface{}) { argument
81 func (f *bpFile) warnf(message string, args ...interface{}) { argument
87 func (f *bpFile) addErrorText(message string) { argument
91 func (f *bpFile) setMkPos(pos, end scanner.Position) { argument
124 file := &bpFile{
252 func handleAssignment(file *bpFile, assignment *mkparser.Assignment, c *conditional) { argument
330 func handleModuleConditionals(file *bpFile, directive *mkparser.Directive, conds []*conditional) { argument
[all …]
Dvalues.go63 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
Dandroid.go37 file *bpFile
598 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error { argument
/build/soong/sdk/
Dupdate.go240 bpFile := &bpFile{
251 bpFile: bpFile,
284 bpFile.AddModule(versioned)
288 bpFile.AddModule(unversioned)
299 snapshotModule := bpFile.newModule(snapshotModuleType)
348 bpFile.AddModule(snapshotModule)
352 generateBpContents(&bp.generatedContents, bpFile)
530 func generateBpContents(contents *generatedContents, bpFile *bpFile) { argument
532 for _, bpModule := range bpFile.order {
594 generateBpContents(contents, s.builderForTests.bpFile)
[all …]
Dbp.go262 type bpFile struct { struct
271 func (f *bpFile) AddModule(module android.BpModule) { argument
285 func (f *bpFile) newModule(moduleType string) *bpModule { argument