Home
last modified time | relevance | path

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

/external/proguard/src/proguard/ant/
DConfigurationTask.java79 … configuration.adaptResourceFileContents = extendList(configuration.adaptResourceFileContents, in appendTo()
80 … this.configuration.adaptResourceFileContents); in appendTo()
265 … configuration.adaptResourceFileContents = extendFilter(configuration.adaptResourceFileContents, in addConfiguredAdaptresourcefilecontents()
/external/proguard/src/proguard/
DConfigurationChecker.java125 if (configuration.adaptResourceFileContents != null && in check()
126 (configuration.adaptResourceFileContents.isEmpty() || in check()
127 … configuration.adaptResourceFileContents.get(0).equals(ConfigurationConstants.ANY_FILE_KEYWORD))) in check()
DOutputWriter.java127 if (configuration.adaptResourceFileContents != null) in writeOutput()
130 new NameFilter(configuration.adaptResourceFileContents, in writeOutput()
DConfiguration.java271 public List adaptResourceFileContents; field in Configuration
DConfigurationParser.java204adaptResourceFileContents = parseCommaSeparatedList("resource file name", true, true, false… in parse()
DConfigurationWriter.java140 …gurationConstants.ADAPT_RESOURCE_FILE_CONTENTS_OPTION, configuration.adaptResourceFileContents); in write()
/external/proguard/src/proguard/gui/
DProGuardGUI.java1033 …ptResourceFileContentsCheckBox .setSelected(configuration.adaptResourceFileContents != nu… in setProGuardConfiguration()
1065 …ion.adaptResourceFileContents == null ? ADAPT_RESOURCE_FILE_CONTENTS_DEFAULT : ListUtil.commaSepar… in setProGuardConfiguration()
1199 …configuration.adaptResourceFileContents = adaptResourceFileContentsCheckBox .isSelect… in getProGuardConfiguration()
DGUIResources.properties118 adaptResourceFileContents = Adapt resource file contents key
/external/proguard/src/proguard/gradle/
DProGuardTask.java891 configuration.adaptResourceFileContents = in adaptresourcefilecontents()
892 extendFilter(configuration.adaptResourceFileContents, filter); in adaptresourcefilecontents()