HomeSort by relevance Sort by last modified time
    Searched refs:LA (Results 1 - 25 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
ANTLRStringStream.pm 14 is $s->LA(1), 'A';
16 is $s->LA(1), 'B';
19 sub LA : Test(5) {
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/lexertest-simple/
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] <= 'Z'))||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
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] <= 'z')))
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 103 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
113 NSInteger LA1_0 = [input LA:1];
123 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z')))
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 112 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
123 NSInteger LA1_0 = [input LA:1];
133 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z')))
    [all...]
  /art/test/121-modifiers/smali/
A.smali 17 .class LA;
25 LA$B;,
26 LA$C;
A$C.smali 17 .class public interface abstract LA$C;
24 value = LA;
A$B.smali 17 .class LA$B;
24 value = LA;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
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:1]>='a' && [input LA:1]<='z')) {
179 if (([input LA:1]>='A' && [input LA:1]<='Z')||([input LA:1]>='a' && [input LA:1]<='z'))
    [all...]
  /external/clang/test/CodeGen/
sse42-builtins.c 11 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) {
14 return _mm_cmpestra(A, LA, B, LB, 7);
17 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) {
20 return _mm_cmpestrc(A, LA, B, LB, 7);
23 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) {
26 return _mm_cmpestri(A, LA, B, LB, 7);
29 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) {
32 return _mm_cmpestrm(A, LA, B, LB, 7);
35 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) {
38 return _mm_cmpestro(A, LA, B, LB, 7)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.m 211 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
222 NSInteger LA1_0 = [input LA:1];
232 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z')))
    [all...]
SimpleCLexer.java 259 if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
272 int LA1_0 = input.LA(1);
283 if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') )
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 546 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
557 NSInteger LA1_0 = [input LA:1];
567 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z')))
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
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]
    [all...]
  /art/test/594-invoke-super/smali/
invoke-super.smali 17 .super LA;
21 invoke-direct {v0}, LA;-><init>()V
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 37 * Negative indexes are allowed. LA(-1) is previous token (token
38 * just matched). LA(-i) where i is before first token should
41 int LA(int i);
105 * The index is 0..n-1. A seek to position i means that LA(1) will
106 * return the ith symbol. So, seeking to 0 means LA(1) will return the
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CParser.py 160 LA1_0 = self.input.LA(1)
209 LA3_0 = self.input.LA(1)
212 LA3_1 = self.input.LA(2)
228 LA3_2 = self.input.LA(2)
244 LA3_3 = self.input.LA(2)
260 LA3_4 = self.input.LA(2)
276 LA3_5 = self.input.LA(2)
292 LA3_6 = self.input.LA(2)
308 LA3_7 = self.input.LA(2)
324 LA3_8 = self.input.LA(2)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CParser.py 160 LA1_0 = self.input.LA(1)
209 LA3_0 = self.input.LA(1)
212 LA3_1 = self.input.LA(2)
228 LA3_2 = self.input.LA(2)
244 LA3_3 = self.input.LA(2)
260 LA3_4 = self.input.LA(2)
276 LA3_5 = self.input.LA(2)
292 LA3_6 = self.input.LA(2)
308 LA3_7 = self.input.LA(2)
324 LA3_8 = self.input.LA(2)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
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] == ' ')
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.c 80 if ( !((setwd1[LA(1)]&0x1))) break;
81 if ( (LA(1)==94) ) {
95 if ( (LA(1)==95) ) {
110 if ( (LA(1)==96) ) {
132 if ( (LA(1)==97) ) {
168 if ( !((setwd1[LA(1)]&0x2))) break;
169 if ( (LA(1)==Action) ) {
181 if ( (LA(1)==108) ) {
185 if ( (LA(1)==109) ) {
189 if ( (LA(1)==110) ) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 259 if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
272 int LA1_0 = input.LA(1);
283 if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') )
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
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...]
  /art/test/600-verifier-fails/smali/
sput.smali 16 .class public LA;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntStream.h 32 - (NSInteger) LA:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntStream.h 32 - (NSInteger) LA:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntStream.h 32 - (NSInteger) LA:(NSInteger) i;

Completed in 638 milliseconds

1 2 3 4 5 6 7 8 91011>>