Searched defs:GetErrorMessage (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/remoting/
H A Dsetup_flow_get_status_step.cc86 string16 SetupFlowGetStatusErrorStep::GetErrorMessage() { function in class:remoting::SetupFlowGetStatusErrorStep
H A Dsetup_flow_register_step.cc72 string16 SetupFlowRegisterErrorStep::GetErrorMessage() { function in class:remoting::SetupFlowRegisterErrorStep
H A Dsetup_flow_start_host_step.cc77 string16 SetupFlowStartHostErrorStep::GetErrorMessage() { function in class:remoting::SetupFlowStartHostErrorStep
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.Lexer
376 msg = base.GetErrorMessage( e, tokenNames );
H A DBaseRecognizer.cs246 string msg = GetErrorMessage( e, tokenNames );
273 public virtual string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.Tree.TreeParser
193 return base.GetErrorMessage( e, tokenNames );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { method in class:Antlr.Runtime.Lexer
306 msg = base.GetErrorMessage(e, tokenNames);
H A DBaseRecognizer.cs223 string msg = GetErrorMessage(e, tokenNames);
250 public virtual string GetErrorMessage(RecognitionException e, string[] tokenNames) { method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { method in class:Antlr.Runtime.Tree.TreeParser
174 return base.GetErrorMessage(e, tokenNames);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.SlimLexer
393 msg = base.GetErrorMessage( e, tokenNames );
/external/chromium/app/sql/
H A Dconnection.cc253 DLOG(WARNING) << "SQL compile error " << GetErrorMessage();
323 const char* Connection::GetErrorMessage() const { function in class:sql::Connection
362 NOTREACHED() << "Could not set locking mode: " << GetErrorMessage();
373 NOTREACHED() << "Could not set page size: " << GetErrorMessage();
379 NOTREACHED() << "Could not set cache size: " << GetErrorMessage();
419 NOTREACHED() << GetErrorMessage();
/external/chromium/base/json/
H A Djson_reader.cc108 *error_msg_out = reader.GetErrorMessage();
140 std::string JSONReader::GetErrorMessage() const { function in class:base::JSONReader
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc120 std::string GetErrorMessage(const std::string& code);
296 static std::string GetErrorMessage(const std::string& code);
339 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { function in class:CellularConfigDocument
547 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
653 *error_description = GetErrorMessage(kFailedConnectivity);
861 error_description = GetErrorMessage(kFailedConnectivity);
908 error_description = GetErrorMessage(kFailedConnectivity);
980 error_description = GetErrorMessage(kErrorDefault);
1119 GetErrorMessage(kFailedConnectivity));
1258 *error = GetErrorMessage(error_cod
1281 std::string MobileSetupHandler::GetErrorMessage(const std::string& code) { function in class:MobileSetupHandler
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas258 /// <see cref="BaseRecognizer.GetErrorMessage"/>
1633 function GetErrorMessage(const E: ERecognitionException; function
3748 function TTreeParser.GetErrorMessage(const E: ERecognitionException;
3762 Result := inherited GetErrorMessage(E, TokenNames);
H A DAntlr.Runtime.pas780 function GetErrorMessage(const E: ERecognitionException;
2264 function GetErrorMessage(const E: ERecognitionException; function
2446 function GetErrorMessage(const E: ERecognitionException;
4287 Msg := GetErrorMessage(E, TokenNames);
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException;
5391 function TLexer.GetErrorMessage(const E: ERecognitionException;
5429 Result := inherited GetErrorMessage(E, TokenNames);

Completed in 284 milliseconds