HomeSort by relevance Sort by last modified time
    Searched refs:GetErrorMessage (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/native/libs/vr/libdisplay/
vsync_client.cpp 27 status.GetErrorMessage().c_str());
43 status.GetErrorMessage().c_str());
58 status.GetErrorMessage().c_str());
71 status.GetErrorMessage().c_str());
display_client.cpp 30 status.GetErrorMessage().c_str());
48 status.GetErrorMessage().c_str());
75 status.GetErrorMessage().c_str());
118 status.GetErrorMessage().c_str());
149 producer_queue->id(), allocate_status.GetErrorMessage().c_str());
176 status.GetErrorMessage().c_str());
198 status.GetErrorMessage().c_str());
220 status.GetErrorMessage().c_str());
233 key, status.GetErrorMessage().c_str());
display_manager_client.cpp 29 status.GetErrorMessage().c_str());
43 surface_id, queue_id, status.GetErrorMessage().c_str());
  /external/tensorflow/tensorflow/contrib/lite/models/
speech_test.cc 109 << test_driver.GetErrorMessage();
121 << test_driver.GetErrorMessage();
134 << test_driver.GetErrorMessage();
147 << test_driver.GetErrorMessage();
159 << test_driver.GetErrorMessage();
172 << test_driver.GetErrorMessage();
185 << test_driver.GetErrorMessage();
  /external/libchrome/base/json/
json_reader.cc 72 *error_msg_out = parser.GetErrorMessage();
117 std::string JSONReader::GetErrorMessage() const {
118 return parser_->GetErrorMessage();
json_reader.h 133 std::string GetErrorMessage() const;
json_parser.h 63 std::string GetErrorMessage() const;
  /external/tensorflow/tensorflow/contrib/lite/testing/
test_runner_test.cc 62 EXPECT_EQ(runner.GetErrorMessage(), "");
65 EXPECT_EQ(runner.GetErrorMessage(), "Some Error");
79 EXPECT_EQ(runner.GetErrorMessage(),
tf_driver_test.cc 33 EXPECT_TRUE(runner->IsValid()) << runner->GetErrorMessage();
test_runner.h 95 const string& GetErrorMessage() const { return error_message_; }
  /frameworks/native/libs/vr/libbufferhub/
detached_buffer.cpp 29 status.GetErrorMessage().c_str());
57 status.GetErrorMessage().c_str());
102 status_or_handle.GetErrorMessage().c_str());
  /frameworks/native/libs/vr/libvrsensor/
pose_client.cpp 104 status.GetErrorMessage().c_str());
117 status.GetErrorMessage().c_str());
127 status.GetErrorMessage().c_str());
138 status.GetErrorMessage().c_str());
152 status.GetErrorMessage().c_str());
168 status.GetErrorMessage().c_str());
178 status.GetErrorMessage().c_str());
188 status.GetErrorMessage().c_str());
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 81 status.GetErrorMessage().c_str());
119 status.GetErrorMessage().c_str());
224 status.GetErrorMessage().c_str());
257 status.GetErrorMessage().c_str());
268 buffer_status.GetErrorMessage().c_str());
420 status.GetErrorMessage().c_str());
432 status.GetErrorMessage().c_str());
456 status.GetErrorMessage().c_str());
502 status.GetErrorMessage().c_str());
532 status.GetErrorMessage().c_str())
    [all...]
  /frameworks/native/libs/vr/libdvr/
dvr_surface.cpp 110 status.GetErrorMessage().c_str());
147 status.GetErrorMessage().c_str());
171 status.GetErrorMessage().c_str());
197 buffer_status.GetErrorMessage().c_str());
217 buffer_status.GetErrorMessage().c_str());
  /frameworks/native/services/vr/bufferhubd/
producer_queue_channel.cpp 112 status.GetErrorMessage().c_str());
131 channel_status.GetErrorMessage().c_str());
215 status.GetErrorMessage().c_str());
232 producer_channel_status.GetErrorMessage().c_str());
248 channel_status.GetErrorMessage().c_str());
detached_buffer_channel.cpp 130 status.GetErrorMessage().c_str());
152 channel_status.GetErrorMessage().c_str());
  /frameworks/native/libs/vr/libpdx/private/pdx/
status.h 121 std::string GetErrorMessage() const {
157 std::string GetErrorMessage() const {
service.h 692 __status.GetErrorMessage().c_str()); \
701 __status.GetErrorMessage().c_str()); \
710 __status.GetErrorMessage().c_str()); \
722 __status.GetErrorMessage().c_str()); \
734 __status.GetErrorMessage().c_str()); \
743 __status.GetErrorMessage().c_str()); \
  /frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
service_utility.h 75 fpath, status.GetErrorMessage().c_str());
  /system/core/fastboot/
socket.h 53 static std::string GetErrorMessage();
tcp.cpp 98 Socket::GetErrorMessage().c_str());
107 Socket::GetErrorMessage().c_str());
  /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/Tree/
TreeParser.cs 181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
193 return base.GetErrorMessage( e, tokenNames );
  /frameworks/native/libs/vr/libpdx/
status_tests.cpp 51 EXPECT_EQ(status.GetErrorMessage(), strerror(EIO));
54 EXPECT_EQ(status.GetErrorMessage(), strerror(EINVAL));
  /frameworks/native/libs/vr/libvrflinger/
display_manager_service.cpp 31 status.GetErrorMessage().c_str());
131 queue->id(), status.GetErrorMessage().c_str());

Completed in 794 milliseconds

1 2 3