HomeSort by relevance Sort by last modified time
    Searched full:expecting (Results 1 - 25 of 1311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MismatchedTreeNodeException.as 5 public var expecting:int;
7 public function MismatchedTreeNodeException(expecting:int, input:TreeNodeStream) {
9 this.expecting = expecting;
13 return "MismatchedTreeNodeException("+unexpectedType+"!="+expecting+")";
UnwantedTokenException.as 5 public function UnwantedTokenException(expecting:int, input:IntStream)
7 super(expecting, input);
15 var exp:String = ", expected "+expecting;
16 if ( expecting==TokenConstants.INVALID_TOKEN_TYPE ) {
MissingTokenException.as 7 public function MissingTokenException(expecting:int, input:IntStream, inserted:Object) {
8 super(expecting, input);
13 return expecting;
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
102-garbage-after-endif.c.expected 1 0:2(8): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
103-garbage-after-else.c.expected 1 0:2(7): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
  /external/mesa3d/src/glsl/glcpp/tests/
102-garbage-after-endif.c.expected 1 0:2(8): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
103-garbage-after-else.c.expected 1 0:2(7): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedTreeNodeException.js 1 org.antlr.runtime.MismatchedTreeNodeException = function(expecting, input) {
2 if (expecting && input) {
5 this.expecting = expecting;
14 this.getUnexpectedType() + "!=" + this.expecting + ")";
MismatchedSetException.js 1 org.antlr.runtime.MismatchedSetException = function(expecting, input) {
4 this.expecting = expecting;
12 this.getUnexpectedType() + "!=" + this.expecting + ")";
MismatchedTokenException.js 1 org.antlr.runtime.MismatchedTokenException = function(expecting, input) {
3 this.expecting = org.antlr.runtime.Token.INVALID_TOKEN_TYPE;
7 this.expecting = expecting;
16 this.getUnexpectedType() + "!=" + this.expecting + ")";
MismatchedNotSetException.js 1 org.antlr.runtime.MismatchedNotSetException = function(expecting, input) {
2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
10 this.getUnexpectedType() + "!=" + this.expecting + ")";
UnwantedTokenException.js 2 org.antlr.runtime.UnwantedTokenException = function(expecting, input) {
5 this, expecting, input);
16 var exp = ", expected "+this.expecting;
17 if ( this.expecting===org.antlr.runtime.Token.INVALID_TOKEN_TYPE ) {
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t048rewrite.html 39 expecting = "0abc";
40 assertEquals(result, expecting);
48 expecting = "abcx";
49 assertEquals(result, expecting);
58 expecting = "axbxc";
59 assertEquals(result, expecting);
67 expecting = "xbc";
68 assertEquals(result, expecting);
76 expecting = "abx";
77 assertEquals(result, expecting);
    [all...]
  /external/llvm/test/Assembler/
2004-03-30-UnclosedFunctionCrash.ll 1 ; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
  /external/valgrind/main/memcheck/tests/
leak-delta.c 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
  /external/antlr/antlr-3.4/runtime/Python/tests/
t048rewrite.py 29 expecting = "0abc"
30 self.failUnlessEqual(result, expecting)
38 expecting = "abcx"
39 self.failUnlessEqual(result, expecting)
48 expecting = "axbxc"
49 self.failUnlessEqual(result, expecting)
57 expecting = "xbc"
58 self.failUnlessEqual(result, expecting)
66 expecting = "abx"
67 self.failUnlessEqual(result, expecting)
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java 46 String expecting = "99"; local
47 assertEquals(s.toString(), expecting); local
55 String expecting = "{1, 122, 65520}"; local
56 assertEquals(s.toString(), expecting); local
64 String expecting = "{1, 48..57, 97..122}"; local
65 assertEquals(s.toString(), expecting); local
71 String expecting = "13..15"; local
73 assertEquals(result, expecting);
79 String expecting = "100"; local
81 assertEquals(result, expecting);
87 String expecting = "{}"; local
95 String expecting = "{}"; local
104 String expecting = "{1..49, 51..1000, 2000..3000}"; local
114 String expecting = "{1..4, 6..49, 61..249, 301..1000}"; local
122 String expecting = "{}"; local
130 String expecting = "2"; local
143 String expecting = "{1..2, 4..49, 61..249, 1000..2000, 9999}"; local
151 String expecting = "{10..11, 16..20}"; local
159 String expecting = "12..20"; local
172 String expecting = "10..14"; local
185 String expecting = "{}"; local
195 String expecting = "56..60"; local
213 String expecting = "116"; local
221 Boolean expecting = new Boolean(true); local
238 Boolean expecting = new Boolean(true); local
253 String expecting = "{}"; \/\/ 15 - {1..5, 10..20} = {} local
276 String expecting = "{15, 18}"; local
286 String expecting = "{15, 18}"; local
295 String expecting = "102"; local
303 String expecting = "102"; local
311 String expecting = "97..98"; local
321 String expecting = "0..65534"; local
330 String expecting = "0..65534"; local
342 String expecting = "0..65534"; local
351 String expecting = "1..30"; local
360 String expecting = "32"; local
369 String expecting = "[5, 20, 21, 22, 23, 24, 25, 50, 51, 52, 53, 54, 55]"; local
386 String expecting = "{0..113, 115, 117..200}"; local
    [all...]
TestTokenRewriteStream.java 54 String expecting = "0abc"; local
55 assertEquals(expecting, result);
69 String expecting = "abcx"; local
70 assertEquals(expecting, result);
86 String expecting = "axbxc"; local
87 assertEquals(expecting, result);
102 String expecting = "xbc"; local
103 assertEquals(expecting, result);
118 String expecting = "abx"; local
119 assertEquals(expecting, result)
134 String expecting = "axc"; local
156 String expecting = "x = 3 * 0;"; local
190 String expecting = "x = 3 * 0 + 2 * 0;"; local
238 String expecting = "ayc"; local
256 String expecting = "_ayc"; local
273 String expecting = "ac"; local
296 String expecting = "insert op <InsertBeforeOp@[@1,1:1='b',<5>,1:1]:\\"0\\"> within boundaries of previous <ReplaceOp@[@0,0:0='a',<4>,1:0]..[@2,2:2='c',<6>,1:2]:\\"x\\">"; local
314 String expecting = "0xbc"; local
331 String expecting = "ayxbc"; local
349 String expecting = "yxzbc"; local
366 String expecting = "abyx"; local
383 String expecting = "abyx"; local
400 String expecting = "abxy"; local
417 String expecting = "abyxba"; local
440 String expecting = "insert op <InsertBeforeOp@[@4,4:4='c',<6>,1:4]:\\"y\\"> within boundaries of previous <ReplaceOp@[@2,2:2='c',<6>,1:2]..[@4,4:4='c',<6>,1:4]:\\"x\\">"; local
458 String expecting = "abxyba"; local
474 String expecting = "x"; local
490 String expecting = "abxyzba"; local
513 String expecting = "replace op boundaries of <ReplaceOp@[@3,3:3='c',<6>,1:3]..[@5,5:5='b',<5>,1:5]:\\"foo\\"> overlap with previous <ReplaceOp@[@2,2:2='c',<6>,1:2]..[@4,4:4='c',<6>,1:4]:\\"xyz\\">"; local
537 String expecting = "replace op boundaries of <ReplaceOp@[@1,1:1='b',<5>,1:1]..[@3,3:3='c',<6>,1:3]:\\"foo\\"> overlap with previous <ReplaceOp@[@2,2:2='c',<6>,1:2]..[@4,4:4='c',<6>,1:4]:\\"xyz\\">"; local
555 String expecting = "fooa"; local
574 String expecting = "yxabc"; local
592 String expecting = "yazxbc"; local
609 String expecting = "zfoo"; local
626 String expecting = "z"; \/\/ make sure combo is not znull local
644 String expecting = "zaxbyc"; local
661 String expecting = "bar"; local
684 String expecting = "replace op boundaries of <ReplaceOp@[@1,1:1='b',<5>,1:1]..[@2,2:2='c',<6>,1:2]:\\"foo\\"> overlap with previous <ReplaceOp@[@0,0:0='a',<4>,1:0]..[@3,3:3='c',<6>,1:3]:\\"bar\\">"; local
702 String expecting = "barc"; local
719 String expecting = "abar"; local
736 String expecting = "afooc"; local
753 String expecting = "afoofoo"; local
770 String expecting = "axbfoo"; local
787 String expecting = "axbfoo"; local
804 String expecting = "aby"; local
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcleak.stdinB.gdb 14 # fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
20 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr);
28 # fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
36 # fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
42 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
49 # fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
56 # fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
63 # fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
70 # fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 15 has 'expecting' => (
23 return $self->expecting;
28 return "MismatchedTokenException(" . $self->get_unexpected_type() . "!=" . $self->expecting . ")";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vfs.h 2 so we have this file to be compatible with programs expecting it. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vfs.h 2 so we have this file to be compatible with programs expecting it. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vfs.h 2 so we have this file to be compatible with programs expecting it. */
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedTokenException.cs 61 public MismatchedTokenException(int expecting, IIntStream input)
62 : this(expecting, input, null) {
65 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
67 this._expecting = expecting;
72 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
74 this._expecting = expecting;
81 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
83 this._expecting = expecting;
94 this._expecting = info.GetInt32("Expecting");
98 public int Expecting {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 63 public MismatchedTokenException(int expecting, IIntStream input)
64 : this(expecting, input, null)
68 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
71 this._expecting = expecting;
77 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
80 this._expecting = expecting;
86 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
89 this._expecting = expecting;
101 this._expecting = info.GetInt32("Expecting");
105 public int Expecting
    [all...]

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>