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

1 2 3 4 5 6 7 8 91011>>

  /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/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/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/Email/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/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.
102 // look for all i's and assert we found the -i's
104 HashElement* found = cache.find(i); local
105 REPORTER_ASSERT(reporter, NULL != found && -i == found->fValue);
110 HashElement* found = cache.find(10); local
111 REPORTER_ASSERT(reporter, NULL == found);
125 HashElement* found = cache.find(0, findPos); local
126 REPORTER_ASSERT(reporter, NULL == found);
129 found = cache.find(i, findPos)
139 HashElement* found = cache.find(0, findNeg); local
155 HashElement* found = cache.find(0); local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
QualifierAlive.cpp 4 // found in the LICENSE file.
11 TAliveTraverser(TQualifier q) : TIntermTraverser(true, false, false, true), found(false), qualifier(q)
15 bool wasFound() { return found; }
18 bool found; member in class:TAliveTraverser
49 found = true;
  /external/chromium/net/socket_stream/
socket_stream_job_manager.cc 3 // found in the LICENSE file.
35 FactoryMap::const_iterator found = factories_.find(scheme); local
36 if (found != factories_.end()) {
37 SocketStreamJob* job = found->second(url, delegate);
52 FactoryMap::iterator found = factories_.find(scheme); local
53 if (found != factories_.end()) {
54 old_factory = found->second;
60 } else if (found != factories_.end()) {
61 factories_.erase(found);
  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 6 ## that can be found in the LICENSE file in the root of the source
7 ## tree. An additional intellectual property rights grant can be found
9 ## be found in the AUTHORS file in the root of the source tree.
39 found=0
41 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break
42 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break
43 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break
45 [ $found -eq 0 ] && infiles="$infiles $f"

Completed in 273 milliseconds

1 2 3 4 5 6 7 8 91011>>