Searched refs:parse_list (Results 1 – 6 of 6) sorted by relevance
/external/python/setuptools/setuptools/ |
D | config.py | 405 parse_list = self._parse_list 410 'platforms': parse_list, 411 'keywords': parse_list, 412 'provides': parse_list, 413 'requires': parse_list, 414 'obsoletes': parse_list, 415 'classifiers': self._get_parser_compound(parse_file, parse_list), 451 parse_list = self._parse_list 461 'use_2to3_fixers': parse_list, 462 'use_2to3_exclude_fixers': parse_list, [all …]
|
/external/libxml2/ |
D | testC14N.c | 58 static xmlChar **parse_list(xmlChar *str); 162 list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL; in main() 169 list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL; in main() 200 parse_list(xmlChar *str) { in parse_list() function
|
D | runtest.c | 3744 parse_list(xmlChar *str) { in parse_list() function 3839 inclusive_namespaces = parse_list((xmlChar *) nslist); in c14nRunTest()
|
/external/iptables/extensions/ |
D | libxt_TCPOPTSTRIP.c | 71 parse_list(struct xt_tcpoptstrip_target_info *info, const char *arg) in parse_list() function 114 parse_list(info, cb->arg); in tcpoptstrip_tg_parse()
|
/external/libchrome/third_party/jinja2/ |
D | parser.py | 579 node = self.parse_list() 641 def parse_list(self): member in Parser
|
/external/python/jinja/src/jinja2/ |
D | parser.py | 590 node = self.parse_list() 662 def parse_list(self): member in Parser
|