Home
last modified time | relevance | path

Searched refs:next_token (Results 1 – 25 of 31) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
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 …]
Dsyn-pred.rb27 token = lexer.next_token
Dproperties.rb99 lexer.next_token
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c83 next_token( in next_token() function
100 next_token( ctx, &token ); in tgsi_parse_token()
110 next_token( ctx, &decl->Range ); in tgsi_parse_token()
113 next_token(ctx, &decl->Dim); in tgsi_parse_token()
117 next_token( ctx, &decl->Interp ); in tgsi_parse_token()
121 next_token( ctx, &decl->Semantic ); in tgsi_parse_token()
125 next_token(ctx, &decl->Image); in tgsi_parse_token()
129 next_token(ctx, &decl->SamplerView); in tgsi_parse_token()
133 next_token(ctx, &decl->Array); in tgsi_parse_token()
153 next_token(ctx, &imm->u[i].Float); in tgsi_parse_token()
[all …]
/external/openssh/openbsd-compat/
Drealpath.c68 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in realpath() local
119 if (s - left >= (ptrdiff_t)sizeof(next_token)) { in realpath()
123 memcpy(next_token, left, s - left); in realpath()
124 next_token[s - left] = '\0'; in realpath()
136 if (next_token[0] == '\0') in realpath()
138 else if (strcmp(next_token, ".") == 0) in realpath()
140 else if (strcmp(next_token, "..") == 0) { in realpath()
159 resolved_len = strlcat(resolved, next_token, PATH_MAX); in realpath()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb152 def next_token method in 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
/external/googletest/googlemock/scripts/generator/cpp/
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/
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/google-breakpad/src/testing/scripts/generator/cpp/
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/antlr/antlr-3.4/runtime/Ruby/test/unit/
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
Dtest-recognizers.rb21 def next_token method in TestTokenSource.TestSource
/external/ImageMagick/MagickCore/
Ddraw.c1683 *next_token, in DrawImage() local
1833 affine.sx=StringToDouble(token,&next_token); in DrawImage()
1834 if (token == next_token) in DrawImage()
1839 affine.rx=StringToDouble(token,&next_token); in DrawImage()
1840 if (token == next_token) in DrawImage()
1845 affine.ry=StringToDouble(token,&next_token); in DrawImage()
1846 if (token == next_token) in DrawImage()
1851 affine.sy=StringToDouble(token,&next_token); in DrawImage()
1852 if (token == next_token) in DrawImage()
1857 affine.tx=StringToDouble(token,&next_token); in DrawImage()
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/t/
Dlexer.t39 while ((my $_ = $lexer->next_token())) {
66 my $token = $lexer->next_token();
118 while ((my $_ = $lexer->next_token())) {
/external/ImageMagick/coders/
Dsvg.c291 *next_token, in GetUserSpaceCoordinateValue() local
304 value=StringToDouble(token,&next_token); in GetUserSpaceCoordinateValue()
789 *next_token, in SVGStartElement() local
1346 affine.rx=StringToDouble(token,&next_token); in SVGStartElement()
1350 affine.ry=StringToDouble(token,&next_token); in SVGStartElement()
1354 affine.sy=StringToDouble(token,&next_token); in SVGStartElement()
1358 affine.tx=StringToDouble(token,&next_token); in SVGStartElement()
1362 affine.ty=StringToDouble(token,&next_token); in SVGStartElement()
1962 affine.rx=StringToDouble(token,&next_token); in SVGStartElement()
1966 affine.ry=StringToDouble(token,&next_token); in SVGStartElement()
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Doffset_token.py69 for prev_token, next_token in _Pairwise(tokenize_tokens):
70 token_type, string, (srow, scol), _, _ = next_token
/external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
Dt.pl16 my $token = $lexer->next_token();
Dt-error.pl16 my $token = eval { $lexer->next_token(); };
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
Did.pl16 my $token = $lexer->next_token();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb19 def next_token method
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DCommonTokenStream.pm78 my $t = $self->token_source->next_token();
101 $t = $self->token_source->next_token();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtoken.rb314 token = next_token()
321 while token = next_token and token.type != EOF
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py524 next_token = PeekToken(tokens)
525 if next_token.token_type == 'code':
526 sep_token = next_token
/external/v8/testing/gtest/scripts/
Dpump.py524 next_token = PeekToken(tokens)
525 if next_token.token_type == 'code':
526 sep_token = next_token
/external/googletest/googletest/scripts/
Dpump.py524 next_token = PeekToken(tokens)
525 if next_token.token_type == 'code':
526 sep_token = next_token
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py524 next_token = PeekToken(tokens)
525 if next_token.token_type == 'code':
526 sep_token = next_token

12