/external/gfxstream-protocols/registry/vulkan/scripts/spec_tools/ |
D | shared.py | 117 class MessageId(Enum): class 171 return MessageId.DESCRIPTIONS[self] 174 MessageId.DESCRIPTIONS = { 175 MessageId.MISSING_TEXT: "a *text: macro is expected but not found", 176 MessageId.LEGACY: "legacy usage of *name: macro when *link: is applicable", 177 MessageId.WRONG_MACRO: "wrong macro used for an entity", 178 MessageId.MISSING_MACRO: "a macro might be missing", 179 MessageId.BAD_ENTITY: "entity not recognized, etc.", 180 MessageId.BAD_ENUMERANT: "unrecognized enumerant value used in ename:", 181 MessageId.BAD_MACRO: "unrecognized macro used", [all …]
|
D | macro_checker_file.py | 17 Message, MessageContext, MessageId, MessageType, 262 self.error(MessageId.REFPAGE_BLOCK, 273 self.error(MessageId.UNCLOSED_BLOCK, 289 self.warning(MessageId.MISSING_VALIDITY_INCLUDE, 298 self.error(MessageId.MISSING_API_INCLUDE, 389 self.error(MessageId.UNKNOWN_INCLUDE, 409 self.error(MessageId.API_VALIDITY_ORDER, 418 self.error(MessageId.API_VALIDITY_ORDER, 431 self.error(MessageId.UNDOCUMENTED_MEMBER, 466 self.error(MessageId.MEMBER_PNAME_MISSING, [all …]
|
D | main.py | 15 from .shared import MessageId 32 available_messages = list(MessageId) 92 for message_id in MessageId:
|
/external/gfxstream-protocols/registry/vulkan/scripts/ |
D | test_check_spec_links.py | 13 from check_spec_links import MessageId, makeMacroChecker 87 ckr.enabled([MessageId.MISSING_MACRO]) 102 ckr.enabled([MessageId.BAD_ENTITY]) 110 [MessageId.MISSING_TEXT, MessageId.BAD_ENTITY]) 115 ckr.enabled([MessageId.WRONG_MACRO]) 146 ckr.enabled([MessageId.MISUSED_TEXT]) 161 ckr.enabled(set(MessageId)) 202 ckr.enabled([MessageId.REFPAGE_TAG]) 219 ckr.enabled([MessageId.REFPAGE_NAME]) 230 ckr.enabled([MessageId.REFPAGE_MISSING_DESC]) [all …]
|
D | check_spec_links.py | 20 from spec_tools.shared import (AUTO_FIX_STRING, EXTENSION_CATEGORY, MessageId, 54 MessageId.LEGACY, 55 MessageId.REFPAGE_MISSING, 56 MessageId.MISSING_MACRO, 57 MessageId.EXTENSION, 59 MessageId.MISUSED_TEXT, 60 MessageId.MISSING_TEXT 122 message_id = MessageId.WRONG_MACRO 129 message_id = MessageId.EXTENSION 138 message_id = MessageId.LEGACY [all …]
|
D | test_check_spec_links_api_specific.py | 14 from check_spec_links import MacroChecker, MessageId, makeMacroChecker 29 ckr.enabled([MessageId.REFPAGE_MISMATCH]) 49 ckr.enabled([MessageId.REFPAGE_MISSING]) 58 ckr.enabled([MessageId.REFPAGE_BLOCK]) 87 ckr.enabled([MessageId.LEGACY]) 120 ckr.enabled([MessageId.BAD_ENTITY])
|
/external/openthread/src/core/net/ |
D | dns_dso.hpp | 201 typedef uint16_t MessageId; ///< This type represents a DSO Message Identifier. typedef in ot::Dns::Dso::Connection 309 MessageId aMessageId, 551 MessageId &aMessageId, 589 Error SendResponseMessage(Message &aMessage, MessageId aResponseId); 722 bool Contains(MessageId aMessageId, Tlv::Type &aPrimaryTlvType) const; 723 … Error Add(MessageId aMessageId, Tlv::Type aPrimaryTlvType, TimeMilli aResponseTimeout); 724 void Remove(MessageId aMessageId); 731 bool Matches(MessageId aMessageId) const { return mMessageId == aMessageId; } in Matches() 733 MessageId mMessageId; 793 Error SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId); [all …]
|
D | dns_dso.cpp | 279 Error Dso::Connection::SendRequestMessage(Message &aMessage, MessageId &aMessageId, uint32_t aRespo… in SendRequestMessage() 286 MessageId messageId = 0; in SendUnidirectionalMessage() 291 Error Dso::Connection::SendResponseMessage(Message &aMessage, MessageId aResponseId) in SendResponseMessage() 326 MessageId messageId; in SendRetryDelayMessage() 406 Error Dso::Connection::SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId) in SendKeepAliveMessage() 484 MessageId & aMessageId, in SendMessage() 828 MessageId messageId = aHeader.GetMessageId(); in ProcessRequestOrUnidirectionalMessage() 1384 bool Dso::Connection::PendingRequests::Contains(MessageId aMessageId, Tlv::Type &aPrimaryTlvType) c… in Contains() 1396 Error Dso::Connection::PendingRequests::Add(MessageId aMessageId, Tlv::Type aPrimaryTlvType, TimeMi… in Add() 1410 void Dso::Connection::PendingRequests::Remove(MessageId aMessageId) in Remove()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | EventLog.mc | 4 MessageId=100
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | UnconditionalSuppressMessageAttribute.cs | 109 public string MessageId { get; set; } property in System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | UnconditionalSuppressMessageAttribute.cs | 109 public string MessageId { get; set; } property in System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute
|
/external/openthread/tests/unit/ |
D | test_dso.cpp | 160 MessageId messageId; in SendTestRequestMessage() 207 void SendTestResponseMessage(MessageId aResponseId, uint8_t aValue) in SendTestResponseMessage() 220 …Error ProcessRequestMessage(MessageId aMessageId, const Message &aMessage, Dso::Tlv::Type aPrimary… in ProcessRequestMessage() 290 MessageId aMessageId, in ProcessRequestMessage() 554 Connection::MessageId messageId; in TestDso()
|