Searched
full:shrinking (Results
426 -
450 of
889) sorted by null
<<11121314151617181920>>
/external/proguard/src/proguard/optimize/info/ |
ClassOptimizationInfo.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
DotClassMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
DynamicInvocationMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
InstanceofClassMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
InstantiationClassMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
MethodInvocationMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
NoSideEffectMethodMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
PackageVisibleMemberInvokingClassMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
SuperInvocationMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
VariableUsageMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
/external/proguard/src/proguard/optimize/peephole/ |
HorizontalClassMerger.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
MemberPrivatizer.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
MethodFinalizer.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
NopRemover.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
PeepholeOptimizer.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
VerticalClassMerger.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
/external/proguard/src/proguard/shrink/ |
SignatureUsageMarker.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
/external/proguard/src/proguard/util/ |
ObjectUtil.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
VariableStringMatcher.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
introduction.html | 25 preverifier. The shrinking step detects and removes unused classes, fields, 79 followed by another shrinking step. ProGuard writes the processed results to 98 <li>In the <b>shrinking step</b>, ProGuard starts from these seeds and 151 referenced classes and class members are preserved in the shrinking phase, and
|
/external/eigen/test/ |
conservative_resize.cpp | 37 // random shrinking ... 84 // random shrinking ...
|
/external/v8/test/cctest/ |
test-ordered-hash-table.cc | 91 // Test shrinking 165 // Test shrinking
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 129 <li>Fixed shrinking of annotations with arrays of length 0. 192 <li>Refined shrinking of fields in case of unusual 230 <li>Fixed processing of generic types in Signature attributes in shrinking and 242 <li>Fixed shrinking of default annotation element values. 272 <li>Improved shrinking of unused annotations. 356 <li>Fixed shrinking of partially used annotations. 447 <li>Improved speed of shrinking step. 453 <li>Improved obfuscation and shrinking of private class members. 466 <li>Added bytecode optimization step, between shrinking step and obfuscation 602 any shrinking. They are mostly useful for native methods and serializabl [all...] |
/external/proguard/docs/ |
FAQ.html | 29 <li><a href="#shrinking">What is shrinking?</a></li> 60 <h3><a name="shrinking">What is shrinking?</a></h3> 65 Shrinking programs such as <b>ProGuard</b> can analyze bytecode and remove 96 Apart from removing unused classes, fields, and methods in the shrinking step, 218 referenced classes are preserved in the shrinking phase, and the string
|
/external/proguard/docs/manual/ |
introduction.html | 27 preverifier. The shrinking step detects and removes unused classes, fields, 99 <li>In the <b>shrinking step</b>, ProGuard starts from these seeds and 152 referenced classes and class members are preserved in the shrinking phase, and
|
Completed in 117 milliseconds
<<11121314151617181920>>