/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSets.java | 49 String found = execParser("P.g", grammar, "PParser", "PLexer", local 51 assertEquals("34\n", found); 58 String found = execParser("T.g", grammar, "TParser", "TLexer", local 60 assertEquals("x\n", found); 67 String found = execParser("T.g", grammar, "TParser", "TLexer", local 69 assertEquals("z\n", found); 76 String found = execParser("T.g", grammar, "TParser", "TLexer", local 78 assertEquals("zz\n", found); 85 String found = execParser("T.g", grammar, "TParser", "TLexer", local 87 assertEquals("z\n", found); 94 String found = execParser("T.g", grammar, "TParser", "TLexer", local 104 String found = execParser("T.g", grammar, "TParser", "TLexer", local 114 String found = execParser("T.g", grammar, "TParser", "TLexer", local 124 String found = execParser("T.g", grammar, "TParser", "TLexer", local 134 String found = execParser("T.g", grammar, "TParser", "TLexer", local 144 String found = execParser("T.g", grammar, "TParser", "TLexer", local 157 String found = execParser("T.g", grammar, "TParser", "TLexer", local 166 String found = execParser("T.g", grammar, "TParser", "TLexer", local 175 String found = execParser("T.g", grammar, "TParser", "TLexer", local 184 String found = execParser("T.g", grammar, "TParser", "TLexer", local 194 String found = execParser("T.g", grammar, "TParser", "TLexer", local 204 String found = execParser("T.g", grammar, "TParser", "TLexer", local 214 String found = execParser("T.g", grammar, "TParser", "TLexer", local 224 String found = execParser("T.g", grammar, "TParser", "TLexer", local 236 String found = execParser("T.g", grammar, "TParser", "TLexer", local 247 String found = execParser("T.g", grammar, "TParser", "TLexer", local 258 String found = execParser("T.g", grammar, "TParser", "TLexer", local 270 String found = execParser("T.g", grammar, "TParser", "TLexer", local 284 String found = execParser("T.g", grammar, "TParser", "TLexer", local [all...] |
TestHeteroAST.java | 50 String found = execParser("T.g", grammar, "TParser", "TLexer", local 52 assertEquals("a<V>\n", found); 62 String found = execParser("T.g", grammar, "TParser", "TLexer", local 64 assertEquals("a\n", found); 79 String found = execParser("T.g", grammar, "TParser", "TLexer", local 81 assertEquals("a<V>\n", found); 96 String found = execParser("T.g", grammar, "TParser", "TLexer", local 98 assertEquals("a<V>\n", found); 114 String found = execParser("T.g", grammar, "TParser", "TLexer", local 116 assertEquals("a<V>\n", found); 131 String found = execParser("T.g", grammar, "TParser", "TLexer", local 148 String found = execParser("T.g", grammar, "TParser", "TLexer", local 165 String found = execParser("T.g", grammar, "TParser", "TLexer", local 182 String found = execParser("T.g", grammar, "TParser", "TLexer", local 199 String found = execParser("T.g", grammar, "TParser", "TLexer", local 218 String found = execParser("T.g", grammar, "TParser", "TLexer", local 240 String found = execParser("T.g", grammar, "TParser", "TLexer", local 258 String found = execParser("T.g", grammar, "TParser", "TLexer", local 275 String found = execParser("T.g", grammar, "TParser", "TLexer", local 293 String found = execParser("T.g", grammar, "TParser", "TLexer", local 318 String found = execParser("T.g", grammar, "TParser", "TLexer", local 340 String found = execParser("T.g", grammar, "TParser", "TLexer", local 372 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 402 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 429 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 457 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 484 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 512 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 539 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local [all...] |
TestSemanticPredicateEvaluation.java | 39 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 41 assertEquals("alt2\n", found); 51 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 53 assertEquals("alt2\n", found); 67 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 69 assertEquals("error: FailedPredicateException(a,{false}?)\n", found); 79 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 82 assertEquals("token 2\n", found); 92 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 95 assertEquals("token 1\n", found); 107 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 119 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 131 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 142 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 154 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 166 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 177 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 191 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 204 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 218 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 234 String found = execParser("t.g", grammar, "T", "TLexer", local [all...] |
TestSyntacticPredicateEvaluation.java | 53 String found = execParser("T.g", grammar, "TParser", "TLexer", local 60 assertEquals(expecting, found); 62 found = execParser("T.g", grammar, "TParser", "TLexer", 68 assertEquals(expecting, found); 70 found = execParser("T.g", grammar, "TParser", "TLexer", 79 assertEquals(expecting, found); 102 String found = execParser("T.g", grammar, "TParser", "TLexer", local 109 assertEquals(expecting, found); 111 found = execParser("T.g", grammar, "TParser", "TLexer", 117 assertEquals(expecting, found); 140 String found = execParser("T.g", grammar, "TParser", "TLexer", local 162 String found = execParser("T.g", grammar, "TParser", "TLexer", local 183 String found = execParser("T.g", grammar, "TParser", "TLexer", local 199 String found = execParser("T.g", grammar, "TParser", "TLexer", local 224 String found = execParser("T.g", grammar, "TParser", "TLexer", local 259 String found = execParser("T.g", grammar, "TParser", "TLexer", local 308 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 335 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 354 String found = execParser("T.g", grammar, "TParser", "TLexer", local 374 String found = execParser("T.g", grammar, "TParser", "TLexer", local 386 String found = execParser("T.g", grammar, "TParser", "TLexer", local 402 String found = execParser("T.g", grammar, "TParser", "TLexer", local 414 String found = execParser("T.g", grammar, "TParser", "TLexer", local [all...] |
TestJavaCodeGeneration.java | 46 boolean found = 50 assertEquals(expecting, found); 59 boolean found = 63 assertEquals(expecting, found); 73 String found = execParser("T.g", grammar, "TParser", "TLexer", local 75 assertEquals("x\n", found); 85 String found = execParser("T.g", grammar, "TParser", "TLexer", local 87 assertEquals("x\n", found); 97 String found = execParser("T.g", grammar, "TParser", "TLexer", local 99 assertEquals("x\n", found); [all...] |
TestAutoAST.java | 44 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 46 assertEquals("abc 34\n", found); 57 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 59 assertEquals("abc 34\n", found); 70 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 72 assertEquals("(abc 34)\n", found); 83 String found = execParser("T.g", grammar, "TParser", "TLexer", local 85 assertEquals("(abc 34)\n", found); 96 String found = execParser("T.g", grammar, "TParser", "TLexer", local 98 assertEquals("abc 4532\n", found); 109 String found = execParser("T.g", grammar, "TParser", "TLexer", local 122 String found = execParser("T.g", grammar, "TParser", "TLexer", local 135 String found = execParser("T.g", grammar, "TParser", "TLexer", local 148 String found = execParser("T.g", grammar, "TParser", "TLexer", local 161 String found = execParser("T.g", grammar, "TParser", "TLexer", local 174 String found = execParser("T.g", grammar, "TParser", "TLexer", local 187 String found = execParser("T.g", grammar, "TParser", "TLexer", local 200 String found = execParser("T.g", grammar, "TParser", "TLexer", local 213 String found = execParser("T.g", grammar, "TParser", "TLexer", local 226 String found = execParser("T.g", grammar, "TParser", "TLexer", local 239 String found = execParser("T.g", grammar, "TParser", "TLexer", local 253 String found = execParser("T.g", grammar, "TParser", "TLexer", local 267 String found = execParser("T.g", grammar, "TParser", "TLexer", local 281 String found = execParser("T.g", grammar, "TParser", "TLexer", local 295 String found = execParser("T.g", grammar, "TParser", "TLexer", local 308 String found = execParser("T.g", grammar, "TParser", "TLexer", local 322 String found = execParser("T.g", grammar, "TParser", "TLexer", local 337 String found = execParser("T.g", grammar, "TParser", "TLexer", local 350 String found = execParser("T.g", grammar, "TParser", "TLexer", local 363 String found = execParser("T.g", grammar, "TParser", "TLexer", local 380 String found = execParser("T.g", grammar, "TParser", "TLexer", local 393 String found = execParser("T.g", grammar, "TParser", "TLexer", local 406 String found = execParser("T.g", grammar, "TParser", "TLexer", local 419 String found = execParser("T.g", grammar, "TParser", "TLexer", local 432 String found = execParser("T.g", grammar, "TParser", "TLexer", local 445 String found = execParser("T.g", grammar, "TParser", "TLexer", local 458 String found = execParser("T.g", grammar, "TParser", "TLexer", local 471 String found = execParser("T.g", grammar, "TParser", "TLexer", local 485 String found = execParser("T.g", grammar, "TParser", "TLexer", local 499 String found = execParser("T.g", grammar, "TParser", "TLexer", local 513 String found = execParser("T.g", grammar, "TParser", "TLexer", local 528 String found = execParser("T.g", grammar, "TParser", "TLexer", local 544 String found = execParser("T.g", grammar, "TParser", "TLexer", local 558 String found = execParser("T.g", grammar, "TParser", "TLexer", local 571 String found = execParser("T.g", grammar, "TParser", "TLexer", local 587 String found = execParser("T.g", grammar, "TParser", "TLexer", local 602 String found = execParser("T.g", grammar, "TParser", "TLexer", local 617 String found = execParser("T.g", grammar, "TParser", "TLexer", local 633 String found = execParser("T.g", grammar, "TParser", "TLexer", local 647 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 660 String found = execParser("T.g", grammar, "TParser", "TLexer", local 674 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 690 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 706 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 720 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 735 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 751 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 765 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 781 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 801 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 818 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "abc 34", debug); local [all...] |
TestTreeParsing.java | 48 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 50 assertEquals("abc, 34\n", found); 68 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 70 assertEquals("abc, 34\n", found); 91 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 93 assertEquals("^(a 1)b 2\n", found); 114 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 117 assertEquals("^(a 3)b 5\n", found); 137 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 139 assertEquals("alt 1\n", found); 158 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 178 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 199 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 221 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 242 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 263 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 287 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 311 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 335 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local [all...] |
TestTreeGrammarRewriteAST.java | 62 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 64 assertEquals("34 abc\n", found); 82 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 84 assertEquals("(34 abc)\n", found); 101 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 103 assertEquals("99\n", found); 121 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 123 assertEquals("(34 abc)\n", found); 125 found = execTreeParser("T.g", grammar, "TParser", "TP.g", 127 assertEquals("34\n", found); 145 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 165 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 185 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 206 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 226 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 274 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 294 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 314 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 334 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 354 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 375 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 395 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 415 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 435 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 455 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 476 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 496 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 518 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 538 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 559 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 578 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 598 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 617 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 641 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 666 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 688 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 710 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 733 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 756 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 779 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 802 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 822 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 842 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 865 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 889 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 912 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 932 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 952 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 974 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 995 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 1015 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 1035 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 1055 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 1075 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 1095 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 1116 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local [all...] |
TestLexer.java | 51 String found = execParser("P.g", grammar, "PParser", "PLexer", local 53 assertEquals("\t\n", found); 65 String found = execParser("P.g", grammar, "PParser", "PLexer", local 67 assertEquals("-34\n", found); 79 String found = execParser("P.g", grammar, "PParser", "PLexer", local 81 assertEquals("- 34, channel=0\n", found); 92 String found = execParser("P.g", grammar, "PParser", "PLexer", local 94 assertEquals("-34\n", found); 106 String found = execParser("P.g", grammar, "PParser", "PLexer", local 108 assertEquals("-34\n", found); 120 String found = execParser("P.g", grammar, "PParser", "PLexer", local 133 String found = execParser("P.g", grammar, "PParser", "PLexer", local 145 String found = execParser("P.g", grammar, "PParser", "PLexer", local 157 String found = execParser("P.g", grammar, "PParser", "PLexer", local 169 String found = execParser("P.g", grammar, "PParser", "PLexer", local 179 String found = execParser("T.g", grammar, "TParser", "TLexer", local 250 String found = code.substring(m,m+expecting.length()); local [all...] |
TestASTConstruction.java | 45 String found = g.getRule("a").tree.toStringTree(); local 46 assertEquals(expecting, found); 55 String found = g.getRule("a").tree.toStringTree(); local 56 assertEquals(expecting, found); 66 String found = g.getRule("A").tree.toStringTree(); local 67 assertEquals(expecting, found); 77 String found = g.getRule("a").tree.toStringTree(); local 78 assertEquals(expecting, found); 88 String found = g.getRule("a").tree.toStringTree(); local 89 assertEquals(expecting, found); 99 String found = g.getRule("a").tree.toStringTree(); local 110 String found = g.getRule("a").tree.toStringTree(); local 121 String found = g.getRule("a").tree.toStringTree(); local 132 String found = g.getRule("a").tree.toStringTree(); local 142 String found = g.getRule("a").tree.toStringTree(); local 152 String found = g.getRule("B").tree.toStringTree(); local 162 String found = g.getRule("a").tree.toStringTree(); local 172 String found = g.getRule("B").tree.toStringTree(); local 182 String found = g.getRule("a").tree.toStringTree(); local 192 String found = g.getRule("B").tree.toStringTree(); local 202 String found = g.getRule("a").tree.toStringTree(); local 212 String found = g.getRule("B").tree.toStringTree(); local 222 String found = g.getRule("ID").tree.toStringTree(); local 232 String found = g.getRule("a").tree.toStringTree(); local 242 String found = g.getRule("a").tree.toStringTree(); local 252 String found = g.getRule("a").tree.toStringTree(); local 263 String found = g.getRule("a").tree.toStringTree(); local 273 String found = g.getRule("a").tree.toStringTree(); local 283 String found = g.getRule("a").tree.toStringTree(); local 293 String found = g.getRule("a").tree.toStringTree(); local 303 String found = g.getRule("a").tree.toStringTree(); local 314 String found = g.getRule("a").tree.toStringTree(); local 324 String found = g.getRule("a").tree.toStringTree(); local 334 String found = g.getRule("a").tree.toStringTree(); local 346 String found = g.getRule("a").tree.toStringTree(); local 357 String found = g.getRule("synpred1_Expr").tree.toStringTree(); local 368 String found = g.getRule("synpred1_Expr").tree.toStringTree(); local [all...] |
TestRewriteAST.java | 49 String found = execParser("T.g", grammar, "TParser", "TLexer", local 51 assertEquals("", found); 62 String found = execParser("T.g", grammar, "TParser", "TLexer", local 64 assertEquals("abc\n", found); 75 String found = execParser("T.g", grammar, "TParser", "TLexer", local 77 assertEquals("x\n", found); 88 String found = execParser("T.g", grammar, "TParser", "TLexer", local 90 assertEquals("(x INT)\n", found); 102 String found = execParser("TT.g", grammar, "TTParser", "TTLexer", local 104 assertEquals("ID\n", found); 115 String found = execParser("T.g", grammar, "TParser", "TLexer", local 128 String found = execParser("T.g", grammar, "TParser", "TLexer", local 142 String found = execParser("T.g", grammar, "TParser", "TLexer", local 155 String found = execParser("T.g", grammar, "TParser", "TLexer", local 169 String found = execParser("T.g", grammar, "TParser", "TLexer", local 182 String found = execParser("T.g", grammar, "TParser", "TLexer", local 195 String found = execParser("T.g", grammar, "TParser", "TLexer", local 210 String found = execParser("T.g", grammar, "TParser", "TLexer", local 223 String found = execParser("T.g", grammar, "TParser", "TLexer", local 236 String found = execParser("T.g", grammar, "TParser", "TLexer", local 249 String found = execParser("T.g", grammar, "TParser", "TLexer", local 263 String found = execParser("T.g", grammar, "TParser", "TLexer", local 277 String found = execParser("T.g", grammar, "TParser", "TLexer", local 291 String found = execParser("T.g", grammar, "TParser", "TLexer", local 304 String found = execParser("T.g", grammar, "TParser", "TLexer", local 318 String found = execParser("T.g", grammar, "TParser", "TLexer", local 331 String found = execParser("T.g", grammar, "TParser", "TLexer", local 344 String found = execParser("T.g", grammar, "TParser", "TLexer", local 360 String found = execParser("T.g", grammar, "TParser", "TLexer", local 376 String found = execParser("T.g", grammar, "TParser", "TLexer", local 390 String found = execParser("T.g", grammar, "TParser", "TLexer", local 404 String found = execParser("T.g", grammar, "TParser", "TLexer", local 419 String found = execParser("T.g", grammar, "TParser", "TLexer", local 434 String found = execParser("T.g", grammar, "TParser", "TLexer", local 449 String found = execParser("T.g", grammar, "TParser", "TLexer", local 464 String found = execParser("T.g", grammar, "TParser", "TLexer", local 479 String found = execParser("T.g", grammar, "TParser", "TLexer", local 494 String found = execParser("T.g", grammar, "TParser", "TLexer", local 511 String found = execParser("T.g", grammar, "TParser", "TLexer", local 527 String found = execParser("T.g", grammar, "TParser", "TLexer", local 547 String found = execParser("T.g", grammar, "TParser", "TLexer", local 564 String found = execParser("T.g", grammar, "TParser", "TLexer", local 578 String found = execParser("T.g", grammar, "TParser", "TLexer", local 592 String found = execParser("T.g", grammar, "TParser", "TLexer", local 607 String found = execParser("T.g", grammar, "TParser", "TLexer", local 622 String found = execParser("T.g", grammar, "TParser", "TLexer", local 636 String found = execParser("T.g", grammar, "TParser", "TLexer", local 652 String found = execParser("T.g", grammar, "TParser", "TLexer", local 668 String found = execParser("T.g", grammar, "TParser", "TLexer", local 685 String found = execParser("T.g", grammar, "TParser", "TLexer", local 698 String found = execParser("T.g", grammar, "TParser", "TLexer", local 712 String found = execParser("T.g", grammar, "TParser", "TLexer", local 726 String found = execParser("T.g", grammar, "TParser", "TLexer", local 740 String found = execParser("T.g", grammar, "TParser", "TLexer", local 754 String found = execParser("T.g", grammar, "TParser", "TLexer", local 768 String found = execParser("T.g", grammar, "TParser", "TLexer", local 783 String found = execParser("T.g", grammar, "TParser", "TLexer", local 797 String found = execParser("T.g", grammar, "TParser", "TLexer", local 812 String found = execParser("T.g", grammar, "TParser", "TLexer", local 829 String found = execParser("T.g", grammar, "TParser", "TLexer", local 843 String found = execParser("T.g", grammar, "TParser", "TLexer", local 856 String found = execParser("T.g", grammar, "TParser", "TLexer", local 892 String found = execParser("T.g", grammar, "TParser", "TLexer", local 906 String found = execParser("T.g", grammar, "TParser", "TLexer", local 920 String found = execParser("T.g", grammar, "TParser", "TLexer", local 934 String found = execParser("T.g", grammar, "TParser", "TLexer", local 948 String found = execParser("T.g", grammar, "TParser", "TLexer", local 962 String found = execParser("T.g", grammar, "TParser", "TLexer", local 976 String found = execParser("T.g", grammar, "TParser", "TLexer", local 990 String found = execParser("T.g", grammar, "TParser", "TLexer", local 1003 String found = execParser("T.g", grammar, "TParser", "TLexer", local 1016 String found = execParser("T.g", grammar, "TParser", "TLexer", local 1034 String found = execParser("T.g", grammar, "TParser", "TLexer", local 1049 String found = execParser("T.g", grammar, "TParser", "TLexer", local 1068 String found = execParser("T.g", grammar, "TParser", "TLexer", local 1088 String found = getFirstLineOfException(); local 1105 String found = getFirstLineOfException(); local 1122 String found = getFirstLineOfException(); local 1139 String found = getFirstLineOfException(); local 1151 String found = execParser("T.g", grammar, "TParser", "TLexer", local 1337 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 1353 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 1369 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 1383 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 1400 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 1414 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 1430 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local 1450 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", local [all...] |
TestRewriteTemplates.java | 46 String found = execParser("T.g", grammar, "TParser", "TLexer", local 48 assertEquals("", found); 59 String found = execParser("T.g", grammar, "TParser", "TLexer", local 61 assertEquals("abc\n", found); 72 String found = execParser("T.g", grammar, "TParser", "TLexer", local 74 assertEquals("abc\n", found); 85 String found = execParser("T.g", grammar, "TParser", "TLexer", local 87 assertEquals("x:abc, y:34;\n", found); 100 String found = execParser("T.g", grammar, "TParser", "TLexer", local 102 assertEquals("abc 34\n", found); 115 String found = execParser("T.g", grammar, "TParser", "TLexer", local 128 String found = execParser("T.g", grammar, "TParser", "TLexer", local 145 String found = execParser("T.g", grammar, "TParser", "TLexer", local 159 String found = execParser("T.g", grammar, "TParser", "TLexer", local 173 String found = execParser("T.g", grammar, "TParser", "TLexer", local 189 String found = execParser("T.g", grammar, "TParser", "TLexer", local 211 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local 231 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", local [all...] |
/external/chromium_org/tools/gyp/test/mac/sdkroot/ |
test_shorthand.sh | 4 # found in the LICENSE file. 8 found=false 11 found=true 15 if ! $found ; then
|
/external/qemu/distrib/sdl-1.2.15/test/ |
autogen.sh | 5 found=false 7 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi 9 if test x$found = xfalse; then
|
/external/chromium_org/chrome/browser/extensions/api/discovery/ |
suggested_links_registry.cc | 3 // found in the LICENSE file. 13 SuggestedLinkList::iterator found = list->begin(); local 14 for (; found != list->end(); ++found) 15 if (link_url.compare((*found)->link_url()) == 0) break; 16 return found; 20 SuggestedLinkList::iterator found = FindUrlInList(link_url, list); local 21 if (found != list->end()) 22 list->erase(found); 37 SuggestedLinkList::iterator found = FindUrlInList(item->link_url(), &list) local 57 SuggestedLinksMap::const_iterator found = suggested_links_.find(extension_id); local 65 SuggestedLinksMap::iterator found = suggested_links_.find(extension_id); local 75 SuggestedLinksMap::iterator found = suggested_links_.find(extension_id); local 83 SuggestedLinksMap::iterator found = suggested_links_.insert( local [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
autogen.sh | 8 found=false 10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi 12 if test x$found = xfalse; then
|
/external/javassist/src/main/javassist/compiler/ |
KeywordTable.java | 22 Object found = get(name); local 23 if (found == null) 26 return ((Integer)found).intValue();
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
in_memory_wrapper_input.cpp | 30 size_t found = 0; local 36 while (found < wanted) { 38 return found; 40 buffer[found++] = _buffer[_pos++]; 42 return found;
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
CountingInputStream.java | 57 int found = super.read(b);
local 58 this.count += (found >= 0) ? found : 0;
59 return found;
74 int found = super.read(b, off, len);
local 75 this.count += (found >= 0) ? found : 0;
76 return found;
88 int found = super.read();
local 89 this.count += (found >= 0) ? 1 : 0; [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t057autoAST.py | 123 found = self.execParser(grammar, "a", "abc 34") 124 self.assertEquals("abc 34", found); 138 found = self.execParser(grammar,"a", "abc 34") 139 self.assertEquals("abc 34", found) 153 found = self.execParser(grammar, "a", "abc 34") 154 self.assertEquals("(abc 34)", found) 168 found = self.execParser(grammar, "a", "34 abc") 169 self.assertEquals("(abc 34)", found) 183 found = self.execParser(grammar, "a", "abc 34 dag 4532") 184 self.assertEquals("abc 4532", found) [all...] |
t058rewriteAST.py | 123 found = self.execParser(grammar, "a", "abc 34") 124 self.assertEquals("", found) 138 found = self.execParser(grammar, "a", "abc") 139 self.assertEquals("abc", found) 153 found = self.execParser(grammar, "a", "abc") 154 self.assertEquals("x", found) 168 found = self.execParser(grammar, "a", "abc") 169 self.assertEquals("(x INT)", found) 184 found = self.execParser(grammar, "a", "abc") 185 self.assertEquals("ID", found) [all...] |
t051treeRewriteAST.py | 76 found = self.execTreeParser( 82 self.failUnlessEqual("34 abc", found) 111 found = self.execTreeParser( 117 self.failUnlessEqual("(34 abc)", found) 146 found = self.execTreeParser( 152 self.failUnlessEqual("(34 abc)", found) 155 found = self.execTreeParser( 161 self.failUnlessEqual("34", found) 190 found = self.execTreeParser( 196 self.failUnlessEqual("(abc abc)", found) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-default.cc | 121 bool found = c->unicode->compose (a, b, ab); local 123 if (!found && (b & ~0x7F) == 0x0580) { 130 found = true; 136 found = true; 139 found = true; 145 found = true; 151 found = true; 157 found = (*ab != 0); 160 found = true; 163 found = true [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-default.cc | 127 bool found = c->unicode->compose (a, b, ab); local 129 if (!found && (b & ~0x7F) == 0x0580) { 136 found = true; 142 found = true; 145 found = true; 151 found = true; 157 found = true; 163 found = (*ab != 0); 166 found = true; 169 found = true [all...] |
/external/skia/tests/ |
HashCacheTest.cpp | 5 * found in the LICENSE file. 97 // look for all i's and assert we found the -i's 99 HashElement* found = cache.find(i); local 100 REPORTER_ASSERT(reporter, NULL != found && -i == found->fValue); 105 HashElement* found = cache.find(10); local 106 REPORTER_ASSERT(reporter, NULL == found); 120 HashElement* found = cache.find(0, findPos); local 121 REPORTER_ASSERT(reporter, NULL == found); 124 found = cache.find(i, findPos) 134 HashElement* found = cache.find(0, findNeg); local 150 HashElement* found = cache.find(0); local [all...] |