Home
last modified time | relevance | path

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

1234567891011

/external/chromium_org/extensions/common/api/messaging/
Dmessage.h11 struct Message { struct
15 Message() : data(), user_gesture(false) {} in Message() function
16 Message(const std::string& data, bool user_gesture) 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() function
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DNewWebSocketChannelImpl.h100 struct Message { struct
107 MessageType type; argument
117 struct ReceivedMessage { argument
/external/lldb/tools/debugserver/source/MacOSX/
DMachException.h92 struct Message struct
94 MachMessage exc_msg; argument
95 MachMessage reply_msg; argument
98 Message() : in Message() function
112 typedef std::vector<Message> collection; argument
113 typedef collection::iterator iterator;
114 typedef collection::const_iterator const_iterator;
/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 data >> 16; } in getThreadId()
53 deUint16 getPayload (void) const { return data & 0xffff; } in getPayload()
DdeBlockBuffer.cpp39 struct Message struct
41 deUint32 data;
43 Message (deUint16 threadId, deUint16 payload) in Message() function
48 Message (void) in Message() argument
53 deUint16 getThreadId (void) const { return data >> 16; } in getThreadId()
54 deUint16 getPayload (void) const { return data & 0xffff; } in getPayload()
/external/chromium_org/third_party/webrtc/base/
Dmessagequeue.h131 struct Message { struct
132 Message() { in Message() function
135 inline bool Match(MessageHandler* handler, uint32 id) const { in Match() argument
139 MessageHandler *phandler; argument
141 MessageData *pdata; argument
145 typedef std::list<Message> MessageList; argument
/external/mesa3d/src/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/chromium_org/content/child/
Dwebmessageportchannel_impl.h79 struct Message { struct
84 std::vector<WebMessagePortChannelImpl*> ports; argument
87 typedef std::queue<Message> MessageQueue; argument
/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/chromium_org/third_party/mesa/src/src/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/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/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.h92 Message() : ss_(new internal::StrStream) {} in Message() function
95 Message(const Message& msg) : ss_(new internal::StrStream) { // NOLINT in Message() function
100 explicit Message(const char* str) : ss_(new internal::StrStream) { in Message() function
/external/chromium_org/ipc/
Dipc_message.cc43 Message::Message() in Message() function in IPC::Message
54 Message::Message(int32 routing_id, uint32 type, PriorityValue priority) in Message() function in IPC::Message
67 Message::Message(const char* data, int data_len) : Pickle(data, data_len) { in Message() function in IPC::Message
71 Message::Message(const Message& other) : Pickle(other) { in Message() function in IPC::Message
/external/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { in llvm_raise()
48 char* Message; in llvm_link_modules() local
/external/llvm/bindings/ocaml/irreader/
Dirreader_ocaml.c30 static void llvm_raise(value Prototype, char *Message) { in llvm_raise()
53 char *Message; in llvm_parse_ir() local
/external/chromium_org/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/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/chromium_org/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/clang/lib/Frontend/
DDiagnosticRenderer.cpp125 StringRef Message, in emitDiagnostic()
193 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote()
442 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local
465 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local
482 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local
494 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local
507 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
/external/smack/src/org/xbill/DNS/
DMessage.java19 public class Message implements Cloneable { class
57 Message(Header header) { in Message() method in Message
64 Message(int id) { in Message() method in Message
70 Message() { in Message() method in Message
98 Message(DNSInput in) throws IOException { in Message() method in Message
134 Message(byte [] b) throws IOException { in Message() method in Message
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h152 struct Message { struct
153 SourceRange Range;
154 ErrorType Type;
155 std::vector<std::string> Args;
/external/chromium_org/ppapi/shared_impl/
Dresource_var.h14 class Message; variable
/external/chromium_org/content/browser/devtools/
Dipc_devtools_agent_host.h11 class Message; variable

1234567891011