OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proguard
(Results
451 - 475
of
910
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/proguard/src/proguard/ant/
ProGuardTask.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.ant;
24
import
proguard
.*;
25
import
proguard
.classfile.util.ClassUtil;
31
* This Task allows to configure and run
ProGuard
from Ant.
278
ProGuard
proGuard
= new
ProGuard
(configuration);
279
proGuard
.execute();
/external/proguard/src/proguard/classfile/attribute/
InnerClassesInfo.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.attribute;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.constant.visitor.ConstantVisitor;
LineNumberTableAttribute.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.attribute;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.attribute.visitor.*;
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
ElementValueVisitor.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.attribute.annotation.visitor;
23
import
proguard
.classfile.Clazz;
24
import
proguard
.classfile.attribute.annotation.*;
/external/proguard/src/proguard/classfile/constant/
NameAndTypeConstant.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.constant;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.constant.visitor.ConstantVisitor;
/external/proguard/src/proguard/classfile/
package.html
4
A class file is represented by the <code>{@link
proguard
.classfile.ClassFile
/external/proguard/src/proguard/classfile/util/
ClassSubHierarchyInitializer.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.util;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.visitor.ClassVisitor;
/external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.visitor;
23
import
proguard
.classfile.*;
24
import
proguard
.util.*;
MemberClassAccessFilter.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.visitor;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.util.*;
MemberDescriptorFilter.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.visitor;
23
import
proguard
.classfile.*;
24
import
proguard
.util.*;
MemberNameFilter.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.classfile.visitor;
23
import
proguard
.classfile.*;
24
import
proguard
.util.*;
/external/proguard/src/proguard/io/
ClassRewriter.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.io;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.io.ProgramClassWriter;
/external/proguard/src/proguard/obfuscate/
MemberSpecialNameFilter.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.obfuscate;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.visitor.MemberVisitor;
/external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.optimize;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.attribute.visitor.AttributeVisitor;
25
import
proguard
.classfile.attribute.*;
26
import
proguard
.classfile.attribute.annotation.*;
27
import
proguard
.classfile.editor.ConstantPoolEditor;
28
import
proguard
.classfile.util.*;
29
import
proguard
.classfile.visitor.MemberVisitor;
/external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java
2
*
ProGuard
-- shrinking, optimization, obfuscation, and preverification
21
package
proguard
.optimize.peephole;
23
import
proguard
.classfile.*;
24
import
proguard
.classfile.attribute.*;
25
import
proguard
.classfile.attribute.visitor.AttributeVisitor;
26
import
proguard
.classfile.editor.CodeAttributeEditor;
27
import
proguard
.classfile.instruction.*;
28
import
proguard
.classfile.instruction.visitor.InstructionVisitor;
29
import
proguard
.classfile.util.SimplifiedVisitor;
/frameworks/base/packages/WAPPushManager/
Android.mk
15
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/
proguard
.flags
/packages/apps/BasicSmsReceiver/
Android.mk
15
LOCAL_PROGUARD_FLAG_FILES :=
proguard
.flags
/packages/apps/Browser/
Android.mk
18
LOCAL_PROGUARD_FLAG_FILES :=
proguard
.flags
/packages/apps/Contacts/
Android.mk
22
LOCAL_PROGUARD_FLAG_FILES :=
proguard
.flags
/prebuilts/tools/common/proguard/proguard4.7/bin/
proguardgui.bat
3
REM Start-up script for the GUI of
ProGuard
-- free class file shrinker,
retrace.bat
3
REM Start-up script for Retrace -- companion tool for
ProGuard
, free class file
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
introduction.html
7
<title>
ProGuard
Introduction</title>
24
<b>
ProGuard
</b> is a Java class file shrinker, optimizer, obfuscator, and
34
Each of these steps is optional. For instance,
ProGuard
can also be used to
76
ProGuard
typically reads the <b>input jars</b> (or wars, ears, zips, or
79
followed by another shrinking step.
ProGuard
writes the processed results to
84
ProGuard
requires the <b>library jars</b> (or wars, ears, zips, or
86
libraries that you would need for compiling the code.
ProGuard
uses them to
98
<li>In the <b>shrinking step</b>,
ProGuard
starts from these seeds and
102
<li>In the <b>optimization step</b>,
ProGuard
further optimizes the code.
107
<li>In the <b>obfuscation step</b>,
ProGuard
renames classes and class member
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/
applets.xml
7
<taskdef resource="
proguard
/ant/task.properties"
8
classpath="lib/
proguard
.jar" />
10
<
proguard
printseeds="on"
85
</
proguard
>
/prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
shakespeare.txt
6
# java -jar
proguard
.jar ..... -obfuscationdictionary shakespeare.txt
/sdk/build/
tools.windows.atree
75
rm tools/
proguard
/bin
76
prebuilts/tools/common/
proguard
/proguard4.7/bin/
proguard
.bat tools/
proguard
/bin/
proguard
.bat
77
prebuilts/tools/common/
proguard
/proguard4.7/bin/retrace.bat tools/
proguard
/bin/retrace.bat
78
prebuilts/tools/common/
proguard
/proguard4.7/bin/proguardgui.bat tools/
proguard
/bin/proguardgui.bat
Completed in 240 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>