Lines Matching refs:hod
1117 func InitAndroidArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multilib) {
1121 base.commonProperties.HostOrDeviceSupported = hod
1126 if hod&hostSupported != 0 && hod&deviceSupported != 0 {
1142 func InitAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multili…
1143 InitAndroidArchModule(m, hod, defaultMultilib)
1157 func InitCommonOSAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib…
1158 InitAndroidArchModule(m, hod, defaultMultilib)
1758 hod := m.commonProperties.HostOrDeviceSupported
1761 …deviceEnabled := proptools.BoolDefault(m.hostAndDeviceProperties.Device_supported, hod&deviceDefau…
1762 return hod&deviceSupported != 0 && deviceEnabled
1769 hod := m.commonProperties.HostOrDeviceSupported
1772 …hostEnabled := proptools.BoolDefault(m.hostAndDeviceProperties.Host_supported, hod&hostDefault != …
1773 return hod&hostSupported != 0 && hostEnabled
1781 hod := m.commonProperties.HostOrDeviceSupported
1784 …hostEnabled := proptools.BoolDefault(m.hostAndDeviceProperties.Host_supported, hod&hostDefault != …
1785 return hod&hostCrossSupported != 0 && hostEnabled