OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parseCommaSeparatedList
(Results
1 - 4
of
4
) sorted by null
/external/proguard/src/proguard/
ConfigurationParser.java
127
else if (ConfigurationConstants.KEEP_DIRECTORIES_OPTION .startsWith(nextWord)) configuration.keepDirectories =
parseCommaSeparatedList
("directory name", true, true, false, false, true, false, false, configuration.keepDirectories);
135
else if (ConfigurationConstants.OPTIMIZATIONS .startsWith(nextWord)) configuration.optimizations =
parseCommaSeparatedList
("optimization name", true, false, false, false, false, false, false, configuration.optimizations);
149
else if (ConfigurationConstants.KEEP_PACKAGE_NAMES_OPTION .startsWith(nextWord)) configuration.keepPackageNames =
parseCommaSeparatedList
("package name", true, true, false, true, false, true, false, configuration.keepPackageNames);
153
else if (ConfigurationConstants.KEEP_ATTRIBUTES_OPTION .startsWith(nextWord)) configuration.keepAttributes =
parseCommaSeparatedList
("attribute name", true, true, false, true, false, false, false, configuration.keepAttributes);
155
else if (ConfigurationConstants.ADAPT_CLASS_STRINGS_OPTION .startsWith(nextWord)) configuration.adaptClassStrings =
parseCommaSeparatedList
("class name", true, true, false, true, false, true, false, configuration.adaptClassStrings);
156
else if (ConfigurationConstants.ADAPT_RESOURCE_FILE_NAMES_OPTION .startsWith(nextWord)) configuration.adaptResourceFileNames =
parseCommaSeparatedList
("resource file name", true, true, false, false, false, false, false, configuration.adaptResourceFileNames);
157
else if (ConfigurationConstants.ADAPT_RESOURCE_FILE_CONTENTS_OPTION .startsWith(nextWord)) configuration.adaptResourceFileContents =
parseCommaSeparatedList
("resource file name", true, true, false, false, false, false, false, configuration.adaptResourceFileContents);
163
else if (ConfigurationConstants.DONT_NOTE_OPTION .startsWith(nextWord)) configuration.note =
parseCommaSeparatedList
("class name", true, true, false, true, false, true, false, configuration.note);
164
else if (ConfigurationConstants.DONT_WARN_OPTION .startsWith(nextWord)) configuration.warn =
parseCommaSeparatedList
("class name", true, true, false, true, false, true, false, configuration.warn);
248
parseCommaSeparatedList
("filter", true, false, true, false, true, false, false, null)
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 25 milliseconds