Home
last modified time | relevance | path

Searched refs:message_ (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp153 message_ = std::make_unique<Message>(info); in ServiceMessageTest()
156 std::unique_ptr<Message> message_; member in __anon2576a0c40111::ServiceMessageTest
391 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), 12)) in TEST_F()
393 EXPECT_FALSE(message_->replied()); in TEST_F()
394 EXPECT_TRUE(message_->Reply(12)); in TEST_F()
395 EXPECT_TRUE(message_->replied()); in TEST_F()
397 EXPECT_EQ(EINVAL, message_->Reply(12).error()); // Already replied. in TEST_F()
401 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), 12)) in TEST_F()
403 EXPECT_EQ(EIO, message_->Reply(12).error()); in TEST_F()
409 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), -12)) in TEST_F()
[all …]
/frameworks/base/startop/view_compiler/
Dlayout_validation.cc25 message_ = "Merge tags are not supported"; in VisitStartTag()
29 message_ = "Include tags are not supported"; in VisitStartTag()
33 message_ = "View tags are not supported"; in VisitStartTag()
37 message_ = "Fragment tags are not supported"; in VisitStartTag()
Dlayout_validation.h36 const std::string& message() const { return message_; } in message()
40 std::string message_{"Okay"};
Ddex_layout_compiler.cc28 message_ = "Merge tags are not supported"; in VisitStartTag()
32 message_ = "Include tags are not supported"; in VisitStartTag()
36 message_ = "View tags are not supported"; in VisitStartTag()
40 message_ = "Fragment tags are not supported"; in VisitStartTag()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc640 message_ = foo_file_->message_type(1); in SetUp()
642 ASSERT_EQ(4, message_->field_count()); in SetUp()
643 foo_ = message_->field(0); in SetUp()
644 bar_ = message_->field(1); in SetUp()
645 baz_ = message_->field(2); in SetUp()
646 qux_ = message_->field(3); in SetUp()
678 const Descriptor* message_; member in google::protobuf::descriptor_unittest::DescriptorTest
698 EXPECT_EQ("TestMessage", message_->name()); in TEST_F()
699 EXPECT_EQ("TestMessage", message_->full_name()); in TEST_F()
700 EXPECT_EQ(foo_file_, message_->file()); in TEST_F()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon.cc185 message_ += value; in operator <<()
190 message_ += value; in operator <<()
195 message_ += value.ToString(); in operator <<()
201 message_ += status.ToString(); in operator <<()
208 message_ += str.str(); in operator <<()
225 message_ += buffer; \
254 log_handler_(level_, filename_, line_, message_); in Finish()
259 throw FatalException(filename_, line_, message_); in Finish()
454 return message_.c_str(); in what()
Dcommon.h202 : filename_(filename), line_(line), message_(message) {} in FatalException()
209 const std::string& message() const { return message_; } in message()
214 const std::string message_; variable
Dlogging.h100 std::string message_; variable
/frameworks/base/tools/aapt2/
DDiagnostics.h49 message_ << value;
54 return DiagMessageActual{source_, message_.str()}; in Build()
59 std::stringstream message_; member
64 message_ << android::StringPiece16(value);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h86 explicit ServicePayload(Message& message) : message_(message) {} in ServicePayload()
94 OutputResourceMapper* GetOutputResourceMapper() override { return &message_; } in GetOutputResourceMapper()
106 InputResourceMapper* GetInputResourceMapper() override { return &message_; } in GetInputResourceMapper()
109 Message& message_;
Dremote_method.h94 message_(message),
106 Message& message_;
112 message_,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp939 info.message_ = message; in addError()
1017 formattedMessage += " " + error.message_ + "\n"; in getFormattedErrorMessages()
1034 structured.message = error.message_; in getStructuredErrors()
1051 info.message_ = message; in pushError()
1069 info.message_ = message; in pushError()
1158 std::string message_; member in Json::OurReader::ErrorInfo
1943 info.message_ = message; in addError()
2016 formattedMessage += " " + error.message_ + "\n"; in getFormattedErrorMessages()
2033 structured.message = error.message_; in getStructuredErrors()
2050 info.message_ = message; in pushError()
[all …]
Djson.h1434 std::string message_; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc822 message_(message) {} in CheckAndGetInteger()
825 container->message = message_; in CheckAndGetInteger()
830 container->message = message_; in CheckAndGetInteger()
835 container->message = message_; in CheckAndGetInteger()
840 Message* message_; in CheckAndGetInteger() member