/external/v8/test/mjsunit/compiler/ |
D | regress-8.js | 32 var LA = ""; variable 53 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+Gob))))))))), 60 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Hob))))),p); 65 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Iob))))),p); 70 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Job))))),p); 75 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Kob))))),p); 80 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Lob))))),p); 85 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(Mob+(LA+(a.total+zE))))))))), 101 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+zE))))))))),
|
/external/clang/test/CodeGen/ |
D | sse42-builtins.c | 33 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() argument 36 return _mm_cmpestra(A, LA, B, LB, 7); in test_mm_cmpestra() 39 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() argument 42 return _mm_cmpestrc(A, LA, B, LB, 7); in test_mm_cmpestrc() 45 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() argument 48 return _mm_cmpestri(A, LA, B, LB, 7); in test_mm_cmpestri() 51 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() argument 54 return _mm_cmpestrm(A, LA, B, LB, 7); in test_mm_cmpestrm() 57 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() argument 60 return _mm_cmpestro(A, LA, B, LB, 7); in test_mm_cmpestro() [all …]
|
D | avx-builtins.c | 27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() argument 29 return _mm_cmpestrm(A, LA, B, LB, 7); in test_mm_cmpestrm() 32 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() argument 34 return _mm_cmpestri(A, LA, B, LB, 7); in test_mm_cmpestri() 37 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() argument 39 return _mm_cmpestra(A, LA, B, LB, 7); in test_mm_cmpestra() 42 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() argument 44 return _mm_cmpestrc(A, LA, B, LB, 7); in test_mm_cmpestrc() 47 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() argument 49 return _mm_cmpestro(A, LA, B, LB, 7); in test_mm_cmpestro() [all …]
|
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
D | ANTLRStringStream.pm | 14 is $s->LA(1), 'A'; 16 is $s->LA(1), 'B'; 19 sub LA : Test(5) { method in Test::ANTLR::Runtime::ANTLRStringStream 23 is $s->LA(0), undef; 24 is $s->LA(1), 'A'; 25 is $s->LA(2), 'B'; 26 is $s->LA(3), 'C'; 27 is $s->LA(4), ANTLR::Runtime::ANTLRStringStream->EOF;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.java | 259 …if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='… in mID() 272 int LA1_0 = input.LA(1); in mID() 283 …if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)==… in mID() 327 int LA2_0 = input.LA(1); in mINT() 464 int LA3_0 = input.LA(1); in mWS() 475 … if ( (input.LA(1)>='\t' && input.LA(1)<='\n')||input.LA(1)=='\r'||input.LA(1)==' ' ) { in mWS()
|
D | SimpleCLexer.m | 211 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') … 222 NSInteger LA1_0 = [input LA:1]; 232 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu… 286 NSInteger LA2_0 = [input LA:1]; 296 anInt = [input LA:1]; 298 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) { 681 NSInteger LA3_0 = [input LA:1]; 691 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')… 738 unichar charLA4 = [input LA:1]; 742 NSInteger LA4_1 = [input LA:2]; [all …]
|
D | SimpleCTP.java | 67 int LA1_0 = input.LA(1); in program() 117 switch ( input.LA(1) ) { in declaration() 284 int LA3_0 = input.LA(1); in functionHeader() 374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) { in type() 407 if ( input.LA(1)==Token.DOWN ) { in block() 413 int LA4_0 = input.LA(1); in block() 442 int LA5_0 = input.LA(1); in block() 491 switch ( input.LA(1) ) { in stat() 629 switch ( input.LA(1) ) { in expr() 779 if ( input.LA(1)==ID||input.LA(1)==INT ) { in atom()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.java | 259 …if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='… in mID() 272 int LA1_0 = input.LA(1); in mID() 283 …if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)==… in mID() 327 int LA2_0 = input.LA(1); in mINT() 464 int LA3_0 = input.LA(1); in mWS() 475 … if ( (input.LA(1)>='\t' && input.LA(1)<='\n')||input.LA(1)=='\r'||input.LA(1)==' ' ) { in mWS()
|
D | SimpleCTP.java | 67 int LA1_0 = input.LA(1); in program() 117 switch ( input.LA(1) ) { in declaration() 284 int LA3_0 = input.LA(1); in functionHeader() 374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) { in type() 407 if ( input.LA(1)==Token.DOWN ) { in block() 413 int LA4_0 = input.LA(1); in block() 442 int LA5_0 = input.LA(1); in block() 491 switch ( input.LA(1) ) { in stat() 629 switch ( input.LA(1) ) { in expr() 779 if ( input.LA(1)==ID||input.LA(1)==INT ) { in atom()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | TLexer.m | 112 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') … 123 NSInteger LA1_0 = [input LA:1]; 133 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu… 185 NSInteger LA2_0 = [input LA:1]; 195 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) { 252 NSInteger LA3_0 = [input LA:1]; 262 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')… 309 unichar charLA4 = [input LA:1]; 313 NSInteger LA4_1 = [input LA:2]; 316 NSInteger LA4_5 = [input LA:3]; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
D | TestLexer.m.old | 48 int LA1_0 = [input LA:1]; 58 …if (([input LA:1]>='0' && [input LA:1]<='9')||([input LA:1]>='A' && [input LA:1]<='Z')||([input LA… 121 if (([input LA:1]>='A' && [input LA:1]<='Z')||([input LA:1]>='a' && [input LA:1]<='z')) {
|
D | TestLexer.m | 85 NSInteger LA1_0 = [input LA:1]; 95 …if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= '… 141 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) { 174 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||(([input LA:1] >= 'a') && ([input LA:1] <= '…
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/ |
D | TestANTLRStringStream.as | 44 assertEquals(stream.LA(-1), CharStreamConstants.EOF); // should be EOF 45 assertEquals(stream.LA(0), 0); // should be 0 (undefined) 46 assertEquals(stream.LA(1), "a".charCodeAt(0)); 47 assertEquals(stream.LA(2), "b".charCodeAt(0)); 48 assertEquals(stream.LA(3), "c".charCodeAt(0)); 49 assertEquals(stream.LA(4), CharStreamConstants.EOF); 53 assertEquals(stream.LA(-2), CharStreamConstants.EOF); 54 assertEquals(stream.LA(-1), "a".charCodeAt(0)); 55 assertEquals(stream.LA(0), 0); // should be 0 (undefined) 56 assertEquals(stream.LA(1), "b".charCodeAt(0)); [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCLexer.m | 546 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') … 557 NSInteger LA1_0 = [input LA:1]; 567 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu… 620 NSInteger LA2_0 = [input LA:1]; 630 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) { 688 NSInteger LA3_0 = [input LA:1]; 698 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')… 746 unichar charLA4 = [input LA:1]; 780 NSInteger LA4_7 = [input LA:2]; 792 NSInteger LA4_8 = [input LA:2]; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | CombinedLexer.m | 103 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') … 113 NSInteger LA1_0 = [input LA:1]; 123 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu… 173 NSInteger LA2_0 = [input LA:1]; 230 NSInteger LA3_0 = [input LA:1]; 240 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')… 283 switch ([input LA:1]) {
|
/external/doclava/src/com/google/doclava/parser/ |
D | JavaLexer.java | 209 int LA4_0 = input.LA(1); in mIntegerNumber() 212 switch ( input.LA(2) ) { in mIntegerNumber() 260 int LA1_0 = input.LA(1); in mIntegerNumber() 293 int LA2_0 = input.LA(1); in mIntegerNumber() 330 int LA3_0 = input.LA(1); in mIntegerNumber() 371 int LA5_0 = input.LA(1); in mHexPrefix() 374 int LA5_1 = input.LA(2); in mHexPrefix() 426 …if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||(input.LA(1)>… in mHexDigit() 450 if ( input.LA(1)=='L'||input.LA(1)=='l' ) { in mLongSuffix() 483 int LA6_0 = input.LA(1); in mNonIntegerNumber() [all …]
|
D | JavaParser.java | 508 int LA1_0 = input.LA(1); in compilationUnit() 556 int LA3_0 = input.LA(1); in compilationUnit() 596 int LA4_0 = input.LA(1); in compilationUnit() 718 int LA9_0 = input.LA(1); in importDeclaration() 721 int LA9_1 = input.LA(2); in importDeclaration() 724 int LA9_2 = input.LA(3); in importDeclaration() 727 int LA9_3 = input.LA(4); in importDeclaration() 730 int LA9_4 = input.LA(5); in importDeclaration() 766 int LA9_3 = input.LA(3); in importDeclaration() 769 int LA9_4 = input.LA(4); in importDeclaration() [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.m | 86 if ( [input LA:1] == ANTLRCharStreamEOF ) { 164 NSInteger LA1_0 = [input LA:1]; 222 NSInteger LA2_0 = [input LA:1]; 300 NSInteger LA3_0 = [input LA:1]; 321 NSInteger LA5_0 = [input LA:1]; 344 NSInteger LA4_0 = [input LA:1]; 371 NSInteger LA10_0 = [input LA:1]; 394 NSInteger LA6_0 = [input LA:1]; 415 NSInteger LA9_0 = [input LA:1]; 430 NSInteger LA7_0 = [input LA:1]; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | LangLexer.m | 181 NSInteger LA1_0 = [input LA:1]; 191 if ((([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) { 248 NSInteger LA2_0 = [input LA:1]; 258 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) { 311 if ([input LA:1] == '\n'||[input LA:1] == ' ') { 343 unichar charLA3 = [input LA:1]; 352 NSInteger LA3_2 = [input LA:2]; 355 NSInteger LA3_7 = [input LA:3]; 358 NSInteger LA3_9 = [input LA:4]; 378 NSInteger LA3_3 = [input LA:2]; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 341 NSInteger LA1_0 = [input LA:1]; 351 if ((([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) { 408 NSInteger LA2_0 = [input LA:1]; 418 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) { 475 NSInteger LA3_0 = [input LA:1]; 485 if ([input LA:1] == '\n'||[input LA:1] == '\r'||[input LA:1] == ' ') { 532 unichar charLA4 = [input LA:1]; 556 NSInteger LA4_5 = [input LA:2]; 559 NSInteger LA4_12 = [input LA:3]; 562 NSInteger LA4_14 = [input LA:4]; [all …]
|
/external/lldb/test/lang/cpp/stl/ |
D | TestStdCXXDisassembly.py | 94 LA = match.group(1) 97 print "load address:", LA 99 if SA and LA: 100 if int(LA, 16) > int(SA, 16): 101 self.runCmd("disassemble -s %s -e %s" % (SA, LA)) 102 SA = LA
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
D | Testlexer.m | 103 NSInteger LA1_0 = [input LA:1]; 113 …if (([input LA:1]>='0' && [input LA:1]<='9')||([input LA:1]>='A' && [input LA:1]<='Z')||([input LA… 179 if (([input LA:1]>='A' && [input LA:1]<='Z')||([input LA:1]>='a' && [input LA:1]<='z')) {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
D | Fuzzy.m | 130 NSInteger LA38_1 = [input LA:1]; 152 NSInteger LA38_5 = [input LA:1]; 177 NSInteger LA38_7 = [input LA:1]; 196 NSInteger LA38_10 = [input LA:1]; 221 NSInteger LA38_12 = [input LA:1]; 249 NSInteger LA38_16 = [input LA:1]; 356 if ( [input LA:1] == ANTLRCharStreamEOF ) { 427 NSInteger LA1_0 = [input LA:1]; 478 NSInteger LA2_0 = [input LA:1]; 546 NSInteger LA3_0 = [input LA:1]; [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ANTLRxxxxStreamFixture.cs | 126 Console.Out.Write((char)inputStream.LA(1)); in TestConsumeAllCharactersInAnANTLRInputStream() 210 Assert.AreEqual('e', inputStream.LA(1)); in TestResetOnANTLRInputStream() 214 Assert.AreEqual('O', inputStream.LA(1)); in TestResetOnANTLRInputStream() 220 Assert.AreEqual('n', inputStream.LA(1)); in TestResetOnANTLRInputStream() 226 Assert.AreEqual('e', inputStream.LA(1)); in TestResetOnANTLRInputStream() 261 Assert.AreEqual('O', stream.LA(1)); in TestSeekOnANTLRInputStream() 267 Assert.AreEqual('w', stream.LA(1)); in TestSeekOnANTLRInputStream() 273 Assert.AreEqual('h', stream.LA(1)); in TestSeekOnANTLRInputStream() 280 Assert.AreEqual('n', stream.LA(1)); in TestSeekOnANTLRInputStream() 382 Assert.AreEqual('e', stream.LA(1)); in TestResetOnANTLRStringStream() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | TODO | 72 - StingStream: look into optimizing LA(). Perhaps use LAk instead of LA(k) 76 LA == u'a' or LA == u'b' or LA == u'c'... 77 -> LA in (u'a', u'b', u'c', ...) 78 or "LA in self.set_xyz" with set_xyz as a class member
|