/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;
|
/art/test/453-not-byte/ |
info.txt | 1 Regression test for optimizing, which was expecting int only on a not-int instruction.
|
/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/v8/test/message/ |
instanceof.out | 1 *%(basename)s:28: TypeError: Expecting a function in instanceof check, but got 2 4 TypeError: Expecting a function in instanceof check, but got 2
|
/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/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/libxml2/result/VC/ |
ElementValid6.rdr | 1 ./test/VC/ElementValid6:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b? , c+)?, got (a b) 4 ./test/VC/ElementValid6:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more child
|
ElementValid6 | 1 ./test/VC/ElementValid6:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b? , c+)?, got (a b)
|
/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/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 . ")";
|
/external/libxml2/result/HTML/ |
utf8bug.html.err | 1 ./test/HTML/utf8bug.html:45: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/utf8bug.html:118: HTML parser error : htmlParseEntityRef: expecting ';' 7 ./test/HTML/utf8bug.html:119: HTML parser error : htmlParseEntityRef: expecting ';' 13 ./test/HTML/utf8bug.html:177: HTML parser error : htmlParseEntityRef: expecting ';'
|
/external/libxml2/result/relaxng/ |
558452_1.err | 1 ./test/relaxng/558452_1.xml:2: element doc: Relax-NG validity error : Expecting an element , got nothing
|
tutor10_1_4.err | 1 ./test/relaxng/tutor10_1_4.xml:1: element foo: Relax-NG validity error : Expecting a namespace for element foo
|
tutor10_2_3.err | 1 ./test/relaxng/tutor10_2_3.xml:1: element foo: Relax-NG validity error : Expecting no namespace for element foo
|