HomeSort by relevance Sort by last modified time
    Searched defs:next_token (Results 1 - 25 of 33) 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/
tokenizer.cpp 6 int next_token(struct parse_state *state) function in namespace:android::init
  /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/oj-libjdwp/src/solaris/back/
linker_md.c 59 char *path, *paths_copy, *next_token; local
66 next_token = NULL;
67 path = strtok_r(paths_copy, PATH_SEPARATOR, &next_token);
75 path = strtok_r(NULL, PATH_SEPARATOR, &next_token);
  /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 );
125 next_token(ctx, &decl->Image);
129 next_token(ctx, &decl->SamplerView);
133 next_token(ctx, &decl->Array);
153 next_token(ctx, &imm->u[i].Float)
    [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
  /bionic/linker/
linker_config.cpp 71 int next_token(std::string* name, std::string* value, std::string* error_msg) { function in class:ConfigParser
202 int result = cp.next_token(&name, &value, &error);
250 int result = cp.next_token(&name, &value, &error);
270 int result = cp.next_token(&name, &value, &error);
  /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.27/gold/
script.cc 230 next_token();
865 Lex::next_token() function in class:gold::Lex
1337 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/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 445 milliseconds

1 2