/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | IEmail.java | 48 public static class Message { class 60 public Message() {} in Message() method in IEmail.Message 69 public Message(String to, String subject, String body) { in Message() method in IEmail.Message
|
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
H A D | NaClBitcodeParser.h | 461 bool ErrorAt(uint64_t BitPosition, const std::string &Message) { in ErrorAt() 467 bool Error(const std::string &Message) { in Error() 475 void FatalAt(uint64_t BitPosition, const std::string &Message) { in FatalAt() 483 void Fatal(const std::string &Message) { in Fatal()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/forecastquery/src/main/resources/codegen-resources/ |
H A D | service-2.json | 103 "Message":{"shape":"ErrorMessage"} object 111 "Message":{"shape":"ErrorMessage"} object 119 "Message":{"shape":"ErrorMessage"} object 215 "Message":{"shape":"ErrorMessage"} object 223 "Message":{"shape":"ErrorMessage"} object
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | channel.cc | 61 Channel::Message::Message(size_t payload_size, size_t max_handles) in Message() function in mojo::core::Channel::Message 64 Channel::Message::Message(size_t payload_size, in Message() function in mojo::core::Channel::Message 69 Channel::Message::Message(size_t capacity, in Message() function in mojo::core::Channel::Message 80 Channel::Message::Message(size_t capacity, in Message() function in mojo::core::Channel::Message
|
/aosp_15_r20/external/aws-sdk-java-v2/services/organizations/src/main/resources/codegen-resources/ |
H A D | service-2.json | 1103 "Message":{"shape":"ExceptionMessage"} object 1130 "Message":{"shape":"ExceptionMessage"} object 1138 "Message":{"shape":"ExceptionMessage"}, object 1185 "Message":{"shape":"ExceptionMessage"} object 1193 "Message":{"shape":"ExceptionMessage"} object 1224 "Message":{"shape":"ExceptionMessage"} object 1232 "Message":{"shape":"ExceptionMessage"} object 1240 "Message":{"shape":"ExceptionMessage"} object 1269 "Message":{"shape":"ExceptionMessage"} object 1333 "Message":{"shape":"ExceptionMessage"} object [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/migrationhubconfig/src/main/resources/codegen-resources/ |
H A D | service-2.json | 90 "Message":{"shape":"ErrorMessage"} object 194 "Message":{"shape":"ErrorMessage"} object 250 "Message":{"shape":"ErrorMessage"} object 259 "Message":{"shape":"ErrorMessage"} object 269 "Message":{"shape":"ErrorMessage"} object 304 "Message":{"shape":"ErrorMessage"}, object
|
/aosp_15_r20/external/aws-sdk-java-v2/services/connectcontactlens/src/main/resources/codegen-resources/ |
H A D | service-2.json | 39 "Message":{"shape":"Message"} object 117 "Message":{"shape":"Message"} object 127 "Message":{"shape":"Message"} object 207 "Message":{"type":"string"}, object 277 "Message":{"shape":"Message"} object 295 "Message":{"shape":"Message"} object
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 38 auto *Message = reinterpret_cast<std::string *>(C); in diagnosticHandler() local 54 std::string Message; in LLVMParseBitcodeInContext() local 99 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
/aosp_15_r20/external/golang-protobuf/encoding/protojson/ |
H A D | encode.go | 30 func Format(m proto.Message) string { 37 func Marshal(m proto.Message) ([]byte, error) { 175 type unpopulatedFieldRanger struct{ protoreflect.Message } anonMember
|
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/callback_client/ |
H A D | call.py | 130 def _default_response(self, response: Message) -> None: 167 def _finish_client_stream(self, requests: Iterable[Message]) -> None: 343 requests: Iterable[Message] = (), 367 requests: Iterable[Message] = (),
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/ |
H A D | message.cc | 178 Message::Message(Message&& other) in Message() function in mojo::Message 194 Message::Message(std::unique_ptr<internal::UnserializedMessageContext> context) in Message() function in mojo::Message 197 Message::Message(uint32_t name, in Message() function in mojo::Message 209 Message::Message(ScopedMessageHandle handle) { in Message() function in mojo::Message
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/dns/dnsmessage/ |
D | message.go | 369 type Message struct { struct 370 Header 371 Questions []Question 372 Answers []Resource 373 Authorities []Resource 374 Additionals []Resource 1076 func (m *Message) Unpack(msg []byte) error { 1098 func (m *Message) Pack() ([]byte, error) { 1104 func (m *Message) AppendPack(b []byte) ([]byte, error) { 1172 s := "dnsmessage.Message{Header: " + m.Header.GoString() + ", " +
|
/aosp_15_r20/external/golang-protobuf/types/known/anypb/ |
H A D | any.pb.go | 250 func New(src proto.Message) (*Any, error) { 262 func MarshalFrom(dst *Any, src proto.Message, opts proto.MarshalOptions) error { 281 func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOptions) error {
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | lib.rs | 70 pub enum Message { enum 204 pub(crate) fn make_message_dispatcher<F, Cb>(tx: Sender<Message>, f: F) -> Box<dyn Fn(Cb) + Send> in make_message_dispatcher() 268 mut rx: Receiver<Message>, in dispatch() 269 tx: Sender<Message>, in dispatch()
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/ |
H A D | method_test.cc | 148 Status DoNothing(const pw::rpc::test::pwpb::Empty::Message&, in DoNothing() 181 PwpbServerReader<pw::rpc::test::pwpb::TestRequest::Message, in ClientStream() 187 PwpbServerReaderWriter<pw::rpc::test::pwpb::TestRequest::Message, in BidirectionalStream()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/ |
D | flags.go | 361 Message string `json:"message"` member 371 Message string `json:"message"` member 382 Message string `json:"message"` member
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | grpc.h | 35 Message() : slice_(grpc_empty_slice()) {} in Message() function 37 Message(grpc_slice slice, bool add_ref) in Message() function 42 Message(Message &&other) : slice_(other.slice_) { in Message() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/examples/ |
D | custom_files.rs | 158 enum Message { enum 167 impl Message { impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 180 const char *Message = nullptr; variable 181 InlineResult(const char *Message = nullptr) : Message(Message) {} in Message() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | InlineCost.h | 180 const char *Message = nullptr; variable 181 InlineResult(const char *Message = nullptr) : Message(Message) {} in Message() argument
|
/aosp_15_r20/device/generic/goldfish/dhcp/common/ |
D | message.cpp | 39 Message::Message() { in Message() function in Message 44 Message::Message(const uint8_t* data, size_t size) { in Message() function in Message 236 Message::Message(uint8_t operation, in Message() function in Message
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | report.cpp | 30 ScopedString Message; member in scudo::ScopedErrorReport 49 void NORETURN reportError(const char *Message) { in reportError() 55 void NORETURN reportRawError(const char *Message) { in reportRawError()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | InlineCost.h | 180 const char *Message = nullptr; variable 181 InlineResult(const char *Message = nullptr) : Message(Message) {} in Message() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | InlineCost.h | 181 const char *Message = nullptr; variable 182 InlineResult(const char *Message = nullptr) : Message(Message) {} in Message() function
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/sys/ |
H A D | windows.rs | 37 struct Message { struct 38 rds: Vec<RawDescriptorContainer>, 39 data: Vec<u8>,
|