Lines Matching refs:Pom
180 type Pom struct { struct
196 func (p Pom) IsAar() bool { argument
200 func (p Pom) IsJar() bool { argument
204 func (p Pom) IsHostModule() bool { argument
208 func (p Pom) IsDeviceModule() bool { argument
212 func (p Pom) IsHostAndDeviceModule() bool { argument
216 func (p Pom) IsHostOnly() bool { argument
220 func (p Pom) ModuleType() string { argument
230 func (p Pom) ImportModuleType() string { argument
240 func (p Pom) ImportProperty() string { argument
248 func (p Pom) BpName() string { argument
255 func (p Pom) BpJarDeps() []string { argument
259 func (p Pom) BpAarDeps() []string { argument
263 func (p Pom) BpExtraStaticLibs() []string { argument
267 func (p Pom) BpExtraLibs() []string { argument
273 func (p Pom) BpDeps(typeExt string, scopes []string) []string { argument
285 func (p Pom) SdkVersion() string { argument
289 func (p Pom) Jetifier() bool { argument
293 func (p *Pom) FixDeps(modules map[string]*Pom) { argument
315 func (p *Pom) ExtractMinSdkVersion() error { argument
486 func parse(filename string) (*Pom, error) {
492 var pom Pom
694 poms := []*Pom{}
695 modules := make(map[string]*Pom)