HomeSort by relevance Sort by last modified time
    Searched defs:ReturnError (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/base/
mock_file_stream.h 55 int ReturnError(int function_error) {
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 44 /// ReturnError - Set the error to the specified string at the specified
46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) {
133 return ReturnError(TokStart, "unterminated comment");
217 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
247 return ReturnError(TokStart, "invalid binary number");
253 return ReturnError(TokStart, "invalid binary number");
270 return ReturnError(CurPtr-2, "invalid hexadecimal number");
274 return ReturnError(TokStart, "invalid hexadecimal number");
294 return ReturnError(TokStart, !isHex ? "invalid octal number" :
316 return ReturnError(TokStart, "unterminated single quote")
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.cpp 40 /// ReturnError - Set the error to the specified string at the specified
42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
100 return ReturnError(TokStart, "Unexpected character");
133 return ReturnError(TokStart, "Unexpected character");
191 return ReturnError(StrStart, "End of file in string literal");
194 return ReturnError(StrStart, "End of line in string literal");
219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
224 return ReturnError(StrStart, "End of file in string literal");
227 return ReturnError(CurPtr, "invalid escape in string literal");
237 return ReturnError(TokStart, "Invalid variable name")
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_client_impl_unittest.cc 447 bool ReturnError(
658 base::Bind(&ReturnError));
    [all...]

Completed in 609 milliseconds