Home
last modified time | relevance | path

Searched refs:GetErrorMessage (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/models/
Dspeech_test.cc109 << test_driver.GetErrorMessage(); in TEST()
121 << test_driver.GetErrorMessage(); in TEST()
134 << test_driver.GetErrorMessage(); in TEST()
147 << test_driver.GetErrorMessage(); in TEST()
159 << test_driver.GetErrorMessage(); in TEST()
172 << test_driver.GetErrorMessage(); in TEST()
185 << test_driver.GetErrorMessage(); in TEST()
/external/tensorflow/tensorflow/contrib/lite/testing/
Dtest_runner_test.cc62 EXPECT_EQ(runner.GetErrorMessage(), ""); in TEST()
65 EXPECT_EQ(runner.GetErrorMessage(), "Some Error"); in TEST()
79 EXPECT_EQ(runner.GetErrorMessage(), in TEST()
Dgenerated_examples_zip_test.cc218 EXPECT_TRUE(result) << test_driver.GetErrorMessage(); in TEST_P()
223 EXPECT_TRUE(result) << test_driver.GetErrorMessage() in TEST_P()
Dtf_driver_test.cc33 EXPECT_TRUE(runner->IsValid()) << runner->GetErrorMessage(); in TEST()
Dtest_runner.h95 const string& GetErrorMessage() const { return error_message_; } in GetErrorMessage() function
/external/libchrome/base/json/
Djson_reader.cc72 *error_msg_out = parser.GetErrorMessage(); in ReadAndReturnError()
117 std::string JSONReader::GetErrorMessage() const { in GetErrorMessage() function in base::JSONReader
118 return parser_->GetErrorMessage(); in GetErrorMessage()
Djson_reader.h133 std::string GetErrorMessage() const;
Djson_parser.h63 std::string GetErrorMessage() const;
Djson_reader_unittest.cc585 ASSERT_TRUE(root) << reader.GetErrorMessage(); in TEST()
671 EXPECT_NE("", reader.GetErrorMessage()); in TEST()
Djson_parser.cc118 std::string JSONParser::GetErrorMessage() const { in GetErrorMessage() function in base::internal::JSONParser
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.Tree.TreeParser
174 return base.GetErrorMessage(e, tokenNames); in GetErrorMessage()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.Tree.TreeParser
193 return base.GetErrorMessage( e, tokenNames ); in GetErrorMessage()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.SlimLexer
393 msg = base.GetErrorMessage( e, tokenNames ); in GetErrorMessage()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.Lexer
306 msg = base.GetErrorMessage(e, tokenNames); in GetErrorMessage()
DBaseRecognizer.cs223 string msg = GetErrorMessage(e, tokenNames); in DisplayRecognitionError()
250 public virtual string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.Lexer
376 msg = base.GetErrorMessage( e, tokenNames ); in GetErrorMessage()
DBaseRecognizer.cs246 string msg = GetErrorMessage( e, tokenNames ); in DisplayRecognitionError()
273 public virtual string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas780 function GetErrorMessage(const E: ERecognitionException;
2264 function GetErrorMessage(const E: ERecognitionException; in GetErrorMessage() function
2446 function GetErrorMessage(const E: ERecognitionException;
4287 Msg := GetErrorMessage(E, TokenNames);
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException; in TBaseRecognizer.GetErrorMessage() function
5391 function TLexer.GetErrorMessage(const E: ERecognitionException; in GetErrorMessage() function
5429 Result := inherited GetErrorMessage(E, TokenNames);
DAntlr.Runtime.Tree.pas1633 function GetErrorMessage(const E: ERecognitionException; in GetErrorMessage() function
3748 function TTreeParser.GetErrorMessage(const E: ERecognitionException; in TTreeParser.GetErrorMessage() function
3762 Result := inherited GetErrorMessage(E, TokenNames);