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