| /external/skia/tools/sk_app/android/ |
| D | surface_glue_android.h | 34 struct Message { struct 35 MessageType fType = kUndefined; argument 44 Message() {} in Message() argument 45 Message(MessageType t) : fType(t) {} in Message() function
|
| /external/skqp/tools/sk_app/android/ |
| D | surface_glue_android.h | 34 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/ |
| D | tcuAndroidRenderActivity.hpp | 57 struct Message struct 59 MessageType type; //!< Message type. 61 { 65 } payload; //!< Optional data argument. 67 Message (void) in Message() function 72 explicit Message (MessageType type_) in Message() function 80 Message (MessageType type_, ANativeWindow* window) in Message() function 90 Message (MessageType type_, AInputQueue* inputQueue) in Message() function 99 Message (MessageType type_, de::Semaphore* semaphore) in Message() argument
|
| /external/golang-protobuf/proto/proto3_proto/ |
| D | proto3.pb.go | 56 type Message struct { struct 58 … `protobuf:"varint,2,opt,name=hilarity,proto3,enum=proto3_proto.Message_Humour" jso… 67 …otobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,proto3,enum=proto3_proto.Message_Humour" jso… 68 …son:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=… 69 … `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field,proto3" json:"proto2_field,omitempty"` 70 …=proto2Value,proto3" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" prot… 71 … `protobuf:"bytes,14,opt,name=anything,proto3" json:"anything,omitempty"` 72 … `protobuf:"bytes,15,rep,name=many_things,json=manyThings,proto3" json:"many_things,omitempty"` 73 … `protobuf:"bytes,17,opt,name=submessage,proto3" json:"submessage,omitempty"` 74 …ge `protobuf:"bytes,18,rep,name=children,proto3" json:"children,omitempty"` [all …]
|
| /external/libchrome/mojo/core/ |
| D | channel.h | 40 struct MOJO_SYSTEM_IMPL_EXPORT Message { struct 41 enum class MessageType : uint16_t { argument 61 // Message size in bytes, including the header. argument 74 // Message size in bytes, including the header. argument 92 struct MachPortsEntry { 105 struct MachPortsExtraHeader { 137 Message(size_t payload_size, size_t max_handles); argument 153 const void* data() const { return data_; } in data() 154 size_t data_num_bytes() const { return size_; } in data_num_bytes() 224 DISALLOW_COPY_AND_ASSIGN(Message); argument
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| D | pass_utils.h | 31 struct Message { struct 41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
|
| /external/angle/third_party/spirv-tools/src/test/opt/ |
| D | pass_utils.h | 31 struct Message { struct 41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | pass_utils.h | 31 struct Message { struct 41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
|
| /external/angle/src/tests/gl_tests/ |
| D | ErrorMessages.cpp | 17 struct Message struct 19 GLenum source; 20 GLenum type; 21 GLenum id; 22 GLenum severity; 23 std::string message; 24 const void *userParam; 26 inline bool operator==(Message a) in operator ==()
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
| D | rx_windows_user.h | 13 struct Message struct 16 static auto is() { return [](Message m){ return m.message == WM; }; } in is() 18 HWND hWnd; 19 UINT message; 20 WPARAM wParam; 21 LPARAM lParam; 22 Result* result; 24 void handled() { result->handled = true; } in handled() 25 void lresult(LRESULT lres) {result->lres = lres; } in lresult() 28 T wparam_cast(){ in wparam_cast() [all …]
|
| /external/golang-protobuf/ptypes/ |
| D | any.go | 65 func MarshalAny(pb proto.Message) (*any.Any, error) { 83 proto.Message anonMember 107 func UnmarshalAny(any *any.Any, pb proto.Message) error { 132 func Is(any *any.Any, pb proto.Message) bool {
|
| /external/deqp/framework/delibs/decpp/ |
| D | deThreadSafeRingBuffer.cpp | 38 struct Message struct 40 deUint32 data; 42 Message (deUint16 threadId, deUint16 payload) in Message() function 47 Message (void) in Message() argument 52 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId() 53 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
|
| /external/clang/test/CodeGenObjC/ |
| D | objc-asm-attribute-neg-test.m | 9 @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/protobuf/src/google/protobuf/util/ |
| D | message_differencer.h | 253 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved() 261 const Message& /* message1 */, const Message& /* message2 */, in ReportMatched() 284 const Message& /* message1 */, const Message& /* message2 */, in ReportIgnored() 291 const Message& /* message1 */, const Message& /* message2 */, in ReportUnknownFieldIgnored() 306 const Message& /* message1 */, const Message& /* message2 */, in IsMatch() 337 const Message& /* message1 */, const Message& /* message2 */, in IsUnknownFieldIgnored()
|
| /external/angle/src/libANGLE/ |
| D | Debug.h | 89 struct Message struct 91 GLenum source; 92 GLenum type; 93 GLuint id; 94 GLenum severity; 95 std::string message;
|
| /external/golang-protobuf/proto/ |
| D | decode.go | 334 func Unmarshal(buf []byte, pb Message) error { 351 func UnmarshalMerge(buf []byte, pb Message) error { 368 func (p *Buffer) DecodeMessage(pb Message) error { 379 func (p *Buffer) DecodeGroup(pb Message) error { 396 func (p *Buffer) Unmarshal(pb Message) error {
|
| D | clone.go | 45 func Clone(src Message) Message { 63 Merge(src Message) 70 XXX_Merge(src Message) 77 func Merge(dst, src Message) {
|
| D | extensions.go | 210 func SetRawExtension(base Message, id int32, b []byte) { 283 func HasExtension(pb Message, extension *ExtensionDesc) bool { 300 func ClearExtension(pb Message, extension *ExtensionDesc) { 319 func GetExtension(pb Message, extension *ExtensionDesc) (interface{}, error) { 447 func GetExtensions(pb Message, es []*ExtensionDesc) (extensions []interface{}, err error) { 468 func ExtensionDescs(pb Message) ([]*ExtensionDesc, error) { 497 func SetExtension(pb Message, extension *ExtensionDesc, value interface{}) error { 524 func ClearAllExtensions(pb Message) { 557 func RegisteredExtensions(pb Message) map[int32]*ExtensionDesc {
|
| /external/guice/core/src/com/google/inject/spi/ |
| D | Message.java | 44 public final class Message implements Serializable, Element { class 50 public Message(List<Object> sources, String message, Throwable cause) { in Message() method in Message 57 public Message(String message, Throwable cause) { in Message() method in Message 61 public Message(Object source, String message) { in Message() method in Message 65 public Message(String message) { in Message() method in Message
|
| /external/webrtc/webrtc/base/ |
| D | messagequeue.h | 131 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/clang/test/SemaObjC/ |
| D | objc-asm-attribute-neg-test.m | 17 @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/google-breakpad/src/testing/gtest/include/gtest/ |
| D | gtest-message.h | 94 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/llvm/utils/unittest/googletest/include/gtest/ |
| D | gtest-message.h | 94 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/tool/src/main/java/org/antlr/tool/ |
| D | Message.java | 41 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/golang-protobuf/descriptor/ |
| D | descriptor.go | 74 type Message interface { interface 81 func ForMessage(msg Message) (fd *protobuf.FileDescriptorProto, md *protobuf.DescriptorProto) {
|