Searched defs:allowShrinking (Results 1 - 8 of 8) sorted by relevance

/external/proguard/src/proguard/
H A DKeepClassSpecification.java32 public final boolean allowShrinking; field in class:KeepClassSpecification
46 * @param allowShrinking specifies whether shrinking is allowed.
52 boolean allowShrinking,
58 this.allowShrinking = allowShrinking;
73 * @param allowShrinking specifies whether shrinking is allowed.
80 boolean allowShrinking,
89 this.allowShrinking = allowShrinking;
109 this.allowShrinking
50 KeepClassSpecification(boolean markClasses, boolean markConditionally, boolean allowShrinking, boolean allowOptimization, boolean allowObfuscation) argument
78 KeepClassSpecification(boolean markClasses, boolean markConditionally, boolean allowShrinking, boolean allowOptimization, boolean allowObfuscation, ClassSpecification classSpecification) argument
[all...]
H A DConfigurationParser.java463 boolean allowShrinking)
472 //boolean allowShrinking = false;
496 allowShrinking = true;
522 allowShrinking,
460 parseKeepClassSpecificationArguments(List keepClassSpecifications, boolean markClasses, boolean markConditionally, boolean allowShrinking) argument
/external/proguard/src/proguard/ant/
H A DKeepSpecificationElement.java34 private boolean allowShrinking; field in class:KeepSpecificationElement
59 allowShrinking,
71 public void setAllowshrinking(boolean allowShrinking) argument
73 this.allowShrinking = allowShrinking;
/external/proguard/src/proguard/gui/
H A DKeepSpecificationsPanel.java37 private final boolean allowShrinking; field in class:KeepSpecificationsPanel
45 boolean allowShrinking,
53 this.allowShrinking = allowShrinking;
65 allowShrinking,
42 KeepSpecificationsPanel(JFrame owner, boolean markClasses, boolean markConditionally, boolean allowShrinking, boolean allowOptimization, boolean allowObfuscation) argument
H A DProGuardGUI.java707 boolean allowShrinking,
715 if (keepClassSpecification.allowShrinking == allowShrinking &&
1254 boolean allowShrinking)
1263 if (keepClassSpecification.allowShrinking == allowShrinking)
706 extractKeepSpecifications(List keepSpecifications, boolean allowShrinking, boolean allowObfuscation) argument
1253 filteredKeepSpecifications(List keepSpecifications, boolean allowShrinking) argument
/external/proguard/src/proguard/gradle/
H A DProGuardTask.java1118 private KeepClassSpecification createKeepClassSpecification(boolean allowShrinking, argument
1129 createKeepClassSpecification(allowShrinking,
1141 private KeepClassSpecification createKeepClassSpecification(boolean allowShrinking, argument
1152 createKeepClassSpecification(allowShrinking,
1164 private KeepClassSpecification createKeepClassSpecification(boolean allowShrinking, argument
1173 retrieveBoolean(keepArgs, "allowshrinking", allowShrinking),
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 120 milliseconds