/external/proguard/src/proguard/evaluation/value/ |
ReferenceValue.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.evaluation.value; 23 import proguard.classfile.*; 24 import proguard.classfile.util.ClassUtil; 25 import proguard.classfile.visitor.ClassCollector;
|
LongValue.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.evaluation.value; 23 import proguard.classfile.ClassConstants;
|
/external/proguard/src/proguard/gui/ |
ClassSpecificationDialog.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.gui; 23 import proguard.*; 24 import proguard.classfile.ClassConstants; 25 import proguard.classfile.util.ClassUtil;
|
ListPanel.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.gui;
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkConstants.java | 149 /** proguard executable (with extension for the current OS) */ 151 "proguard" + ext(".bat", ".sh"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ 169 /** global Android proguard config file */ 170 public final static String FN_ANDROID_PROGUARD_FILE = "proguard-android.txt"; //$NON-NLS-1$ 171 /** default proguard config file with new file extension (for project specific stuff) */ 172 public final static String FN_PROJECT_PROGUARD_FILE = "proguard-project.txt"; //$NON-NLS-1$ 198 /** proguard output folder for mapping, etc.. files */ 199 public final static String FD_PROGUARD = "proguard"; //$NON-NLS-1$ 304 /** Path of the bin folder of proguard folder relative to the sdk folder. 308 "proguard" + File.separator + //$NON-NLS-1 [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 8 <title>ProGuard Downloads</title> 25 <b>ProGuard</b> is distributed under the terms of the GNU General Public 29 <b>ProGuard</b> is written in Java, so it requires a Java Runtime Environment 38 href="http://sourceforge.net/projects/proguard/" 42 If you're still working with an older version of <b>ProGuard</b>, check out 45 href="http://proguard.sourceforge.net/downloads.html">on-line version</a> if 303 <li>Since ProGuard now treats the <code>Exceptions</code> attribute as 307 <li>ProGuard now preverifies code for Java Micro Edition, if you specify the 508 <li>Added a graphical user interface for ProGuard and ReTrace.
|
/external/proguard/src/proguard/evaluation/ |
Stack.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.evaluation; 23 import proguard.evaluation.value.*;
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
usage.html | 7 <title>ProGuard Usage</title> 24 To run ProGuard, just type: 26 <code><b>java -jar proguard.jar </b></code><i>options</i> ... 28 You can find the ProGuard jar in the <code>lib</code> directory of the 29 ProGuard distribution. Alternatively, the <code>bin</code> directory contains 34 <code><b>java -jar proguard.jar @myconfig.pro</b></code> 39 <code><b>java -jar proguard.jar @myconfig.pro -verbose</b></code> 138 Please note that the boot path and the class path set for running ProGuard 150 up processing and reduce memory usage of ProGuard. By default, ProGuard [all...] |
optimizations.html | 24 The optimization step of ProGuard can be switched off with the 29 like any <a href="usage.html#filters">filter</a> in ProGuard.
|
refcard.html | 7 <title>ProGuard Reference Card</title> 22 <h1>ProGuard Reference Card</h1> 26 <code><b>java -jar proguard.jar </b></code><i>options</i> ... 30 <code><b>java -jar proguard.jar @myconfig.pro</b></code> 376 <td>Write out the entire configuration in traditional ProGuard style, to the
|
/cts/apps/CtsVerifier/ |
Android.mk | 30 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
/external/proguard/src/proguard/classfile/editor/ |
ConstantPoolEditor.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.classfile.editor; 23 import proguard.classfile.*; 24 import proguard.classfile.constant.*;
|
/frameworks/base/docs/html/shareables/training/ |
NewsReader.zip | |
/frameworks/base/docs/html/tools/ |
index.jd | 27 <li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard and app-signing. </li>
|
/external/proguard/src/proguard/ |
ClassSpecification.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard; package
|
ConfigurationParser.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard; package 23 import proguard.classfile.ClassConstants; 24 import proguard.classfile.util.ClassUtil; 25 import proguard.util.ListUtil; 33 * This class parses ProGuard configurations. Configurations can be read from an [all...] |
/external/proguard/src/proguard/classfile/instruction/ |
InstructionFactory.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.classfile.instruction;
|
/frameworks/base/docs/html/guide/topics/resources/ |
menu-resource.jd | 114 href="{@docRoot}tools/help/proguard.html">ProGuard</a> (or a similar tool), 158 href="{@docRoot}tools/help/proguard.html">ProGuard</a> (or a similar tool), 170 href="{@docRoot}tools/help/proguard.html">ProGuard</a> (or a similar tool),
|
/external/proguard/ |
NOTICE | 3 ProGuard is free. You can use it freely for processing your 7 ProGuard itself is copyrighted, but its distribution license provides 9 documentation. More specifically, ProGuard is distributed under the 14 you develop a program that is linked with ProGuard, the program as a 22 The ProGuard user documentation represents an important part of this
|
/external/proguard/docs/manual/ |
refcard.html | 7 <title>ProGuard Reference Card</title> 11 <h1>ProGuard Reference Card</h1> 15 <code><b>java -jar proguard.jar </b></code><i>options</i> ... 19 <code><b>java -jar proguard.jar @myconfig.pro</b></code> 355 <td>Write out the entire configuration in traditional ProGuard style, to the
|
/external/proguard/src/proguard/classfile/ |
ClassConstants.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 21 package proguard.classfile;
|
/frameworks/base/docs/html/tools/debugging/ |
debugging-tracing.jd | 296 that is built with ProGuard enabled (release mode build), some method and member names might be obfuscated. 297 You can use the Proguard <code>mapping.txt</code> file to figure out the original unobfuscated names. For more information 298 on this file, see the <a href="{@docRoot}tools/help/proguard.html">Proguard</a> documentation.</p>
|
/packages/apps/Browser/src/com/android/browser/ |
TabScrollView.java | 80 // prevent ProGuard from removing the property methods
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
Scope.java | 76 /** The analysis considers the Proguard configuration file */
|
/build/core/ |
definitions.mk | [all...] |