Searched +defs:parse +defs:examples (Results 1 – 5 of 5) sorted by relevance
| /external/libxml2/doc/examples/ |
| D | index.py | 15 examples = [] variable 92 def parse(filename, output): function
|
| /external/python/cpython2/Tools/pybench/ |
| D | CommandLine.py | 281 examples = '' variable in Application 403 def parse(self): member in Application
|
| /external/python/cpython3/Lib/ |
| D | doctest.py | 521 def __init__(self, examples, globs, name, filename, lineno, docstring): argument 620 def parse(self, string, name='<string>'): member in DocTestParser
|
| /external/cldr/tools/java/org/unicode/cldr/test/ |
| D | ConsoleCheckCLDR.java | 126 examples(new Params().setHelp("Turn on examples (actually a summary of the demo)") enumConstant 175 private static Set<String> parse(String[] args, boolean showArguments) { in parse() method in ConsoleCheckCLDR.MyOptions
|
| /external/python/cpython2/Lib/ |
| D | doctest.py | 523 def __init__(self, examples, globs, name, filename, lineno, docstring): argument 623 def parse(self, string, name='<string>'): member in DocTestParser
|