Searched defs:next_token (Results 1 - 12 of 12) 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-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
H A Dquery.py25 def __init__(self, model_class, limit=None, next_token=None, manager=None):
37 self.next_token = next_token
78 return self.rs.next_token
86 next_token = property(get_next_token, set_next_token) variable in class:Query
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm48 sub next_token { subroutine
/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/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/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 476 milliseconds