HomeSort by relevance Sort by last modified time
    Searched full:adaptresourcefilecontents (Results 1 - 25 of 31) sorted by null

1 2

  /external/proguard/src/proguard/ant/
ConfigurationTask.java 79 configuration.adaptResourceFileContents = extendList(configuration.adaptResourceFileContents,
80 this.configuration.adaptResourceFileContents);
265 configuration.adaptResourceFileContents = extendFilter(configuration.adaptResourceFileContents,
  /external/proguard/examples/
proguard.pro 44 #-adaptresourcefilecontents proguard/ant/task.properties
proguardall.pro 35 -adaptresourcefilecontents proguard/ant/task.properties
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguard.pro 44 #-adaptresourcefilecontents proguard/ant/task.properties
proguardall.pro 35 -adaptresourcefilecontents proguard/ant/task.properties
  /external/proguard/examples/ant/
proguard.xml 33 <adaptresourcefilecontents filter="proguard/ant/task.properties" />
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
proguard.xml 33 <adaptresourcefilecontents filter="proguard/ant/task.properties" />
  /external/proguard/src/proguard/
OutputWriter.java 165 if (configuration.adaptResourceFileContents != null)
168 new NameFilter(configuration.adaptResourceFileContents,
ConfigurationConstants.java 79 public static final String ADAPT_RESOURCE_FILE_CONTENTS_OPTION = "-adaptresourcefilecontents";
Configuration.java 261 public List adaptResourceFileContents;
ConfigurationWriter.java 139 writeOption(ConfigurationConstants.ADAPT_RESOURCE_FILE_CONTENTS_OPTION, configuration.adaptResourceFileContents);
ConfigurationParser.java 157 else if (ConfigurationConstants.ADAPT_RESOURCE_FILE_CONTENTS_OPTION .startsWith(nextWord)) configuration.adaptResourceFileContents = parseCommaSeparatedList("resource file name", true, true, false, false, false, false, false, configuration.adaptResourceFileContents);
    [all...]
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 116 private final JCheckBox adaptResourceFileContentsCheckBox = new JCheckBox(msg("adaptResourceFileContents"));
    [all...]
  /external/proguard/docs/manual/
gui.html 355 <li>-<a href="usage.html#adaptresourcefilecontents">adaptresourcefilecontents</a>
refcard.html 305 <td valign="top"><a href="usage.html#adaptresourcefilecontents"><code><b>-adaptresourcefilecontents</b></code></a>
ant.html 421 <dt><a href="usage.html#adaptresourcefilecontents"><code><b>&lt;adaptresourcefilecontents filter = </b></code></a>"<a href="usage.html#filefilters"><i>file_filter</i></a>"
examples.html 809 -adaptresourcefilecontents **.properties,META-INF/MANIFEST.MF
816 href="usage.html#adaptresourcefilecontents">-adaptresourcefilecontents</a>
    [all...]
troubleshooting.html 459 href="usage.html#adaptresourcefilecontents"><code>-adaptresourcefilecontents</code></a>.
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
gui.html 363 <li>-<a href="usage.html#adaptresourcefilecontents">adaptresourcefilecontents</a></li>
refcard.html 326 <td valign="top"><a href="usage.html#adaptresourcefilecontents"><code><b>-adaptresourcefilecontents</b></code></a>
ant.html 436 <dt><a href="usage.html#adaptresourcefilecontents"><code><b>&lt;adaptresourcefilecontents filter = </b></code></a>"<a href="usage.html#filefilters"><i>file_filter</i></a>"
examples.html     [all...]
troubleshooting.html 565 href="usage.html#adaptresourcefilecontents"><code>-adaptresourcefilecontents</code></a>.
    [all...]
  /external/proguard/docs/
downloads.html 178 <code>-adaptresourcefilecontents</code>, with file filters, to update

Completed in 1082 milliseconds

1 2