HomeSort by relevance Sort by last modified time
    Searched defs:next_token (Results 1 - 25 of 26) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
19 def next_token method in class:ANTLR3.FilterMode
  /system/core/init/
parser.cpp 26 int next_token(struct parse_state *state) function
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 58 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
113 if (s - left >= sizeof(next_token)) {
119 memcpy(next_token, left, s - left);
120 next_token[s - left] = '\0';
134 if (next_token[0] == '\0') {
138 else if (strcmp(next_token, ".") == 0)
140 else if (strcmp(next_token, "..") == 0) {
157 resolved_len = strlcat(resolved, next_token, PATH_MAX);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 21 def next_token method in class:TestTokenSource.TestSource
test-streams.rb 249 def next_token method in class:TestCommonTokenStream.MockSource
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
query.py 25 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/
Lexer.pm 48 sub next_token { subroutine
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 83 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(ctx, &imm->u[i].Uint)
    [all...]
  /cts/tools/dasm/src/java_cup/
lexer.java 32 * next_token() to get each token) this class provides simple error and
373 public static token next_token() throws java.io.IOException method in class:lexer
380 /** Debugging version of next_token(). This routine calls the real scanning
387 System.out.println("# next_token() => " + result.sym);
394 * next_token(), but for debugging purposes can be called indirectly from
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 152 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...]
  /cts/tools/dasm/src/dasm/
Scanner.java 203 public token next_token() throws IOException, DasmError { method in class:Scanner
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 111 static const char* next_token(const char* str);
274 next_token(const char* str) function
283 const char* start = next_token(str);
  /ndk/sources/host-tools/make-3.81/
misc.c 120 in = next_token (in);
464 next_token (const char *s)
477 char *p = next_token (*ptr);
457 next_token (const char *s) function
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 945 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
    [all...]
  /external/ImageMagick/coders/
svg.c 295 *next_token,
308 value=StringToDouble(token,&next_token);
793 *next_token,
291 *next_token, local
789 *next_token, local
3629 *next_token, local
    [all...]
  /external/ImageMagick/MagickCore/
draw.c 1683 *next_token, local
4935 *next_token; local
5435 *next_token, local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 230 next_token();
865 Lex::next_token() function in class:gold::Lex
1336 next_token() function in class:gold::Parser_closure
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1279 milliseconds

1 2