Home
last modified time | relevance | path

Searched refs:parseCommaSeparatedList (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/
DConfigurationParser.java175 …With(nextWord)) configuration.keepDirectories = parseCommaSeparatedList("director… in parse()
183 …With(nextWord)) configuration.optimizations = parseCommaSeparatedList("optimiza… in parse()
197 …With(nextWord)) configuration.keepPackageNames = parseCommaSeparatedList("package … in parse()
201 …With(nextWord)) configuration.keepAttributes = parseCommaSeparatedList("attribut… in parse()
204 …With(nextWord)) configuration.adaptClassStrings = parseCommaSeparatedList("class na… in parse()
205 …With(nextWord)) configuration.adaptResourceFileNames = parseCommaSeparatedList("resource… in parse()
206 …With(nextWord)) configuration.adaptResourceFileContents = parseCommaSeparatedList("resource… in parse()
212 …With(nextWord)) configuration.note = parseCommaSeparatedList("class na… in parse()
213 …With(nextWord)) configuration.warn = parseCommaSeparatedList("class na… in parse()
297parseCommaSeparatedList("filter", true, true, true, true, false, true, false, false, null); in parseClassPathArgument()
[all …]
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp78 void parseCommaSeparatedList (const char* src, vector<string>* dst) in parseCommaSeparatedList() function
102 …et> ("t", "testset", "Comma-separated list of include filters.", parseCommaSeparatedList) in registerOptions()
103 … ("e", "exclude", "Comma-separated list of exclude filters.", parseCommaSeparatedList, "") in registerOptions()
/external/llvm-project/mlir/lib/Parser/
DLocationParser.cpp86 parseCommaSeparatedList(parseElt) || in parseFusedLocation()
DParser.h44 ParseResult parseCommaSeparatedList(function_ref<ParseResult()> parseElement);
DParser.cpp39 Parser::parseCommaSeparatedList(function_ref<ParseResult()> parseElement) { in parseCommaSeparatedList() function in Parser
70 if (parseCommaSeparatedList(parseElement) || in parseCommaSeparatedListUntil()
465 return parseCommaSeparatedList([&]() -> ParseResult { in parseOptionalSSAUseList()
666 if (parseCommaSeparatedList(parseNextResult)) in parseOperation()
1900 return parseCommaSeparatedList([&]() -> ParseResult { in parseOptionalBlockArgList()
DAttributeParser.cpp790 auto parseCommaSeparatedList = [&]() -> ParseResult { in parseList() local
805 if (p.parseCommaSeparatedListUntil(Token::r_square, parseCommaSeparatedList)) in parseList()
DTypeParser.cpp84 return parseCommaSeparatedList(parseElt); in parseTypeListNoParens()
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/
Dmlir-linalg-ods-gen.cpp379 parseCommaSeparatedList(llvm::function_ref<ParseResult()> parseElement) { in parseCommaSeparatedList() function in __anon084c004d0211::Parser
403 if (failed(parseCommaSeparatedList(parseElement)) || in parseCommaSeparatedListUntil()