Home
last modified time | relevance | path

Searched refs:allowShrinking (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/
DKeepClassSpecification.java32 public final boolean allowShrinking; field in KeepClassSpecification
52 boolean allowShrinking, in KeepClassSpecification() argument
58 this.allowShrinking = allowShrinking; in KeepClassSpecification()
80 boolean allowShrinking, in KeepClassSpecification() argument
89 this.allowShrinking = allowShrinking; in KeepClassSpecification()
109 this.allowShrinking == other.allowShrinking && in equals()
120 (allowShrinking ? 0 : 4) ^ in hashCode()
DConfigurationParser.java416 boolean allowShrinking) in parseKeepClassSpecificationArguments() argument
448 allowShrinking = true; in parseKeepClassSpecificationArguments()
474 allowShrinking, in parseKeepClassSpecificationArguments()
DClassSpecificationVisitorFactory.java65 if ((shrinking && !keepClassSpecification.allowShrinking) || in createClassPoolVisitor()
DConfigurationWriter.java354 if (keepClassSpecification.allowShrinking) in writeOption()
/external/proguard/src/proguard/ant/
DKeepSpecificationElement.java34 private boolean allowShrinking; field in KeepSpecificationElement
59 allowShrinking, in appendTo()
71 public void setAllowshrinking(boolean allowShrinking) in setAllowshrinking() argument
73 this.allowShrinking = allowShrinking; in setAllowshrinking()
/external/proguard/src/proguard/gui/
DKeepSpecificationsPanel.java37 private final boolean allowShrinking; field in KeepSpecificationsPanel
45 boolean allowShrinking, in KeepSpecificationsPanel() argument
53 this.allowShrinking = allowShrinking; in KeepSpecificationsPanel()
65 allowShrinking, in createClassSpecification()
DClassSpecificationDialog.java355 boolean allowShrinking = keepClassSpecification.allowShrinking; in setKeepSpecification()
368 allowShrinkingCheckBox .setSelected(allowShrinking); in setKeepSpecification()
418 boolean allowShrinking = allowShrinkingCheckBox .isSelected(); in getKeepSpecification()
424 allowShrinking, in getKeepSpecification()
DProGuardGUI.java700 boolean allowShrinking, in extractKeepSpecifications() argument
708 if (keepClassSpecification.allowShrinking == allowShrinking && in extractKeepSpecifications()
1243 boolean allowShrinking) in filteredKeepSpecifications() argument
1252 if (keepClassSpecification.allowShrinking == allowShrinking) in filteredKeepSpecifications()
DGUIResources.properties301 allowShrinking = Allow shrinking key