Searched refs:keepAttributes (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/
H A DConfiguration.java237 public List keepAttributes; field in class:Configuration
H A DConfigurationParser.java153 else if (ConfigurationConstants.KEEP_ATTRIBUTES_OPTION .startsWith(nextWord)) configuration.keepAttributes = parseCommaSeparatedList("attribute name", true, true, false, true, false, false, false, configuration.keepAttributes);
H A DConfigurationWriter.java135 writeOption(ConfigurationConstants.KEEP_ATTRIBUTES_OPTION, configuration.keepAttributes);
/external/proguard/src/proguard/ant/
H A DConfigurationTask.java70 configuration.keepAttributes = extendList(configuration.keepAttributes,
71 this.configuration.keepAttributes);
244 configuration.keepAttributes = extendFilter(configuration.keepAttributes,
/external/proguard/src/proguard/obfuscate/
H A DObfuscator.java106 configuration.keepAttributes == null ? null :
107 new AttributeNameFilter(new ListParser(new NameParser()).parse(configuration.keepAttributes),
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java112 private final JCheckBox keepAttributesCheckBox = new JCheckBox(msg("keepAttributes"));
1021 keepAttributesCheckBox .setSelected(configuration.keepAttributes != null);
1051 keepAttributesTextField .setText(configuration.keepAttributes == null ? KEEP_ATTRIBUTE_DEFAULT : ListUtil.commaSeparatedString(configuration.keepAttributes));
1184 configuration.keepAttributes = keepAttributesCheckBox .isSelected() ? ListUtil.commaSeparatedList(keepAttributesTextField .getText()) : null;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 72 milliseconds