/external/javassist/src/main/javassist/compiler/ |
TokenId.java | 65 int WHILE = 346;
|
Parser.java | 112 while (true) { 129 while (true) { 168 while (true) { 223 * | while.statement 255 else if (t == WHILE) 287 while (lex.lookAhead() != '}') { 318 /* while.statement : WHILE "(" expression ")" statement 323 int t = lex.get(); // WHILE 329 /* do.statement : DO statement WHILE "(" expression ")" "; [all...] |
CodeGen.java | 176 while (d-- > 0) 220 while (dim-- > 0) 257 while (mods != null) { 267 while (params != null) { 346 while (list != null) { 355 else if (op == WHILE || op == DO) 356 atWhileStmnt(st, op == WHILE); 507 while (npads-- > 0) [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_tab.h | 95 WHILE = 295,
|
glslang.l | 91 "while" { return WHILE; }
|
glslang.y | 105 } while (0) 127 %token <lex> STRUCT VOID_TYPE WHILE [all...] |
glslang_lex.cpp | 217 }while(0) 231 while ( 0 ) [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 91 { WHILE, "whilestat", "while(" }, 144 while (fgets(buf, sizeof buf, fp) != NULL) {
|
awkgram.y | 36 int inloop = 0; /* = 1 if in while, for, do */ 70 %type <p> for if else while 85 %left REGEXPR VAR VARNF IVAR WHILE '(' 321 | do {inloop++;} stmt {--inloop;} WHILE '(' pattern ')' st 338 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); } 441 while: label 442 WHILE '(' pattern rparen { $$ = notnull($3); }
|
lex.c | 89 { "while", WHILE, WHILE }, 207 while ((c = input()) != '\n' && c != 0) 443 while (low <= high) {
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_parser.h | 120 WHILE = 338, 321 #define WHILE 338
|
glsl_parser.cc | 229 WHILE = 338, 430 #define WHILE 338 736 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) 814 while (YYID (0)) 833 while (YYID (0)) [all...] |
glsl_lexer.cc | 200 while ( 0 ) [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tests.pas | 19 + 'prog : WHILE ID LCURLY (assign)* RCURLY EOF;' + NL
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
JavaScriptFormatter.js | 113 while (this._peek() !== endToken) { 147 case FormatterWorker.JavaScriptTokens.WHILE: 187 while (this._peek() !== FormatterWorker.JavaScriptTokens.RBRACE) { 223 } while (this._peek() === FormatterWorker.JavaScriptTokens.COMMA); 316 while (this._peek() !== FormatterWorker.JavaScriptTokens.CASE && this._peek() !== FormatterWorker.JavaScriptTokens.DEFAULT && this._peek() !== FormatterWorker.JavaScriptTokens.RBRACE) { 335 while (this._peek() !== FormatterWorker.JavaScriptTokens.RBRACE) 383 this._expect(FormatterWorker.JavaScriptTokens.WHILE); 393 this._expect(FormatterWorker.JavaScriptTokens.WHILE); 437 while (this._peek() === FormatterWorker.JavaScriptTokens.COMMA) { 475 while (FormatterWorker.JavaScriptTokens.OR <= token && token <= FormatterWorker.JavaScriptTokens.IN) [all...] |
/external/chromium_org/v8/src/ |
token.h | 157 K(WHILE, "while", 0) \
|
preparser.cc | 169 while (peek() != end_token) { 237 case Token::WHILE: 324 while (peek() != Token::RBRACE) { 460 } while (peek() == Token::COMMA); 600 while (token != Token::RBRACE) { 609 while (token != Token::CASE && 623 // 'do' Statement 'while' '(' Expression ')' ';' 627 Expect(Token::WHILE, CHECK_OK); 638 // 'while' '(' Expression ')' Statement 640 Expect(Token::WHILE, CHECK_OK) [all...] |
parser.cc | 870 while (peek() != end_token) { [all...] |
/external/v8/src/ |
token.h | 156 K(WHILE, "while", 0) \
|
preparser.cc | 176 while (peek() != end_token) { 244 case i::Token::WHILE: 327 while (peek() != i::Token::RBRACE) { 463 } while (peek() == i::Token::COMMA); 602 while (token != i::Token::RBRACE) { 622 // 'do' Statement 'while' '(' Expression ')' ';' 626 Expect(i::Token::WHILE, CHECK_OK); 637 // 'while' '(' Expression ')' Statement 639 Expect(i::Token::WHILE, CHECK_OK); 798 while (peek() == i::Token::COMMA) [all...] |
parser.cc | 862 while (target != NULL) { [all...] |
/external/mksh/src/ |
syn.c | 80 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0) 107 while (token(0) == '|') { 128 while ((c = token(0)) == LOGAND || c == LOGOR) { 145 while (/* CONSTCOND */ 1) { 290 while (/* CONSTCOND */ 1) { 295 while ((iop = synio(cf)) != NULL) { 338 while (token(CONTIN) == LWORD) 436 case WHILE: 439 t = newtp((c == WHILE) ? TWHILE : TUNTIL); 489 while ((iop = synio(syniocf)) != NULL) [all...] |
sh.h | 271 } while (/* CONSTCOND */ 0) 282 } while (/* CONSTCOND */ 0) 293 } while (/* CONSTCOND */ 0) 354 } while (/* CONSTCOND */ 0) 506 #define mkssert(e) do { if (!(e)) exit(255); } while (/* CONSTCOND */ 0) 511 #define mkssert(e) do { } while (/* CONSTCOND */ 0) 529 } while (/* CONSTCOND */ 0) 534 } while (/* CONSTCOND */ 0) 537 } while (/* CONSTCOND */ 0) 550 } while (/* CONSTCOND */ 0 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_s.h | 415 WHILE (_cst:AND:3)=0 903 WHILE _stnum>0
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_s.h | 418 WHILE (_cst:AND:3)=0 906 WHILE _stnum>0
|