Searched refs:recognizers (Results 1 – 25 of 34) sorted by relevance
12
/external/vboot_reference/futility/ |
D | file_type.c | 47 enum futil_file_type (*recognizers[])(uint8_t *buf, uint32_t len) = { variable 61 for (i = 0; i < ARRAY_SIZE(recognizers); i++) { in futil_file_type_buf() 62 type = recognizers[i](buf, len); in futil_file_type_buf()
|
/external/antlr/runtime/Python/ |
D | README | 18 recognizers generated by ANTLR V3.0.x. If you are an application developer, 23 compatible with V3.0.x recognizers or if future runtimes V3.2+ will be 24 compatible with V3.1 recognizers.
|
D | mkdoxy.sh | 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
|
D | ChangeLog | 19 * recognizers.py (TokenSource): Added iterator interface to TokenSource
|
D | doxyfile | 119 EXCLUDE_SYMBOLS = dfa exceptions recognizers streams tokens constants
|
/external/antlr/runtime/Python3/antlr3/ |
D | __init__.py | 150 from .recognizers import *
|
D | debug.py | 35 from .recognizers import Parser
|
D | tree.py | 44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
|
/external/antlr/runtime/Python/antlr3/ |
D | __init__.py | 150 from recognizers import *
|
D | tree.py | 44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
|
/external/antlr/runtime/Python3/ |
D | mkdoxy.sh | 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
|
D | ChangeLog | 39 * recognizers.py (TokenSource): Added iterator interface to TokenSource
|
D | README | 17 WARNING: The runtime library is not compatible with recognizers generated by
|
D | doxyfile | 119 EXCLUDE_SYMBOLS = dfa exceptions recognizers streams tokens constants
|
/external/antlr/ |
D | METADATA | 2 …gnition) is a language tool that provides a framework for constructing recognizers, interpreters, …
|
D | README.txt | 12 recognizers, interpreters, compilers, and translators from grammatical 89 that provides a framework for constructing recognizers, compilers, and
|
/external/antlr/runtime/C/doxygen/ |
D | mainpage.dox | 27 /// generation template for the tool and a runtime library for use by generated recognizers. 103 /// number of example grammars and helps to see how to invoke and call the generated recognizers.
|
D | doxygengroups.dox | 164 /// The base recognizer interface is implemented by all higher level recognizers 165 /// such as #pANTLR3_PARSER and provides methods common to all recognizers.
|
D | build.dox | 87 /// <b>/usr/local/lib</b> and include files (for building your recognizers) in <b>/usr/local/includ… 174 /// You are now ready to generate C recognizers and compile and link them with the ANTLR 3 C Runtim…
|
D | atsections.dox | 96 /// may create different <code>\#defines</code> for different recognizers.
|
D | interop.dox | 65 /// recognizers. Wherever a function call or rule call required the ctx parameter, you either refer… 291 /// to all recognizers, whether lexers, parsers or tree parsers. You can override methods in this
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenSource.as | 38 * toss you all the way out of the recognizers. If you want to continue
|
/external/antlr/runtime/Ruby/ |
D | README.txt | 92 about loading the recognizers and using their class definitions
|
D | History.txt | 144 generate template output mode recognizers
|
/external/antlr/runtime/C/ |
D | README | 99 framework for constructing recognizers, compilers, and translators 609 * Added traceIn/Out methods to recognizers so that you can override them; 1406 * debugging event handshake how sends grammar file name. Added getGrammarFileName() to recognizers…
|
12