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

1 2 3 4 5 6 78 91011>>

  /external/bison/runtime-po/
uk.po 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"
zh_CN.po 40 msgid "syntax error, unexpected %s, expecting %s"
45 msgid "syntax error, unexpected %s, expecting %s or %s"
50 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
55 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
zh_TW.po 40 msgid "syntax error, unexpected %s, expecting %s"
45 msgid "syntax error, unexpected %s, expecting %s or %s"
50 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
55 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
  /external/libxml2/python/tests/
indexes.py 23 print("document start at wrong index: %d expecting %d\n" % (
31 print("document end at wrong index: %d expecting %d\n" % (
40 print("element start at wrong index: %d expecting %d\n" % (
50 print("element end at wrong index: %d expecting %d\n" % (
  /external/parameter-framework/upstream/test/xml-generator/testVector/
complex.pfw 8 # Expecting a empty tree of all (except for the last `Switch Is On` rule)
  /external/smali/smalidea/testData/
InvalidMethod2.txt 32 PsiErrorElement:mismatched input '.method' expecting OPEN_PAREN
  /external/v8/test/webkit/
property-getters-and-setters-expected.txt 43 PASS o5.__defineSetter__('a', null) threw exception TypeError: Object.prototype.__defineSetter__: Expecting function.
44 PASS o5.__defineSetter__('a', o5) threw exception TypeError: Object.prototype.__defineSetter__: Expecting function.
45 PASS o5.__defineGetter__('a', null) threw exception TypeError: Object.prototype.__defineGetter__: Expecting function.
46 PASS o5.__defineGetter__('a', o5) threw exception TypeError: Object.prototype.__defineGetter__: Expecting function.
  /external/vboot_reference/tests/tpm_lite/
tlcl_tests.h 24 " (expecting 0x%x)\n", __LINE__, _result, _exp); \
  /libcore/luni/src/test/java/libcore/util/
SneakyThrowTest.java 28 fail("Expecting exception");
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLexer.java 191 boolean expecting = true; // should be ok
192 assertEquals(expecting, found);
203 boolean expecting = true; // should be ok
204 assertEquals(expecting, found);
215 boolean expecting = true; // should be ok
216 assertEquals(expecting, found);
231 boolean expecting = true; // should be ok
232 assertEquals(expecting, found);
240 String expecting = "match(\"\\n\\n\")"; local
250 String found = code.substring(m,m+expecting.length())
    [all...]
TestCommonTokenStream.java 55 String expecting = "x"; local
56 assertEquals(expecting, result);
76 String expecting = " "; local
77 assertEquals(expecting, result);
106 String expecting = "x = 3 * 0 + 2 * 0;"; local
107 assertEquals(expecting, result);
137 String expecting = "x = 3 * 0 + 2 * 0;"; local
138 assertEquals(expecting, result);
TestInterpretedParsing.java 72 String expecting = local
74 assertEquals(expecting, result);
107 String expecting = local
109 assertEquals(expecting, result);
142 String expecting = local
144 assertEquals(expecting, result);
177 String expecting = local
179 assertEquals(expecting, result);
  /cts/tests/tests/transition/src/android/transition/cts/
SlideEdgeTest.java 114 "isn't sliding out to left. Expecting " + redStartX + " > " + redMidX,
120 "isn't sliding out to right. Expecting " + redStartX + " < " + redMidX,
124 assertTrue("isn't sliding out to top. Expecting " + redStartY + " > " + redMidY,
129 "isn't sliding out to bottom. Expecting " + redStartY + " < " + redMidY,
209 "isn't sliding in from left. Expecting " + redStartX + " < " + redMidX,
215 "isn't sliding in from right. Expecting " + redStartX + " > " + redMidX,
220 "isn't sliding in from top. Expecting " + redStartY + " < " + redMidY,
224 assertTrue("isn't sliding in from bottom. Expecting " + redStartY + " > "
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMismatchedSetException.h 32 NSSet *expecting; variable
35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting; variable
ANTLRMismatchedTreeNodeException.h 33 NSInteger expecting; variable
36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMismatchedSetException.h 32 NSSet *expecting; variable
35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting; variable
ANTLRMismatchedTreeNodeException.h 33 NSInteger expecting; variable
36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMismatchedSetException.h 32 NSSet *expecting; variable
35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting; variable
ANTLRMismatchedTreeNodeException.h 33 NSInteger expecting; variable
36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedSetException.h 32 NSString *expecting; variable
35 @property (retain, getter=getExpecting, setter=setExpecting:) NSString *expecting; variable
ANTLRMismatchedTreeNodeException.h 33 NSInteger expecting; variable
36 @property (getter=getExpecting, setter=setExpecting:) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/Python/tests/
t005lexer.py 58 assert exc.expecting == 'f', repr(exc.expecting)
t006lexer.py 54 assert exc.expecting == 'f', repr(exc.expecting)
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 40 assertEquals("Expecting value " + expected + " got " + value
57 assertEquals("Expecting value " + expected + " got " + value
74 assertEquals("Expecting boolean value " + expected + " got " + v
77 assertEquals("Expecting boolean value " + expected + " got " + v
92 assertEquals("Expecting string value " + expected + " got " + v
108 assertEquals("Expecting string value \"" + expected + "\" got \""
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
rules_parser.py 134 raise Error('Expecting a list, not %s', type(entries))
137 raise Error('%s: Expecting a dict, not %s', i, type(entry))
139 raise Error('%s: Expecting 1 item, not %d', i, len(entry))
142 raise Error('%s: Expecting a string TYPE, not %s', i, type(name))
144 raise Error('%s: Expecting a classname TYPE, not %s', i, name)
148 raise Error('%s: Expecting a dict ARGS, not %s', i, type(args))

Completed in 490 milliseconds

1 2 3 4 5 6 78 91011>>