Lines Matching defs:androidBaseContextImpl
411 type androidBaseContextImpl struct { struct
412 arch Arch
413 hod HostOrDevice
414 ht HostType
415 debug bool
416 config Config
417 proprietary bool
418 installInData bool
423 androidBaseContextImpl anonMember
493 func (a *androidBaseContextImpl) Arch() Arch {
497 func (a *androidBaseContextImpl) HostOrDevice() HostOrDevice {
501 func (a *androidBaseContextImpl) HostType() HostType {
505 func (a *androidBaseContextImpl) Host() bool {
509 func (a *androidBaseContextImpl) Device() bool {
513 func (a *androidBaseContextImpl) Darwin() bool {
517 func (a *androidBaseContextImpl) Debug() bool {
521 func (a *androidBaseContextImpl) AConfig() Config {
525 func (a *androidBaseContextImpl) Proprietary() bool {
529 func (a *androidBaseContextImpl) InstallInData() bool {