HomeSort by relevance Sort by last modified time
    Searched refs:parser (Results 2576 - 2600 of 2894) sorted by null

<<101102103104105106107108109110>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 225 general utility. Thus code generated for a standard combo lexer-parser grammar
443 example, if you refer to the literal <tt>'='</tt> in some parser rule in your
471 class ARecognizerOrSuch < ANTLR3::Parser
tree.rb 52 ############################################ Tree Parser ###########################################
70 Furthermore, it is capable of generating several different flavors of parser,
86 == The Tree Parser API
88 Like Parser, the class does not stray too far from the Recognizer API.
673 provide it to the parser.
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 43 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions,
271 /** How to generate a parser */
403 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
404 ASTLabelType="object", superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Parser<endif>}, labelType="IToken",
405 members={<actions.parser.members>}) ::= <<
409 /** How to generate a tree parser; same as parser except the input
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 44 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions,
266 /** How to generate a parser */
385 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
386 ASTLabelType="object", superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Parser<endif>}, labelType="IToken",
387 members={<actions.parser.members>}) ::= <<
391 /** How to generate a tree parser; same as parser except the input
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 53 * PARSER (Boolean): should we generate parser code?
54 * TREE_PARSER (Boolean): should we generate tree parser code?
55 * actionScope (String): 'lexer', 'parser', 'tree_parser' or custom scope
81 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
305 /** How to generate a parser */
485 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="Parser", labelType="Token", members={<actions.parser.members>}) ::= <<
489 /** How to generate a tree parser; same as parser except the inpu
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 52 className() ::= "<name><!<if(LEXER)>Lexer<else><if(TREE_PARSER)>Tree<endif>Parser<endif>!>"
63 <if(PARSER)>
64 * - for the parser : <name>Parser
67 * - for the tree parser : <name>TreeParser
81 PARSER,
127 #import "<name><!<if(LEXER)>Lexer<else><if(TREE_PARSER)>Tree<endif>Parser<endif>!>.h"
153 PARSER,
200 <if(PARSER)>
210 PARSER,
    [all...]
  /external/chromium_org/third_party/jinja2/
nodes.py 9 `get_nodes` used by the parser and translator in order to normalize
196 parser will all generate nodes that have a 'load' context as it's the
197 most common one. This method is used in the parser to set assignment
331 start with double underscores (which the parser asserts) this is not a
431 """All constant values. The parser will return this node for simple
827 yourself but the parser provides a
828 :meth:`~jinja2.parser.Parser.free_identifier` method that creates
836 '`free_identifier` method on a parser.')
  /external/chromium_org/third_party/libxml/src/
entities.c 19 #include <libxml/parser.h>
error.c 2 * error.c: module displaying/handling XML parser errors
14 #include <libxml/parser.h>
236 * @ctx: the parser context or NULL
303 channel(data, "parser ");
313 channel(data, "HTML parser ");
331 channel(data, "parser ");
343 channel(data, "Schemas parser ");
346 channel(data, "Relax-NG parser ");
421 * @ctx: the parser context or NULL
422 * @ctx: the parser context or NUL
    [all...]
hash.c 24 #include <libxml/parser.h>
runsuite.c 23 #include <libxml/parser.h>
  /external/chromium_org/third_party/libxslt/libxslt/
functions.c 26 #include <libxml/parser.h>
218 * @ctxt: the XPath Parser context
345 * @ctxt: the XPath Parser context
542 * @ctxt: the XPath Parser context
585 * @ctxt: the XPath Parser context
648 * @ctxt: the XPath Parser context
723 * @ctxt: the XPath Parser context
815 * @ctxt: the XPath Parser context
882 * @ctxt: the XPath Parser context
935 * @ctxt: the XPath Parser contex
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 230 if (arch_x86->parser == X86_PARSER_GAS) {
232 * Note this assumes a particular ordering coming from the parser
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 109 elf_get_special_sym(const char *name, const char *parser)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 111 long parse_scnum; /* sect numbering in parser */
966 const char *parser)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 85 long parse_scnum; /* sect numbering in parser */
773 const char *parser)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 32 import com.vladium.jcd.parser.ClassDefParser;
    [all...]
  /external/icu/icu4c/source/i18n/
csrsbcs.cpp 248 NGramParser parser(ngrams, byteMap);
251 result = parser.parse(det);
    [all...]
  /external/libxml2/
entities.c 19 #include <libxml/parser.h>
error.c 2 * error.c: module displaying/handling XML parser errors
14 #include <libxml/parser.h>
236 * @ctx: the parser context or NULL
306 channel(data, "parser ");
316 channel(data, "HTML parser ");
334 channel(data, "parser ");
346 channel(data, "Schemas parser ");
349 channel(data, "Relax-NG parser ");
433 * @ctx: the parser context or NULL
434 * @ctx: the parser context or NUL
    [all...]
hash.c 40 #include <libxml/parser.h>
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 42 #include <google/protobuf/compiler/parser.h>
96 Parser::Parser()
105 Parser::~Parser() {
110 inline bool Parser::LookingAt(const char* text) {
114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) {
118 inline bool Parser::AtEnd() {
122 bool Parser::TryConsume(const char* text) {
131 bool Parser::Consume(const char* text, const char* error)
    [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 346 CHKLOG(rc, EP_RegisterFunction(semprocImpl->parser, functionName, userData, function));
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 2 * WPA Supplicant / Configuration parser and common functions
27 * a generic parser for each network block variable. The table of configuration
34 /* Parser function for this variable */
35 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid, member in struct:parse_data
44 /* Variable specific parameters for the parser. */
3327 int (*parser)(const struct global_parse_data *data, member in struct:global_parse_data
    [all...]

Completed in 1043 milliseconds

<<101102103104105106107108109110>>