Searched refs:parseCommaSeparatedList (Results 1 – 8 of 8) sorted by relevance
/external/proguard/src/proguard/ |
D | ConfigurationParser.java | 175 …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() 297 … parseCommaSeparatedList("filter", true, true, true, true, false, true, false, false, null); in parseClassPathArgument() [all …]
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 78 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/ |
D | LocationParser.cpp | 86 parseCommaSeparatedList(parseElt) || in parseFusedLocation()
|
D | Parser.h | 44 ParseResult parseCommaSeparatedList(function_ref<ParseResult()> parseElement);
|
D | Parser.cpp | 39 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()
|
D | AttributeParser.cpp | 790 auto parseCommaSeparatedList = [&]() -> ParseResult { in parseList() local 805 if (p.parseCommaSeparatedListUntil(Token::r_square, parseCommaSeparatedList)) in parseList()
|
D | TypeParser.cpp | 84 return parseCommaSeparatedList(parseElt); in parseTypeListNoParens()
|
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
D | mlir-linalg-ods-gen.cpp | 379 parseCommaSeparatedList(llvm::function_ref<ParseResult()> parseElement) { in parseCommaSeparatedList() function in __anon084c004d0211::Parser 403 if (failed(parseCommaSeparatedList(parseElement)) || in parseCommaSeparatedListUntil()
|