HomeSort by relevance Sort by last modified time
    Searched full:proguard (Results 876 - 900 of 910) sorted by null

<<31323334353637

  /frameworks/base/docs/html/tools/sdk/
eclipse-adt.jd 181 <li>Added automatic ProGuard support for the {@code aapt -G} flag. This change causes
182 the build system to generate a temporary ProGuard keep-rules file containing classes that
183 are referenced from XML files (such as custom views) and pass this to ProGuard at shrink-time. This
186 default ProGuard configuration file have also been removed.</li>
    [all...]
  /build/core/
package.mk 142 # turn on Proguard by default for user & userdebug build
147 # the package explicitly request to disable proguard.
config.mk 292 PROGUARD := external/proguard/bin/proguard.sh
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
21 package proguard.classfile.instruction;
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
21 package proguard.gui.splash;
  /frameworks/base/docs/html/tools/
tools_toc.cs 156 <li><a href="<?cs var:toroot ?>tools/help/proguard.html">ProGuard</a></li>
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 68 public final static String PROPERTY_PROGUARD_CONFIG = "proguard.config";
186 "# To enable ProGuard to shrink and obfuscate your code, uncomment this "
ProjectCreator.java 371 // install the proguard config file.
470 // if the project is already setup with proguard, we won't copy the proguard config.
    [all...]
  /frameworks/base/docs/html/tools/help/
adt.jd 126 <li><a href="{@docRoot}tools/help/proguard.html">ProGuard</a>: Allows code obfuscation,
127 shrinking, and optimization. ADT integrates ProGuard as part of the build, if you <a href=
128 "{@docRoot}tools/help/proguard.html#enabling">enable it</a>.</li>
  /packages/apps/Email/
proguard.flags 1 #Email-specific proguard flags that are not covered by UnifiedEmail go here
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
21 package proguard.evaluation.value;
23 import proguard.classfile.ClassConstants;
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 255 public static final String OLD_PROGUARD_FILE = "proguard.cfg"; //$NON-NLS-1$
256 public static final String PROGUARD_FILE = "proguard-project.txt"; //$NON-NLS-1$
298 public static final String PROGUARD_CONFIG = "proguard.config"; //$NON-NLS-1$
Project.java 550 * Returns the proguard path configured for this project, or null if ProGuard is
553 * @return the proguard path, or null
Detector.java 54 * <li> Proguard files
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
21 package proguard.classfile.util;
23 import proguard.classfile.ClassConstants;
    [all...]
  /external/proguard/docs/
alternatives.html 7 <title>ProGuard Alternatives</title>
14 preverifiers out there. Users of <b>ProGuard</b> tell me it easily compares
38 <td><a target="_top" href="http://proguard.sourceforge.net/">ProGuard</a></td>
  /packages/apps/Phone/src/com/android/phone/
AnimationUtils.java 166 * Note: this method is protected by proguard.flags so that it won't be removed
  /prebuilts/tools/common/proguard/proguard4.7/docs/
alternatives.html 7 <title>ProGuard Alternatives</title>
25 preverifiers out there. Users of <b>ProGuard</b> tell me it easily compares
49 <td><a target="_top" href="http://proguard.sourceforge.net/">ProGuard</a></td>
  /sdk/eclipse/
changes.txt 56 strings, missing contentDescriptions, obsolete Proguard
301 - Automatic Proguard support in release builds. Only need to have a
302 proguard.config property in default.properties that points to a
303 proguard config file.
    [all...]
  /frameworks/base/docs/html/guide/practices/app-design/
performance.jd 183 <p>Note that if you're using ProGuard, you can have the best
184 of both worlds because ProGuard can inline accessors for you.</p>
  /frameworks/base/docs/html/guide/practices/
performance.jd 183 <p>Note that if you're using ProGuard, you can have the best
184 of both worlds because ProGuard can inline accessors for you.</p>
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 609 // add the default proguard config
614 // Write ProGuard config files with the extension .pro which
615 // is what is used in the ProGuard documentation and samples
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 97 // ProGuard !
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
21 package proguard.optimize.peephole;
23 import proguard.classfile.constant.*;
24 import proguard.classfile.instruction.*;
25 import proguard.classfile.util.InstructionSequenceMatcher;
    [all...]

Completed in 573 milliseconds

<<31323334353637