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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Lexer.js 223 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting "+this.getCharErrorDisplay(e.expecting);
232 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting set "+e.expecting;
235 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting set "+e.expecting;
238 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting set "+
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 203 testRuleMethodST.setAttribute("expecting", outputString);
222 //testRuleMethodST.setAttribute("expecting", outputString.substring(0, outputString.length()-1));
223 testRuleMethodST.setAttribute("expecting", outputString);
226 testRuleMethodST.setAttribute("expecting", outputString);
231 testRuleMethodST.setAttribute("expecting", '"'+escapeForJava(outputString)+'"');
255 testRuleMethodST.setAttribute("expecting", outputString);
268 //testRuleMethodST.setAttribute("expecting", outputString.substring(0, outputString.length()-1));
269 testRuleMethodST.setAttribute("expecting", outputString);
272 testRuleMethodST.setAttribute("expecting", outputString);
275 testRuleMethodST.setAttribute("expecting", '"'+escapeForJava(outputString)+'"')
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 39 private boolean mExpectingAcknowledgeGsmSms; // true if expecting ack GSM SMS
40 private boolean mExpectingAcknowledgeGsmSmsSuccess; // true if expecting ack SMS success
41 private int mExpectingAcknowledgeGsmSmsFailureCause; // expecting ack SMS failure cause
42 private String mExpectingAcknowledgeGsmSmsPdu; // expecting ack SMS PDU
56 * @param success true if expecting success; false if expecting failure
68 * @param success true if expecting success; false if expecting failure
102 Assert.assertFalse("expecting SMS acknowledge call", mExpectingAcknowledgeGsmSms);
103 Assert.assertFalse("expecting send envelope call", mExpectingSendEnvelope)
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DrawerLayoutDoubleTest.java 67 // Note that we're expecting the isDrawerOpen API call to result in an exception being
76 // Note that we're expecting the isDrawerVisible API call to result in an exception being
85 // Note that we're expecting the openDrawer action to result in an exception being
93 // Note that we're expecting the closeDrawer action to result in an exception being
101 // Note that we're expecting the setDrawerLockMode action to result in an exception being
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 151 assert(array == 0 && "expecting null pointer");
153 assert(array != 0 && "expecting non-null pointer");
162 assert(fun == 0 && "expecting null pointer");
165 assert(fun != 0 && "expecting non-null pointer");
173 assert(&x == 0 && "expecting null pointer");
175 assert(&x != 0 && "expecting non-null pointer");
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 51 static_assert(alignof(GcRoot<mirror::Class>) == 4, "Expecting alignof(GcRoot<>) == 4");
52 static_assert(alignof(GcRoot<mirror::String>) == 4, "Expecting alignof(GcRoot<>) == 4");
  /development/tools/yuv420sp2rgb/
cmdline.c 99 "Expecting a hexadecimal argument!\n"); \
102 "Expecting a decimal argument!\n"); \
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsXmlResourceParser.java 57 throw new XmlPullParserException("ApnsXmlProcessor: expecting start tag @"
75 throw new XmlPullParserException("Expecting start or end tag @"
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /system/extras/tests/net_test/
tcp_test.py 109 self.ExpectPacketOn(netid, msg + ": expecting %s" % desc, data)
120 self.ExpectPacketOn(netid, msg + ": expecting %s" % ack_desc, ack)
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t001lexer.html 47 assertEquals(e.expecting, '0');
t006lexer.html 58 assertEquals(e.expecting, 'f');
  /external/antlr/antlr-3.4/runtime/Python/tests/
t004lexer.py 64 self.failUnlessEqual(exc.expecting, 'f')
t009lexer.py 60 assert exc.expecting is None
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 67 protected void match(String expecting) throws IOException {
68 //System.out.println("match "+expecting+"; is "+token);
69 if ( token.equals(expecting) ) consume();
71 "' not expected '"+expecting+"'");
  /external/autotest/client/site_tests/network_TwoShills/
network_TwoShills.py 50 # Run shill, expecting it to abort quickly. If the new
  /external/autotest/client/site_tests/platform_Pkcs11LoadPerf/
platform_Pkcs11LoadPerf.py 25 # expecting at least three:
  /external/chromium-trace/catapult/systrace/systrace/
systrace_agent.py 42 Whether the agent is expecting a trace or not.
  /external/clang/test/SemaObjC/
arc-cf.m 58 int ans = CFStringGetIntValue(answer); // expected-error {{incompatible pointer types passing retainable parameter of type 'NSString *__strong'to a CF function expecting 'CFStringRef'}}
  /external/deqp/executor/
xeXMLParser.hpp 181 STATE_EXPECTING_END_TAG_CLOSE, //!< Expecting end tag close.
182 STATE_ATTRIBUTE_LIST, //!< Expecting attribute list.
183 STATE_EXPECTING_ATTRIBUTE_EQ, //!< Got attribute name, expecting =.
184 STATE_EXPECTING_ATTRIBUTE_VALUE, //!< Expecting attribute value.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerRegressionTests.java 32 // substring (3, 5-3 = 2) but the called code was expecting start and limit.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerRegressionTests.java 28 // substring (3, 5-3 = 2) but the called code was expecting start and limit.

Completed in 423 milliseconds

<<11121314151617181920>>