Home
last modified time | relevance | path

Searched refs:INCLUDE_DESCRIPTOR_CLASSES_SUBOPTION (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/
DConfigurationConstants.java48 public static final String INCLUDE_DESCRIPTOR_CLASSES_SUBOPTION = "includedescriptorclasses"; field in ConfigurationConstants
DConfigurationParser.java509 … if (ConfigurationConstants.INCLUDE_DESCRIPTOR_CLASSES_SUBOPTION.startsWith(nextWord)) in parseKeepClassSpecificationArguments()
527 …arseException("Expecting keyword '" + ConfigurationConstants.INCLUDE_DESCRIPTOR_CLASSES_SUBOPTION + in parseKeepClassSpecificationArguments()
DConfigurationWriter.java359 ConfigurationConstants.INCLUDE_DESCRIPTOR_CLASSES_SUBOPTION; in writeOption()