Home
last modified time | relevance | path

Searched refs:keepAttributes (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/ant/
DConfigurationTask.java70 configuration.keepAttributes = extendList(configuration.keepAttributes, in appendTo()
71 this.configuration.keepAttributes); in appendTo()
244 configuration.keepAttributes = extendFilter(configuration.keepAttributes, in addConfiguredKeepattribute()
/external/proguard/src/proguard/
DConfiguration.java240 public List keepAttributes; field in Configuration
DInitializer.java75 StringMatcher keepAttributesMatcher = configuration.keepAttributes != null ? in execute()
76 new ListParser(new NameParser()).parse(configuration.keepAttributes) : in execute()
DConfigurationParser.java199keepAttributes = parseCommaSeparatedList("attribute name", true, true, false, fa… in parse()
DConfigurationWriter.java135 …ption(ConfigurationConstants.KEEP_ATTRIBUTES_OPTION, configuration.keepAttributes); in write()
/external/proguard/src/proguard/obfuscate/
DObfuscator.java117 configuration.keepAttributes == null ? null : in execute()
118 new AttributeNameFilter(configuration.keepAttributes, in execute()
/external/proguard/src/proguard/gui/
DProGuardGUI.java1028 …keepAttributesCheckBox .setSelected(configuration.keepAttributes !=… in setProGuardConfiguration()
1061 …iguration.keepAttributes == null ? KEEP_ATTRIBUTE_DEFAULT : ListUtil.comm… in setProGuardConfiguration()
1194 …configuration.keepAttributes = keepAttributesCheckBox .isSelect… in getProGuardConfiguration()
DGUIResources.properties113 keepAttributes = Keep attributes key
/external/proguard/src/proguard/gradle/
DProGuardTask.java808 configuration.keepAttributes = in keepattributes()
809 extendFilter(configuration.keepAttributes, filter); in keepattributes()