/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.c | 68 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') { 157 else if (strcmp(next_token, ".") == 0) 159 else if (strcmp(next_token, "..") == 0) { 176 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/openssh/openbsd-compat/ |
realpath.c | 59 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local 93 if (s - left >= sizeof(next_token)) { 97 memcpy(next_token, left, s - left); 98 next_token[s - left] = '\0'; 110 if (next_token[0] == '\0') 112 else if (strcmp(next_token, ".") == 0) 114 else if (strcmp(next_token, "..") == 0) { 133 resolved_len = strlcat(resolved, next_token, PATH_MAX);
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Lexer.pm | 48 sub next_token { subroutine
|
/external/chromium_org/third_party/mesa/src/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...] |
/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); 253 next_token(const char* str) function 262 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/oprofile/libop/ |
op_events.c | 348 static int next_token(char const ** cp, char ** name, char ** value) function 364 parse_error("next_token(): garbage at end of line"); 369 parse_error("next_token() expected ':'"); 460 while (next_token(&c, &name, &value)) { 761 while (next_token(&c, &name, &value)) {
|
/external/srec/srec/include/ |
srec.h | 52 struct altword_token_t* next_token; /* todo: change this to indices */ member in struct:altword_token_t
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/ |
parse-js.js | 487 return next_token(); 491 return next_token(); 523 function next_token(force_regexp) { 540 next_token.context = function(nc) { 545 return next_token; [all...] |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/dalvik/dx/etc/ |
jasmin.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |