Lines Matching refs:TargetConfig
36 type TargetConfig struct { struct
99 func (m abiTargetingMatcher) matches(config TargetConfig) bool { argument
134 func (m apkDescriptionMatcher) matches(config TargetConfig) bool { argument
142 func (m apkTargetingMatcher) matches(config TargetConfig) bool { argument
155 func (m languageTargetingMatcher) matches(_ TargetConfig) bool { argument
167 func (m moduleMetadataMatcher) matches(config TargetConfig) bool { argument
178 func (m moduleTargetingMatcher) matches(config TargetConfig) bool { argument
200 func (t multiAbiTargetingMatcher) matches(config TargetConfig) bool { argument
239 func (m screenDensityTargetingMatcher) matches(config TargetConfig) bool { argument
263 func (m sdkVersionTargetingMatcher) matches(config TargetConfig) bool { argument
283 func (m textureCompressionFormatTargetingMatcher) matches(_ TargetConfig) bool { argument
295 func (m userCountriesTargetingMatcher) matches(_ TargetConfig) bool { argument
307 func (m variantTargetingMatcher) matches(config TargetConfig) bool { argument
324 func selectApks(toc Toc, targetConfig TargetConfig) SelectionResult { argument
358 func (apkSet *ApkSet) writeApks(selected SelectionResult, config TargetConfig, argument
437 targetConfig = TargetConfig{
450 targetConfig *TargetConfig
470 targetConfig *TargetConfig