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

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedSetException.m 32 @synthesize expecting;
56 [desc appendFormat:@" set:%@", expecting];
66 return expecting;
71 if ( expecting != anExpectedSet ) {
72 if ( expecting ) [expecting release];
74 expecting = anExpectedSet;
ANTLRMismatchedNotSetException.m 36 @synthesize expecting;
59 expecting = expected;
66 return [NSString stringWithFormat:@"MismatchedNotSetException( %d != %@ )", [self unexpectedType], expecting];
ANTLRMismatchedTreeNodeException.m 32 @synthesize expecting;
42 expecting = expectedTokenType;
50 [desc appendFormat:@" expected:%d got:%d", expecting, [self unexpectedType]];
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 51 String expecting = " 101"; local
53 assertEquals(expecting, found);
55 expecting = " 101";
57 assertEquals(expecting, found);
68 String expecting = " 101 102 103 104"; local
70 assertEquals(expecting, found);
72 expecting = " 101 2 102 2 103 3 104 3";
74 assertEquals(expecting, found);
91 String expecting = " 101 102 103 104 105"; local
93 assertEquals(expecting, found)
108 String expecting = " 101 102 103"; local
123 String expecting = " 101"; local
137 String expecting = " 101 102"; local
355 String expecting = " 10 2 100 101 20 2 30 2 40 50 2 60 2 70 3 3 3 80 2 90 3 3 3"; local
    [all...]
TestJavaCodeGeneration.java 49 boolean expecting = true; // should be ok
50 assertEquals(expecting, found);
62 boolean expecting = true; // should be ok
63 assertEquals(expecting, found);
109 boolean expecting = true; // should be ok
110 assertEquals(expecting, found);
124 boolean expecting = true; // should be ok
125 assertEquals(expecting, found);
137 boolean expecting = true; // should be ok
138 assertEquals(expecting, found)
    [all...]
TestTrees.java 259 String expecting = "(a c)"; local
260 assertEquals(expecting, t.toStringTree());
272 String expecting = "(a b x d)"; local
273 assertEquals(expecting, t.toStringTree());
285 String expecting = "(a x c d)"; local
286 assertEquals(expecting, t.toStringTree());
298 String expecting = "(a b c x)"; local
299 assertEquals(expecting, t.toStringTree());
314 String expecting = "(a x y c d)"; local
315 assertEquals(expecting, t.toStringTree())
330 String expecting = "(a b c x y)"; local
346 String expecting = "(a b x y d)"; local
360 String expecting = "(a x d)"; local
374 String expecting = "(a b x)"; local
388 String expecting = "(a x)"; local
404 String expecting = "(a x y)"; local
    [all...]
TestTemplates.java 50 String expecting = "x = templateLib.getInstanceOf(\"foo\"," + local
82 assertEquals(expecting, found);
88 String expecting = "x = templateLib.getInstanceOf(\"foo\");"; local
119 assertEquals(expecting, found);
125 String expecting = "x = templateLib.getInstanceOf(\"foo\"," + local
157 assertEquals(expecting, found);
162 String expecting = "x = new StringTemplate(templateLib,(ID1!=null?ID1.getText():null));"; local
192 assertEquals(expecting, found);
197 String expecting = "(x).setAttribute(\"y\", z);"; local
228 assertEquals(expecting, found)
233 String expecting = "(foo((ID1!=null?ID1.getText():null)).getST()).setAttribute(\\"y\\", z);"; local
291 String expecting = null; local
319 String expecting = null; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 287 expecting = "ID"
288 self.failUnlessEqual(expecting, found)
295 expecting = "foo"
296 self.failUnlessEqual(expecting, found)
303 expecting = "A"
304 self.failUnlessEqual(expecting, found)
311 expecting = "(A B C D)"
312 self.failUnlessEqual(expecting, found)
319 expecting = "A B C"
320 self.failUnlessEqual(expecting, found
    [all...]
  /external/protobuf/gtest/test/
gtest_output_test_golden_win.txt 34 (expecting a failure that x should be 1)
40 (expecting a failure that x should be 1)
46 (expecting a failure on false)
53 (expecting 2 failures on (3) >= (a[i]))
134 (expecting 5 failures)
148 (expecting 2 failures)
156 (expecting 4 failures)
168 (expecting 3 failures)
178 (expecting a failure on thrown exception in the test fixture's constructor)
182 (expecting 3 failures
    [all...]
  /external/v8/test/webkit/
instance-of-immediates-expected.txt 29 PASS (1 instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got 1.
30 PASS ({} instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got 1.
31 PASS (obj instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got 1.
32 PASS (1 instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<Object>.
33 PASS ({} instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<Object>.
34 PASS (obj instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<Object>.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
MismatchedNotSetException.java 34 public MismatchedNotSetException(BitSet expecting, IntStream input) {
35 super(expecting, input);
39 return "MismatchedNotSetException("+getUnexpectedType()+"!="+expecting+")";
MissingTokenException.java 30 /** We were expecting a token but it's not found. The current token
38 public MissingTokenException(int expecting, IntStream input, Object inserted) {
39 super(expecting, input);
44 return expecting;
  /external/smali/smalidea/testData/
MissingDotDot.txt 32 PsiErrorElement:extraneous input 'v1' expecting CLOSE_BRACE
57 PsiErrorElement:mismatched input '.blah' expecting CLOSE_BRACE
113 PsiErrorElement:mismatched input '.blah' expecting DOTDOT
InvalidEnumLiteral.txt 34 PsiErrorElement:mismatched input '.blah' expecting COLON
ParamListInvalidParameter.txt 34 PsiErrorElement:extraneous input 'f' expecting CLOSE_PAREN
InvalidMethod4.txt 18 PsiErrorElement:mismatched input '.blah' expecting OPEN_PAREN
47 PsiErrorElement:mismatched input '.blah' expecting CLOSE_PAREN
InvalidInstruction.txt 33 PsiErrorElement:mismatched input '.blah' expecting OPEN_BRACE
91 PsiErrorElement:mismatched input '.blah' expecting COMMA
140 PsiErrorElement:mismatched input '.blah' expecting END_ARRAY_DATA_DIRECTIVE
178 PsiErrorElement:mismatched input '.blah' expecting END_PACKED_SWITCH_DIRECTIVE
233 PsiErrorElement:mismatched input '.blah' expecting END_SPARSE_SWITCH_DIRECTIVE
  /external/bison/runtime-po/
bison-runtime.pot 41 msgid "syntax error, unexpected %s, expecting %s"
46 msgid "syntax error, unexpected %s, expecting %s or %s"
51 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
56 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
messages.properties 8 UpdateBugStateTask.expectingLogin=Was expecting a login
9 UpdateBugStateTask.expectingLogincookie=Was expecting a logincookie
11 UpdateBugStateTask.expectingStatus=Was expecting an initial status
14 UpdateBugStateTask.expectingProduct=Was expecting a product
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 218 attr_reader :expecting
220 def initialize( expecting, input )
221 @expecting = expecting
226 "%s: %p %p" % [ self.class, unexpected_type, @expecting.inspect ]
242 exp = @expecting == INVALID_TOKEN_TYPE ? '' : ", expected %p" % @expecting
292 def initialize( expecting, input, inserted )
293 super( expecting, input )
298 return @expecting
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MismatchedNotSetException.as 32 public function MismatchedNotSetException(expecting:BitSet, input:IntStream) {
33 super(expecting, input);
  /external/valgrind/memcheck/tests/solaris/
execx.c 15 fprintf(stderr, "Expecting EFAULT\n");
22 fprintf(stderr, "Expecting EBADF\n");
  /external/valgrind/none/tests/linux/
mremap3.c 26 printf("FAILED : was expecting to get back the initial_area\n");
36 printf("FAILED : was expecting to get back the same area increased\n");
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 199 def __init__(self, expecting, input):
201 self.expecting = expecting
205 #return "MismatchedTokenException("+self.expecting+")"
207 self.getUnexpectedType(), self.expecting
220 exp = ", expected %s" % self.expecting
221 if self.expecting == INVALID_TOKEN_TYPE:
233 We were expecting a token but it's not found. The current token
237 def __init__(self, expecting, input, inserted):
238 MismatchedTokenException.__init__(self, expecting, input
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test_golden_lin.txt 36 (expecting a failure that x should be 1)
43 (expecting a failure that x should be 1)
50 (expecting a failure on false)
58 (expecting 2 failures on (3) >= (a[i]))
152 (expecting 6 failures)
182 (expecting 5 failures)
201 (expecting 2 failures)
211 (expecting 4 failures)
227 (expecting 3 failures)
321 (expecting a failure
    [all...]

Completed in 379 milliseconds

1 2 3 45 6 7 8 91011>>