Lines Matching full:keep
60 <li><a href="#keepoptions">Keep Options</a></li>
70 <li><a href="#keepoverview">Overview of <code>Keep</code> Options</a></li>
71 <li><a href="#keepoptionmodifiers">Keep Option Modifiers</a></li>
205 <h2><a name="keepoptions">Keep Options</a></h2>
208 <dt><a name="keep"><code><b>-keep</b></code></a>
214 href="examples.html#application">keep an application</a>, you can specify
225 href="examples.html#serializable">keep all serialization fields and
235 to <a href="examples.html#applications">keep all applications</a> that
241 <dd>Short for <a href="#keep"><code>-keep</code></a>,<a href="#allowshrinking"><code>allowshrinking</code></a>
246 <a href="examples.html#serializable">keep all class names</a> of classes
275 href="examples.html#native">keep all native method names</a> and the names
285 various <code>-keep</code> options. The list is printed to the standard
302 listed by the various <code>-keep</code> options, and the ones on which
427 except for the ones listed by the various <code>-keep</code> options.
544 keep the resulting code consistent. With this option <i>in the initial
619 attribute. For example, you should at least keep the
623 also keep the <code>SourceFile</code> and
627 to <a href="examples.html#annotations">keep annotations</a> if your code
632 <dd>Specifies to keep the parameter names and types of methods that are kept.
659 you prefer not to keep their names, you may want to use this option.
963 Keep</code> Options</a></h2>
965 The various <code>-keep</code> options for shrinking and obfuscation may seem
973 <th>Keep</th>
980 <td bgcolor="#E0E0E0"><a href="#keep"><code>-keep</code></a></td>
999 Each of these <code>-keep</code> options is of course followed by a
1004 <code>-keep</code>. It will make sure the specified classes and class members
1023 <h2><a name="keepoptionmodifiers">Keep Option Modifiers</a></h2>
1028 <dd>Specifies that the entry points specified in the <a href="#keep">-keep</a>
1035 <dd>Specifies that the entry points specified in the <a href="#keep">-keep</a>
1043 <dd>Specifies that the entry points specified in the <a href="#keep">-keep</a>
1055 methods). It is used in the various <code>-keep</code> options and in the