Home
last modified time | relevance | path

Searched refs:recognizers (Results 1 – 25 of 34) sorted by relevance

12

/external/vboot_reference/futility/
Dfile_type.c47 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/
DREADME18 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.
Dmkdoxy.sh10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
DChangeLog19 * recognizers.py (TokenSource): Added iterator interface to TokenSource
Ddoxyfile119 EXCLUDE_SYMBOLS = dfa exceptions recognizers streams tokens constants
/external/antlr/runtime/Python3/antlr3/
D__init__.py150 from .recognizers import *
Ddebug.py35 from .recognizers import Parser
Dtree.py44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
/external/antlr/runtime/Python/antlr3/
D__init__.py150 from recognizers import *
Dtree.py44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
/external/antlr/runtime/Python3/
Dmkdoxy.sh10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
DChangeLog39 * recognizers.py (TokenSource): Added iterator interface to TokenSource
DREADME17 WARNING: The runtime library is not compatible with recognizers generated by
Ddoxyfile119 EXCLUDE_SYMBOLS = dfa exceptions recognizers streams tokens constants
/external/antlr/
DMETADATA2 …gnition) is a language tool that provides a framework for constructing recognizers, interpreters, …
DREADME.txt12 recognizers, interpreters, compilers, and translators from grammatical
89 that provides a framework for constructing recognizers, compilers, and
/external/antlr/runtime/C/doxygen/
Dmainpage.dox27 /// 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.
Ddoxygengroups.dox164 /// The base recognizer interface is implemented by all higher level recognizers
165 /// such as #pANTLR3_PARSER and provides methods common to all recognizers.
Dbuild.dox87 /// <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…
Datsections.dox96 /// may create different <code>\#defines</code> for different recognizers.
Dinterop.dox65 /// 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/
DTokenSource.as38 * toss you all the way out of the recognizers. If you want to continue
/external/antlr/runtime/Ruby/
DREADME.txt92 about loading the recognizers and using their class definitions
DHistory.txt144 generate template output mode recognizers
/external/antlr/runtime/C/
DREADME99 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