HomeSort by relevance Sort by last modified time
    Searched refs:expecting (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAutoAST.java 530 String expecting = "id list=[[@0,0:0='a',<4>,1:0], [@2,2:2='b',<4>,1:2]];a b\n"; local
531 assertEquals(expecting, found);
546 String expecting = "id list=[[@0,0:0='a',<4>,1:0], [@2,2:2='b',<4>,1:2]];(a b)\n"; local
547 assertEquals(expecting, found);
676 assertEquals("line 1:4 extraneous input '34' expecting ID\n", this.stderrDuringParse);
708 assertEquals("line 1:0 mismatched input 'x' expecting set null\n", this.stderrDuringParse);
737 assertEquals("line 1:3 mismatched input '<EOF>' expecting INT\n", this.stderrDuringParse);
753 assertEquals("line 1:4 extraneous input 'ick' expecting INT\n", this.stderrDuringParse);
TestCompositeGrammars.java 787 boolean expecting = true; // should be ok
788 assertEquals(expecting, ok);
850 boolean expecting = true; // should be ok
851 assertEquals(expecting, ok);
950 boolean expecting = true; // should be ok
951 assertEquals(expecting, ok);
    [all...]
TestRewriteAST.java 1086 String expecting = local
1103 String expecting = local
1120 String expecting = local
1137 String expecting = local
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domstringlistitem01.js 78 Check implementation of DOMStringList.item by accessing items 0 and length-1 and expecting
79 a string and accessing items out of range and expecting null.
  /external/clang/test/PCH/
thread-safety-attrs.cpp 262 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
274 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
281 // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}} \
289 while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
296 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
  /external/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 539 recognizer->state->exception->expecting = nextt;
651 recognizer->state->exception->expecting = ttype;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 203 if ( ute.expecting== TokenConstants.EOF ) {
207 tokenName = tokenNames[ute.expecting];
210 " expecting "+tokenName;
215 if ( mite.expecting == TokenConstants.EOF ) {
219 tokenName = tokenNames[mite.expecting];
226 if ( mte.expecting== TokenConstants.EOF ) {
230 tokenName = tokenNames[mte.expecting];
233 " expecting "+tokenName;
238 if ( mtne.expecting==TokenConstants.EOF ) {
242 tokenName = tokenNames[mtne.expecting];
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 679 expecting = "id list=[a,b],a b"
680 self.assertEquals(expecting, found)
697 expecting = "id list=[a,b],(a b)"
698 self.assertEquals(expecting, found)
849 self.assertEquals(["line 1:4 extraneous input u'34' expecting ID"],
888 self.assertEquals(["line 1:0 mismatched input u'x' expecting set None"], errors)
921 self.assertEquals(["line 1:3 mismatched input '<EOF>' expecting INT"], errors)
940 self.assertEquals(["line 1:4 extraneous input u'ick' expecting INT"],
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 40 e.expecting.should == '0'
172 exc.expecting.should == 'f'
220 exc.expecting.should == 'f'
274 exc.expecting.should == 'f'
  /external/bison/data/
glr.c     [all...]
yacc.c     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs 390 String expecting = " 101 2 102 2 103 3 104 2 105 3 106 2 107 3 108 109 3";
392 Assert.AreEqual(expecting, found);
575 String expecting = buf.ToString();
577 Assert.AreEqual(expecting, found);
579 expecting = buf2.ToString();
581 Assert.AreEqual(expecting, found);
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 83 void expecting(int prim, union DL_primitives *dlp);
847 expecting(DL_INFO_ACK, dlp);
921 expecting(DL_OK_ACK, dlp);
953 expecting(DL_BIND_ACK, dlp);
1049 void expecting(int prim, union DL_primitives *dlp) function
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 95 unsigned int expecting; member in struct:ip_conntrack
  /external/qemu/
vnc.h 290 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
  /external/elfutils/libcpu/
i386_parse.c     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 83 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 83 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
  /external/v8/test/mjsunit/
debug-return-value.js 140 // Call f expecting different return values.

Completed in 850 milliseconds

1 2 3 45 6