Home
last modified time | relevance | path

Searched refs:keepSpecificationElement (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/ant/
DConfigurationTask.java130 public void addConfiguredKeep(KeepSpecificationElement keepSpecificationElement) in addConfiguredKeep() argument
133 keepSpecificationElement, in addConfiguredKeep()
139 public void addConfiguredKeepclassmembers(KeepSpecificationElement keepSpecificationElement) in addConfiguredKeepclassmembers() argument
142 keepSpecificationElement, in addConfiguredKeepclassmembers()
148 … public void addConfiguredKeepclasseswithmembers(KeepSpecificationElement keepSpecificationElement) in addConfiguredKeepclasseswithmembers() argument
151 keepSpecificationElement, in addConfiguredKeepclasseswithmembers()
157 public void addConfiguredKeepnames(KeepSpecificationElement keepSpecificationElement) in addConfiguredKeepnames() argument
160 keepSpecificationElement.setAllowshrinking(true); in addConfiguredKeepnames()
163 keepSpecificationElement, in addConfiguredKeepnames()
169 public void addConfiguredKeepclassmembernames(KeepSpecificationElement keepSpecificationElement) in addConfiguredKeepclassmembernames() argument
[all …]
DKeepSpecificationElement.java52 KeepSpecificationElement keepSpecificationElement = isReference() ? in appendTo() local
64 createClassSpecification(keepSpecificationElement)); in appendTo()