Searched defs:next_token (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
19 def next_token method in class:ANTLR3.FilterMode
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-recognizers.rb21 def next_token method in class:TestTokenSource.TestSource
H A Dtest-streams.rb249 def next_token method in class:TestCommonTokenStream.MockSource
/external/chromium_org/tools/gn/
H A Dparser.h59 const Token& next_token() const { return tokens_[cur_ + 1]; } function in class:Parser
/external/openssh/openbsd-compat/
H A Drealpath.c59 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
93 if (s - left >= sizeof(next_token)) {
97 memcpy(next_token, left, s - left);
98 next_token[s - left] = '\0';
110 if (next_token[0] == '\0')
112 else if (strcmp(next_token, ".") == 0)
114 else if (strcmp(next_token, "..") == 0) {
133 resolved_len = strlcat(resolved, next_token, PATH_MAX);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm48 sub next_token { subroutine
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c83 next_token( function
100 next_token( ctx, &token );
110 next_token( ctx, &decl->Range );
113 next_token(ctx, &decl->Dim);
117 next_token( ctx, &decl->Interp );
121 next_token( ctx, &decl->Semantic );
136 next_token(ctx, &decl->Resource);
140 next_token(ctx, &decl->SamplerView);
159 next_token(ctx, &imm->u[i].Float);
165 next_token(ct
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c83 next_token( function
100 next_token( ctx, &token );
110 next_token( ctx, &decl->Range );
113 next_token(ctx, &decl->Dim);
117 next_token( ctx, &decl->Interp );
121 next_token( ctx, &decl->Semantic );
136 next_token(ctx, &decl->Resource);
140 next_token(ctx, &decl->SamplerView);
159 next_token(ctx, &imm->u[i].Float);
165 next_token(ct
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb152 def next_token method in class:ANTLR3.AST.Wizard.PatternLexer
197 @token_type = tokenizer.next_token
215 @token_type = @tokenizer.next_token
230 @token_type = @tokenizer.next_token
237 ( @token_type = @tokenizer.next_token ) == :identifier or return nil
239 ( @token_type = @tokenizer.next_token ) == :colon or return nil
240 @token_type = @tokenizer.next_token
244 @token_type = @tokenizer.next_token
253 @token_type = @tokenizer.next_token
261 @token_type = @tokenizer.next_token
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb945 to fetch a token. The primary method in the lexer API, #next_token, uses
1023 def next_token method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
/external/oprofile/libop/
H A Dop_events.c348 static int next_token(char const ** cp, char ** name, char ** value) function
364 parse_error("next_token(): garbage at end of line");
369 parse_error("next_token() expected ':'");
460 while (next_token(&c, &name, &value)) {
761 while (next_token(&c, &name, &value)) {
/external/srec/srec/include/
H A Dsrec.h52 struct altword_token_t* next_token; /* todo: change this to indices */ member in struct:altword_token_t
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
H A Dparse-js.js487 return next_token();
491 return next_token();
523 function next_token(force_regexp) {
540 next_token.context = function(nc) {
545 return next_token;

Completed in 1904 milliseconds