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

1 2

  /external/proguard/src/proguard/preverify/
Preverifier.java 21 package proguard.preverify;
29 * This class can preverify methods in program class pools, according to a given
56 // Preverify all methods.
SubroutineInliner.java 21 package proguard.preverify;
CodePreverifier.java 21 package proguard.preverify;
38 * This class can preverify methods in program class pools, according to a given
CodeSubroutineInliner.java 21 package proguard.preverify;
  /build/core/
proguard.flags 1 # dex does not like code run through proguard optimize and preverify steps.
  /external/proguard/examples/
midlets.pro 15 # Preverify the code suitably for Java Micro Edition.
33 # should you still want to use the preverify tool.
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 15 # Preverify the code suitably for Java Micro Edition.
33 # should you still want to use the preverify tool.
  /external/proguard/examples/ant/
midlets.xml 17 for the sake of the preverify tool.
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
midlets.xml 19 should you still want to use the preverify tool.
  /external/proguard/src/proguard/
ProGuard.java 28 import proguard.preverify.*;
83 configuration.preverify)
103 if (configuration.preverify)
137 if (configuration.preverify)
139 preverify(); method
145 configuration.preverify)
359 private void preverify() method in class:ProGuard
Configuration.java 270 public boolean preverify = true; field in class:Configuration
ConfigurationWriter.java 141 writeOption(ConfigurationConstants.DONT_PREVERIFY_OPTION, !configuration.preverify);
  /sdk/files/
proguard-android.txt 9 # through the ProGuard optimize and preverify steps (and performs some
  /external/proguard/src/proguard/ant/
ProGuardTask.java 224 public void setPreverify(boolean preverify)
226 configuration.preverify = preverify;
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 88 // The preverify tool seems to unpack the resulting classes,
  /external/proguard/docs/manual/
introduction.html 24 just list dead code in an application, or to preverify class files for
53 <td class="transparentblock">- preverify &rarr;</td>
examples.html 134 These options shrink, optimize, obfuscate, and preverify the midlet
163 Be careful if you do use the external <code>preverify</code> tool on a platform
377 These options shrink, optimize, obfuscate, and preverify all public midlets in
400 Be careful if you do use the external <code>preverify</code> tool on a platform
    [all...]
ant.html 251 <dt><a href="usage.html#dontpreverify"><code><b>preverify</b></code></a>
254 <dd>Preverify the processed class files if they are targeted at Java Micro
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
introduction.html 35 just list dead code in an application, or to preverify class files for
64 <td class="transparentblock">- preverify &rarr;</td>
examples.html 150 These options shrink, optimize, obfuscate, and preverify the midlet
179 Be careful if you do use the external <code>preverify</code> tool on a platform
518 These options shrink, optimize, obfuscate, and preverify all public midlets in
541 Be careful if you do use the external <code>preverify</code> tool on a platform
    [all...]
  /external/proguard/src/proguard/gui/
GUIResources.properties 113 preverify = Preverify
238 Preverify the processed classes, for Java Micro Edition or for Java 6.
ProGuardGUI.java 118 private final JCheckBox preverifyCheckBox = new JCheckBox(msg("preverify"));
    [all...]
  /prebuilts/tools/common/proguard/
proguard4.7.zip 
  /dalvik/vm/
Init.cpp 129 dvmFprintf(stderr, " -Xgc:[no]preverify\n");
    [all...]
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 43 * generated by the <code>preverify</code> tool of J2ME (CLDC). The initial

Completed in 374 milliseconds

1 2