Searched defs:ReturnError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/base/
H A Dmock_file_stream.h64 int ReturnError(int function_error) { function in class:net::testing::MockFileStream
/external/llvm/lib/TableGen/
H A DTGLexer.cpp40 /// ReturnError - Set the error to the specified string at the specified
42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { function in class:TGLexer
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(TokStar
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp44 /// ReturnError - Set the error to the specified string at the specified
46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { function in class:AsmLexer
117 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
122 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
135 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
182 return ReturnError(TokStart, "unterminated comment");
269 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
297 return ReturnError(TokStart, "invalid binary number");
303 return ReturnError(TokStart, "invalid binary number");
325 return ReturnError(CurPt
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_client_impl_unittest.cc443 bool ReturnError( function in namespace:__anon5913
649 base::Bind(&ReturnError));

Completed in 173 milliseconds