Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/libmojo/mojo/edk/system/
Dchannel.h31 struct Message { struct
45 // Message size in bytes, including the header. argument
71 struct MachPortsEntry {
107 Message(size_t payload_size, argument
116 const void* data() const { return data_; } in data()
117 size_t data_num_bytes() const { return size_; } in data_num_bytes()
120 void* mutable_payload() { return static_cast<void*>(header_ + 1); } in mutable_payload()
121 const void* payload() const { in payload()
126 const void* extra_header() const { return data_ + sizeof(Header); } in extra_header()
127 void* mutable_extra_header() { return data_ + sizeof(Header); } in mutable_extra_header()
[all …]
/external/skia/tools/viewer/sk_app/android/
Dsurface_glue_android.h34 struct Message { struct
35 MessageType fType = kUndefined; argument
44 Message() {} in Message() argument
45 Message(MessageType t) : fType(t) {} in Message() argument
/external/deqp/framework/platform/android/
DtcuAndroidRenderActivity.hpp57 struct Message struct
59 MessageType type; //!< Message type.
61 {
65 } payload; //!< Optional data argument.
67 Message (void) in Message() argument
72 explicit Message (MessageType type_) in Message() function
80 Message (MessageType type_, ANativeWindow* window) in Message() argument
90 Message (MessageType type_, AInputQueue* inputQueue) in Message() function
99 Message (MessageType type_, de::Semaphore* semaphore) in Message() argument
/external/protobuf/src/google/protobuf/
Dmessage.h132 class Message; variable
181 inline Message() {} in Message() function
439 virtual bool HasOneof(const Message& /*message*/, in HasOneof()
444 virtual void ClearOneof(Message* /*message*/, in ClearOneof() argument
450 const Message& /*message*/, in GetOneofFieldDescriptor()
742 virtual void AddAllocatedMessage(Message* /* message */, in AddAllocatedMessage() argument
950 virtual bool ContainsMapKey(const Message& /* message*/, in ContainsMapKey()
959 virtual bool InsertOrLookupMapValue(Message* /* message */, in InsertOrLookupMapValue() argument
968 virtual bool DeleteMapValue(Message* /* mesage */, in DeleteMapValue() argument
990 virtual int MapSize(const Message& /* message */, in MapSize()
[all …]
/external/clang/test/CodeGenObjC/
Dobjc-asm-attribute-neg-test.m9 @interface Message <Protocol> { interface in objc_runtime_name
16 …expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declarations}}
18 …/ expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declaration…
29 @implementation Message // expected-error {{prefix attribute must be followed by an interface or pr… category
/external/deqp/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp38 struct Message struct
40 deUint32 data;
42 Message (deUint16 threadId, deUint16 payload) in Message() function
47 Message (void) in Message() function
52 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId()
53 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
DdeBlockBuffer.cpp39 struct Message struct
41 deUint32 data;
43 Message (deUint16 threadId, deUint16 payload) in Message() argument
48 Message (void) in Message() argument
53 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId()
54 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
/external/clang/test/SemaObjC/
Dobjc-asm-attribute-neg-test.m17 @interface Message <Protocol> { interface in objc_runtime_name
24 …expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declarations}}
26 …/ expected-error {{'objc_runtime_name' attribute only applies to interface or protocol declaration…
37 @implementation Message // expected-error {{prefix attribute must be followed by an interface or pr… category
/external/guice/core/src/com/google/inject/spi/
DMessage.java44 public final class Message implements Serializable, Element { class
52 public Message(List<Object> sources, String message, Throwable cause) { in Message() method in Message
61 public Message(String message, Throwable cause) { in Message() method in Message
65 public Message(Object source, String message) { in Message() method in Message
69 public Message(String message) { in Message() method in Message
/external/webrtc/webrtc/base/
Dmessagequeue.h131 struct Message { struct
132 Message() { in Message() argument
135 inline bool Match(MessageHandler* handler, uint32_t id) const { in Match() argument
139 MessageHandler *phandler; argument
141 MessageData *pdata; argument
145 typedef std::list<Message> MessageList; argument
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-message.h94 Message() : ss_(new ::std::stringstream) { in Message() function
101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest-message.h94 Message() : ss_(new ::std::stringstream) { in Message() function
101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
Dbitreader_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { in llvm_raise()
52 char *Message; in llvm_get_module() local
67 char *Message; in llvm_parse_bitcode() local
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h94 Message() : ss_(new ::std::stringstream) { in Message() function
101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DMessage.java41 public abstract class Message { class
58 public Message() { in Message() method in Message
61 public Message(int msgID) { in Message() method in Message
65 public Message(int msgID, Object arg, Object arg2) { in Message() method in Message
/external/protobuf/gtest/include/gtest/
Dgtest-message.h94 Message() : ss_(new internal::StrStream) { in Message() function
101 Message(const Message& msg) : ss_(new internal::StrStream) { // NOLINT in Message() function
106 explicit Message(const char* str) : ss_(new internal::StrStream) { in Message() function
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DMessage.java17 public class Message { class
40 public Message(ByteBuffer buffer, List<? extends Handle> handles) { in Message() method in Message
/external/flatbuffers/tests/FlatBuffers.Test/
DAssert.cs36 public override string Message property in FlatBuffers.Test.AssertFailedException
55 public override string Message property in FlatBuffers.Test.AssertArrayFailedException
70 public override string Message property in FlatBuffers.Test.AssertUnexpectedThrowException
/external/v8/testing/gtest/include/gtest/
Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
101 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/mesa3d/src/gtest/include/gtest/
Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
101 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
101 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
101 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/googletest/googletest/include/gtest/
Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
101 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/external/libbrillo/brillo/dbus/
Ddbus_object.h203 const base::Callback<bool(ErrorPtr*, dbus::Message*, Args...)>& in AddSimpleMethodHandlerWithErrorAndMessage()
215 bool(*handler)(ErrorPtr*, dbus::Message*, Args...)) { in AddSimpleMethodHandlerWithErrorAndMessage()
227 bool(Class::*handler)(ErrorPtr*, dbus::Message*, Args...)) { in AddSimpleMethodHandlerWithErrorAndMessage()
237 bool(Class::*handler)(ErrorPtr*, dbus::Message*, Args...) const) { in AddSimpleMethodHandlerWithErrorAndMessage()
300 const base::Callback<void(std::unique_ptr<Response>, dbus::Message*, in AddMethodHandlerWithMessage()
313 void (*handler)(std::unique_ptr<Response>, dbus::Message*, Args...)) { in AddMethodHandlerWithMessage()
330 dbus::Message*, Args...)) { in AddMethodHandlerWithMessage()
345 void(Class::*handler)(std::unique_ptr<Response>, dbus::Message*, in AddMethodHandlerWithMessage()
/external/libmojo/mojo/edk/system/ports/
Dmessage.cc74 Message::Message(size_t num_payload_bytes, size_t num_ports) in Message() function in mojo::edk::ports::Message
81 Message::Message(size_t num_header_bytes, in Message() function in mojo::edk::ports::Message

12345678910