Home | History | Annotate | Download | only in manual

Lines Matching full:keeping

248 We're targeting the Android run-time and keeping the activity as an entry
314 Most importantly, we're keeping all fundamental classes that may be referenced
319 We're keeping annotations, since they might be used by custom
322 We're keeping any custom <code>View</code> extensions and other classes with
325 We're also keeping the required static fields in <code>Parcelable</code>
328 Finally, we're keeping the static fields of referenced inner classes of
376 These options shrink, optimize, and obfuscate an entire library, keeping all
451 Finally, we're keeping the "Deprecated" attribute and the attributes for
504 We're simply keeping all classes that extend the <code>Applet</code> class.
534 We're simply keeping all classes that extend the <code>MIDlet</code> class.
573 We're simply keeping all classes that implement the <code>Applet</code>
597 We're simply keeping all classes that implement the <code>Xlet</code> interface.
616 Keeping all servlets is very similar to keeping all applets. The servlet API
620 We're then keeping all classes that implement the <code>Servlet</code>
851 keeping all interfaces with "<code>-keep interface *</code>".</li>
917 code, you could refine this selection, for instance not keeping the run-time
1035 We're keeping all source file attributes, but we're replacing their values by
1040 We're also keeping the line number tables of all methods.
1243 the output. For example, only keeping the manifest file from a first input jar: