Home | History | Annotate | Download | only in manual

Lines Matching full:code

30 Before you can use the <code>proguard</code> task, you have to make sure
32 following line to your <code>build.gradle</code> file:
69 You can find some sample build files in the <code>examples/gradle</code>
81 <dt><a name="configuration_attribute"><code><b>configuration</b></code></a>
87 <dt><a href="usage.html#injars"><code><b>injars</b></code></a>
93 <dt><a href="usage.html#outjars"><code><b>outjars</b></code></a>
99 <dt><a href="usage.html#libraryjars"><code><b>libraryjars</b></code></a>
105 <dt><a href="usage.html#skipnonpubliclibraryclasses"><code><b>skipnonpubliclibraryclasses</b></code></a></dt>
108 <dt><a href="usage.html#dontskipnonpubliclibraryclassmembers"><code><b>dontskipnonpubliclibraryclassmembers</b></code></a></dt>
111 <dt><a href="usage.html#keepdirectories"><code><b>keepdirectories</b></code></a>
116 <dt><a href="usage.html#target"><code><b>target</b></code></a>
120 <dt><a href="usage.html#forceprocessing"><code><b>forceprocessing</b></code></a></dt>
123 <dt><a href="usage.html#keep"><code><b>keep</b></code></a>
128 <dt><a href="usage.html#keepclassmembers"><code><b>keepclassmembers</b></code></a>
134 <dt><a href="usage.html#keepclasseswithmembers"><code><b>keepclasseswithmembers</b></code></a>
140 <dt><a href="usage.html#keepnames"><code><b>keepnames</b></code></a>
145 <dt><a href="usage.html#keepclassmembernames"><code><b>keepclassmembernames</b></code></a>
150 <dt><a href="usage.html#keepclasseswithmembernames"><code><b>keepclasseswithmembernames</b></code></a>
156 <dt><a href="usage.html#printseeds"><code><b>printseeds</b></code></a>
158 <dd>List classes and class members matched by the various <code>keep</code>
161 <dt><a href="usage.html#dontshrink"><code><b>dontshrink</b></code></a></dt>
164 <dt><a href="usage.html#printusage"><code><b>printusage</b></code></a>
166 <dd>List dead code of the input class files, to the standard output or to the
169 <dt><a href="usage.html#whyareyoukeeping"><code><b>whyareyoukeeping</b></code></a>
174 <dt><a href="usage.html#dontoptimize"><code><b>dontoptimize</b></code></a></dt>
177 <dt><a href="usage.html#optimizations"><code><b>optimizations</b></code></a> '<a href="optimizations.html"><i>optimization_filter</i></a>'</dt>
180 <dt><a href="usage.html#optimizationpasses"><code><b>optimizationpasses</b></code></a>
184 <dt><a href="usage.html#assumenosideeffects"><code><b>assumenosideeffects</b></code></a>
190 <dt><a href="usage.html#allowaccessmodification"><code><b>allowaccessmodification</b></code></a></dt>
194 <dt><a href="usage.html#mergeinterfacesaggressively"><code><b>mergeinterfacesaggressively</b></code></a></dt>
197 <dt><a href="usage.html#dontobfuscate"><code><b>dontobfuscate</b></code></a></dt>
200 <dt><a href="usage.html#printmapping"><code><b>printmapping</b></code></a>
205 <dt><a href="usage.html#applymapping"><code><b>applymapping</b></code></a>
209 <dt><a href="usage.html#obfuscationdictionary"><code><b>obfuscationdictionary</b></code></a>
214 <dt><a href="usage.html#classobfuscationdictionary"><code><b>classobfuscationdictionary</b></code></a>
218 <dt><a href="usage.html#packageobfuscationdictionary"><code><b>packageobfuscationdictionary</b></code></a>
222 <dt><a href="usage.html#overloadaggressively"><code><b>overloadaggressively</b></code></a></dt>
225 <dt><a href="usage.html#useuniqueclassmembernames"><code><b>useuniqueclassmembernames</b></code></a></dt>
229 <dt><a href="usage.html#dontusemixedcaseclassnames"><code><b>dontusemixedcaseclassnames</b></code></a></dt>
232 <dt><a href="usage.html#keeppackagenames"><code><b>keeppackagenames</b></code></a> ['<a href="usage.html#filters"><i>package_filter</i></a>']</dt>
236 <dt><a href="usage.html#flattenpackagehierarchy"><code><b>flattenpackagehierarchy</b></code></a>
241 <dt><a href="usage.html#repackageclasses"><code><b>repackageclasses</b></code></a>
246 <dt><a href="usage.html#keepattributes"><code><b>keepattributes</b></code></a> ['<a href="usage.html#filters"><i>attribute_filter</i></a>']</dt>
250 <dt><a href="usage.html#keepparameternames"><code><b>keepparameternames</b></code></a></dt>
253 <dt><a href="usage.html#renamesourcefileattribute"><code><b>renamesourcefileattribute</b></code></a>
255 <dd>Put the given constant string in the <code>SourceFile</code>
258 <dt><a href="usage.html#adaptclassstrings"><code><b>adaptclassstrings</b></code></a>
263 <dt><a href="usage.html#adaptresourcefilenames"><code><b>adaptresourcefilenames</b></code></a>
268 <dt><a href="usage.html#adaptresourcefilecontents"><code><b>adaptresourcefilecontents</b></code></a>
273 <dt><a href="usage.html#dontpreverify"><code><b>dontpreverify</b></code></a></dt>
277 <dt><a href="usage.html#microedition"><code><b>microedition</b></code></a></dt>
280 <dt><a href="usage.html#verbose"><code><b>verbose</b></code></a></dt>
283 <dt><a href="usage.html#dontnote"><code><b>dontnote</b></code></a> '<a href="usage.html#filters"><i>class_filter</i></a>'</dt>
287 <dt><a href="usage.html#dontwarn"><code><b>dontwarn</b></code></a> '<a href="usage.html#filters"><i>class_filter</i></a>'</dt>
291 <dt><a href="usage.html#ignorewarnings"><code><b>ignorewarnings</b></code></a></dt>
295 <dt><a href="usage.html#printconfiguration"><code><b>printconfiguration</b></code></a>
301 <dt><a href="usage.html#dump"><code><b>dump</b></code></a>
311 specified as simple strings, with <code>files(Object)</code>, etc.
318 <dt><code><b>filter:</b></code>
323 <dt><code><b>apkfilter:</b></code>
327 <dt><code><b>jarfilter:</b></code>
331 <dt><code><b>aarfilter:</b></code>
335 <dt><code><b>warfilter:</b></code>
339 <dt><code><b>earfilter:</b></code>
343 <dt><code><b>zipfilter:</b></code>
352 as simple strings, as File instances, with <code>file(Object)</code>, etc.
355 properties or code inside <code>${...}</code>. These are automatically
358 For example, <code>"${System.getProperty('java.home')}/lib/rt.jar"</code> is
359 expanded to something like <code>'/usr/local/java/jdk/jre/lib/rt.jar'</code>.
360 Similarly, <code>System.getProperty('user.home')</code> is expanded to the
361 code>System.getProperty('user.dir')</code> is
371 <dt><a href="usage.html#includedescriptorclasses"><code><b>includedescriptorclasses:</b></code></a>
377 <dt><a href="usage.html#allowshrinking"><code><b>allowshrinking:</b></code></a>
383 <dt><a href="usage.html#allowoptimization"><code><b>allowoptimization:</b></code></a>
389 <dt><a href="usage.html#allowobfuscation"><code><b>allowobfuscation:</b></code></a>
434 <dt><code><b>access:</b></code> '<i>access_modifiers</i>'</dt>
438 <dt><code><b>annotation:</b></code> '<i>annotation_name</i>'</dt>
442 <dt><code><b>type:</b></code> '<i>type</i>'</dt>
446 <dt><code><b>name:</b></code> '<i>class_name</i>'</dt>
450 <dt><code><b>extendsannotation:</b></code> '<i>annotation_name</i>'</dt>
454 <dt><code><b>'extends':</b></code> '<i>class_name</i>'</dt>
458 <dt><code><b>'implements':</b></code> '<i>class_name</i>'</dt>
475 <dt><code><b>field</b></code> <i>field_constraints</i></dt>
478 <dt><code><b>method</b></code> <i>method_constraints</i></dt>
481 <dt><code><b>constructor</b></code> <i>constructor_constraints</i></dt>
491 <dt><code><b>access:</b></code> '<i>access_modifiers</i>'</dt>
496 <dt><code><b>'annotation':</b></code> '<i>annotation_name</i>'</dt>
500 <dt><code><b>type:</b></code> '<i>type</i>'</dt>
503 which the <code>parameters</code> argument is specified.</dd>
505 <dt><code><b>name:</b></code> '<i>name</i>'</dt>
509 <dt><code><b>parameters:</b></code> '<i>parameters</i>'</dt>
512 constructors, and for methods for which the <code>type</code> argument is