/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() 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() argument 99 Message (MessageType type_, de::Semaphore* semaphore) in Message() function
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.h | 92 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/ |
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()
|
D | deBlockBuffer.cpp | 39 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 (deUint16)(data >> 16); } in getThreadId() 54 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
|
D | objc-asm-attribute-test.m | 21 @interface Message <Protocol, Protocol2> { interface 31 @implementation Message implementation
|
/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/guice/core/src/com/google/inject/spi/ |
D | Message.java | 44 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/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/antlr/antlr-3.4/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/mesa3d/src/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/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/protobuf/gtest/include/gtest/ |
D | gtest-message.h | 94 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/protobuf/src/google/protobuf/ |
D | message.h | 129 class Message; variable 167 inline Message() {} in Message() function 392 virtual bool HasOneof(const Message& /*message*/, in HasOneof() 397 virtual void ClearOneof(Message* /*message*/, in ClearOneof() argument 403 const Message& /*message*/, in GetOneofFieldDescriptor()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.h | 203 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-message.h | 96 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/gtest/include/gtest/ |
D | gtest-message.h | 96 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/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 152 struct Message { struct 153 SourceRange Range; 154 ErrorType Type; 155 std::vector<std::string> Args;
|
/external/webrtc/talk/app/webrtc/ |
D | proxy.h | 127 void OnMessage(rtc::Message*) { proxy_->OnMessage(NULL); e_->Set(); } in OnMessage() 147 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); } in OnMessage() 167 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); } in OnMessage() 187 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_); } in OnMessage() 208 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_); } in OnMessage() 229 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_); } in OnMessage() 252 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_); } in OnMessage() 277 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_, a4_); } in OnMessage() 303 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_, a4_, a5_); } in OnMessage()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 39 auto *Message = reinterpret_cast<std::string *>(C); in diagnosticHandler() local 55 std::string Message; in LLVMParseBitcodeInContext() local 100 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
/external/clang/lib/Frontend/ |
D | TestModuleFileExtension.cpp | 34 SmallString<64> Message; in writeExtensionContents() local 70 StringRef Message = Blob.substr(0, Record[0]); in Reader() local
|
D | DiagnosticRenderer.cpp | 125 StringRef Message, in emitDiagnostic() 191 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() 476 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local 613 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 632 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local 644 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local 660 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
|
/external/protobuf/python/google/protobuf/pyext/ |
D | python_protobuf.h | 44 class Message; variable
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
D | rfc1901.py | 9 class Message(univ.Sequence): class
|