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

  /external/chromium_org/base/json/
json_reader.cc 70 *error_msg_out = parser.GetErrorMessage();
110 std::string JSONReader::GetErrorMessage() const {
111 return parser_->GetErrorMessage();
json_parser.cc 271 std::string JSONParser::GetErrorMessage() const {
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launch_error.cc 23 std::string KioskAppLaunchError::GetErrorMessage(Error error) {
  /external/chromium_org/cloud_print/common/win/
cloud_print_utils.cc 40 base::string16 GetErrorMessage(HRESULT hr) {
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.cc 99 base::string16 FormFieldError::GetErrorMessage() const {
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
localization.cc 63 std::string Localization::GetErrorMessage(const AddressData& address,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) {
306 msg = base.GetErrorMessage(e, tokenNames);
BaseRecognizer.cs 223 string msg = GetErrorMessage(e, tokenNames);
250 public virtual string GetErrorMessage(RecognitionException e, string[] tokenNames) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) {
174 return base.GetErrorMessage(e, tokenNames);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
376 msg = base.GetErrorMessage( e, tokenNames );
BaseRecognizer.cs 246 string msg = GetErrorMessage( e, tokenNames );
273 public virtual string GetErrorMessage( RecognitionException e, string[] tokenNames )
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs 181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
193 return base.GetErrorMessage( e, tokenNames );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
393 msg = base.GetErrorMessage( e, tokenNames );
  /external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc 51 const wchar_t* GetErrorMessage(ErrorCode error_code) {
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 210 STDMETHOD(GetErrorMessage)(base::string16* error_message) {
363 job_observer->GetErrorMessage(&error_message);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 89 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) {
362 GetErrorMessage(kErrorNoService));
379 GetErrorMessage(kErrorNoService));
386 GetErrorMessage(kFailedPaymentError));
418 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
472 GetErrorMessage(kErrorDefault));
480 GetErrorMessage(kErrorDefault));
489 GetErrorMessage(kErrorDefault));
498 GetErrorMessage(kErrorDefault));
535 GetErrorMessage(kFailedConnectivity))
    [all...]
  /external/chromium_org/sql/
connection.cc 295 DLOG(FATAL) << "sqlite3_close failed: " << GetErrorMessage();
359 DLOG(WARNING) << "Could not get cache size " << GetErrorMessage();
370 DLOG(WARNING) << "Could not shrink cache size: " << GetErrorMessage();
376 DLOG(WARNING) << "Could not restore cache size: " << GetErrorMessage();
677 DLOG(FATAL) << "SQL Error in " << sql << ", " << GetErrorMessage();
728 DLOG(FATAL) << "SQL compile error " << GetErrorMessage();
747 DLOG(FATAL) << "SQL compile error " << GetErrorMessage();
856 const char* Connection::GetErrorMessage() const {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 258 /// <see cref="BaseRecognizer.GetErrorMessage"/>
    [all...]
Antlr.Runtime.pas 780 function GetErrorMessage(const E: ERecognitionException;
    [all...]

Completed in 515 milliseconds