Lines Matching refs:Pom
181 type Pom struct { struct
197 func (p Pom) IsAar() bool { argument
201 func (p Pom) IsJar() bool { argument
205 func (p Pom) IsHostModule() bool { argument
209 func (p Pom) IsDeviceModule() bool { argument
213 func (p Pom) IsHostAndDeviceModule() bool { argument
217 func (p Pom) IsHostOnly() bool { argument
221 func (p Pom) ModuleType() string { argument
231 func (p Pom) ImportModuleType() string { argument
241 func (p Pom) ImportProperty() string { argument
249 func (p Pom) BpName() string { argument
256 func (p Pom) BpJarDeps() []string { argument
260 func (p Pom) BpAarDeps() []string { argument
264 func (p Pom) BpExtraStaticLibs() []string { argument
268 func (p Pom) BpExtraLibs() []string { argument
274 func (p Pom) BpDeps(typeExt string, scopes []string) []string { argument
286 func (p Pom) SdkVersion() string { argument
290 func (p Pom) DefaultMinSdkVersion() string { argument
294 func (p Pom) Jetifier() bool { argument
298 func (p *Pom) FixDeps(modules map[string]*Pom) { argument
320 func (p *Pom) ExtractMinSdkVersion() error { argument
495 func parse(filename string) (*Pom, error) {
501 var pom Pom
706 poms := []*Pom{}
707 modules := make(map[string]*Pom)