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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 48 /** Indicates that the recognizer was expecting one token and found a
150 /** Indicates the token we were expecting to see next when the error occurred
152 ANTLR3_UINT32 expecting; member in struct:ANTLR3_EXCEPTION_struct
154 /** Indicates a set of tokens that we were expecting to see one of when the
  /external/antlr/antlr-3.4/runtime/Python/tests/
t001lexer.py 52 self.failUnlessEqual(exc.expecting, '0')
  /external/autotest/client/site_tests/security_x86Registers/
security_x86Registers.py 78 logging.debug("=== BEGIN [expecting %s FAILs] ===", name)
82 logging.debug("=== END [expecting %s FAILs] ===", name)
85 logging.debug("=== BEGIN [expecting %s oks] ===", name)
87 logging.debug("=== END [expecting %s oks] ===", name)
  /external/bison/runtime-po/
es.po 64 msgid "syntax error, unexpected %s, expecting %s"
69 msgid "syntax error, unexpected %s, expecting %s or %s"
74 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
79 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
nb.po 56 msgid "syntax error, unexpected %s, expecting %s"
61 msgid "syntax error, unexpected %s, expecting %s or %s"
66 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
71 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
vi.po 45 msgid "syntax error, unexpected %s, expecting %s"
50 msgid "syntax error, unexpected %s, expecting %s or %s"
55 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
60 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
  /external/clang/test/CodeGenObjC/
2010-03-17-StructRef.m 33 // We're expecting these three bitfield assignments will generate i8 stores.
  /external/libxml2/python/tests/
xpathext.py 37 print("xpath extension failure got %s expecting '3'")
  /external/llvm/test/CodeGen/AArch64/
setcc-takes-i32.ll 8 ; It was expecting the smallest legal promotion of i1 to be the preferred SetCC
  /external/smali/smalidea/testData/
InvalidMethod3.txt 24 PsiErrorElement:mismatched input '.end' expecting END_METHOD_DIRECTIVE
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ClearTop.java 46 "New intent received " + intent + ", expecting action "
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java 46 throw new OMAException("Not expecting leaf node in " +
60 throw new OMAException("Not expecting leaf node in " +
76 throw new OMAException("Not expecting leaf node in " + TAG_SPExclusionList);
89 throw new OMAException("Not expecting leaf node in " +
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java 47 throw new OMAException("Not expecting leaf node in " +
62 throw new OMAException("Not expecting leaf node in " +
79 throw new OMAException("Not expecting leaf node in " + TAG_SPExclusionList);
94 throw new OMAException("Not expecting leaf node in " +
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
tool.py 10 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
tool.py 10 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /prebuilts/go/darwin-x86/src/io/
pipe.go 5 // Pipe adapter to connect code expecting an io.Reader
6 // with code expecting an io.Writer.
181 // It can be used to connect code expecting an io.Reader
182 // with code expecting an io.Writer.
  /prebuilts/go/linux-x86/src/io/
pipe.go 5 // Pipe adapter to connect code expecting an io.Reader
6 // with code expecting an io.Writer.
181 // It can be used to connect code expecting an io.Reader
182 // with code expecting an io.Writer.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 10 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 10 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /toolchain/binutils/binutils-2.25/cpu/
lm32.opc 144 return _("expecting gp relative address: gp(symbol)");
174 return _("expecting got relative address: got(symbol)");
204 return _("expecting got relative address: gotoffhi16(symbol)");
234 return _("expecting got relative address: gotofflo16(symbol)");
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 246 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting "+getCharErrorDisplay(mte.expecting);
262 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mnse.expecting;
266 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
270 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 284 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting " + GetCharErrorDisplay(mte.Expecting);
297 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
300 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
303 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " +
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 342 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting );
361 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
366 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
371 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " +
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 359 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting );
378 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
383 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
388 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " +
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 272 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting "+getCharErrorDisplay(mte.expecting);
288 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
292 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
296 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 91011>>