Home
last modified time | relevance | path

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

/aosp12/build/soong/python/
H A Dpython_test.go49 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(
/aosp12/build/soong/androidmk/androidmk/
H A Dandroidmk.go32 type bpFile struct { struct
67 func (f *bpFile) insertComment(s string) {
79 func (f *bpFile) insertExtraComment(s string) {
85 func (f *bpFile) errorf(failedNode mkparser.Node, message string, args ...interface{}) {
97 func (f *bpFile) warnf(message string, args ...interface{}) {
103 func (f *bpFile) addErrorText(message string) {
107 func (f *bpFile) setMkPos(pos, end scanner.Position) {
140 file := &bpFile{
376 func makeModule(file *bpFile, t string) { argument
384 func resetModule(file *bpFile) { argument
[all …]
H A 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
H A Dandroid.go37 file *bpFile
602 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error { argument
/aosp12/build/soong/sdk/
H A Dupdate.go301 bpFile := &bpFile{
328 bpFile: bpFile,
341 pkg := bpFile.newModule("package")
348 bpFile.AddModule(pkg)
384 bpFile.AddModule(versioned)
390 bpFile.AddModule(unversioned)
495 bpFile := builder.bpFile
565 bpFile.AddModule(snapshotModule)
805 func generateBpContents(contents *generatedContents, bpFile *bpFile) { argument
924 bpFile *bpFile member
[all …]
H A Dbp.go370 type bpFile struct { struct
379 func (f *bpFile) AddModule(module android.BpModule) {
403 func (f *bpFile) newModule(moduleType string) *bpModule {
/aosp12/build/soong/java/
H A Dsdk_library_test.go733 bpFile := fmt.Sprintf(bpFileTemplate,
741 android.FixtureWithRootAndroidBp(bpFile),