Searched refs:next_token (Results 1 - 25 of 30) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dbasic.rb20 token = lexer.next_token
23 token = lexer.next_token
38 token = lexer.next_token
62 token = lexer.next_token
65 token = lexer.next_token
68 token = lexer.next_token
75 b = lambda { token = lexer.next_token }
100 token = lexer.next_token
103 token = lexer.next_token
106 token = lexer.next_token
[all...]
H A Dsyn-pred.rb27 token = lexer.next_token
H A Dproperties.rb99 lexer.next_token
/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/Perl5/examples/zero-one/
H A Dt.pl16 my $token = $lexer->next_token();
H A Dt-error.pl16 my $token = eval { $lexer->next_token(); };
/external/openssh/openbsd-compat/
H A Drealpath.c61 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
95 if (s - left >= (ptrdiff_t)sizeof(next_token)) {
99 memcpy(next_token, left, s - left);
100 next_token[s - left] = '\0';
112 if (next_token[0] == '\0')
114 else if (strcmp(next_token, ".") == 0)
116 else if (strcmp(next_token, "..") == 0) {
135 resolved_len = strlcat(resolved, next_token, PATH_MAX);
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
H A Did.pl16 my $token = $lexer->next_token();
/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/chromium-trace/catapult/common/py_utils/py_utils/refactor/
H A Doffset_token.py69 for prev_token, next_token in _Pairwise(tokenize_tokens):
70 token_type, string, (srow, scol), _, _ = next_token
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py933 next_token = GetNextToken()
936 while (next_token.token_type == tokenize.NAME or
937 (next_token.token_type == tokenize.SYNTAX and
938 next_token.name in ('::', '<'))):
941 if last_token_was_name and next_token.token_type == tokenize.NAME:
943 last_token_was_name = next_token.token_type == tokenize.NAME
944 tokens.append(next_token)
946 if next_token.name == '<':
949 next_token = GetNextToken()
950 return tokens, next_token
[all...]
/external/googletest/googlemock/scripts/generator/cpp/
H A Dast.py934 next_token = GetNextToken()
937 while (next_token.token_type == tokenize.NAME or
938 (next_token.token_type == tokenize.SYNTAX and
939 next_token.name in ('::', '<'))):
942 if last_token_was_name and next_token.token_type == tokenize.NAME:
944 last_token_was_name = next_token.token_type == tokenize.NAME
945 tokens.append(next_token)
947 if next_token.name == '<':
950 next_token = GetNextToken()
951 return tokens, next_token
[all...]
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dast.py934 next_token = GetNextToken()
937 while (next_token.token_type == tokenize.NAME or
938 (next_token.token_type == tokenize.SYNTAX and
939 next_token.name in ('::', '<'))):
942 if last_token_was_name and next_token.token_type == tokenize.NAME:
944 last_token_was_name = next_token.token_type == tokenize.NAME
945 tokens.append(next_token)
947 if next_token.name == '<':
950 next_token = GetNextToken()
951 return tokens, next_token
[all...]
/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-tree-wizard.rb18 type = lexer.next_token
26 type = lexer.next_token
34 type = lexer.next_token
42 type = lexer.next_token
50 type = lexer.next_token
58 type = lexer.next_token
66 type = lexer.next_token
74 type = lexer.next_token
/external/ImageMagick/MagickCore/
H A Ddraw.c1699 *next_token,
1849 affine.sx=StringToDouble(token,&next_token);
1850 if (token == next_token)
1855 affine.rx=StringToDouble(token,&next_token);
1856 if (token == next_token)
1861 affine.ry=StringToDouble(token,&next_token);
1862 if (token == next_token)
1867 affine.sy=StringToDouble(token,&next_token);
1868 if (token == next_token)
1873 affine.tx=StringToDouble(token,&next_token);
1683 *next_token, local
4935 *next_token; local
5435 *next_token, local
[all...]
/external/ImageMagick/coders/
H A Dsvg.c295 *next_token,
308 value=StringToDouble(token,&next_token);
793 *next_token,
1350 affine.rx=StringToDouble(token,&next_token);
1354 affine.ry=StringToDouble(token,&next_token);
1358 affine.sy=StringToDouble(token,&next_token);
1362 affine.tx=StringToDouble(token,&next_token);
1366 affine.ty=StringToDouble(token,&next_token);
1966 affine.rx=StringToDouble(token,&next_token);
1970 affine.ry=StringToDouble(token,&next_token);
291 *next_token, local
789 *next_token, local
3629 *next_token, local
[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/Perl5/lib/ANTLR/Runtime/
H A DCommonTokenStream.pm78 my $t = $self->token_source->next_token();
101 $t = $self->token_source->next_token();
H A DLexer.pm48 sub next_token { subroutine
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb298 implementation of the method #next_token. In return, it
311 abstract :next_token
314 token = next_token()
321 while token = next_token and token.type != EOF
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py524 next_token = PeekToken(tokens)
525 if next_token.token_type == 'code':
526 sep_token = next_token
/external/googletest/googletest/scripts/
H A Dpump.py524 next_token = PeekToken(tokens)
525 if next_token.token_type == 'code':
526 sep_token = next_token
/external/protobuf/gtest/scripts/
H A Dpump.py515 next_token = PeekToken(tokens)
516 if next_token.token_type == 'code':
517 sep_token = next_token
/external/v8/testing/gtest/scripts/
H A Dpump.py524 next_token = PeekToken(tokens)
525 if next_token.token_type == 'code':
526 sep_token = next_token

Completed in 451 milliseconds

12