/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 305 if event.msg_type in self.events: 314 if event.msg_type in (NOTE_ON, NOTE_OFF): 324 …if event.msg_type in (NOTE_ON, NOTE_OFF, POLY_KEY_PRESSURE, CONTROL_CHANGE, CHANNEL_PRESSURE, PITC… 335 def ReadFromStream (stream, seq, ticks, msg_type): argument 336 if msg_type == SYSEX: 337 return SysExEvent.ReadFromStream(stream, seq, ticks, msg_type) 338 elif msg_type == END_SYSEX: 339 return SysExContEvent.ReadFromStream(stream, seq, ticks, msg_type) 340 elif msg_type == META_EVENT: 341 return MetaEvent.ReadFromStream(stream, seq, ticks, msg_type) [all …]
|
/external/u-boot/tools/patman/ |
D | checkpatch.py | 125 def GetWarningMsg(col, msg_type, fname, line, msg): argument 134 if msg_type == 'warning': 135 msg_type = col.Color(col.YELLOW, msg_type) 136 elif msg_type == 'error': 137 msg_type = col.Color(col.RED, msg_type) 138 elif msg_type == 'check': 139 msg_type = col.Color(col.MAGENTA, msg_type) 140 return '%s:%d: %s: %s\n' % (fname, line, msg_type, msg)
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 100 RadiusType msg_type; member 282 RadiusType msg_type, in radius_client_register() argument 293 if (msg_type == RADIUS_ACCT) { in radius_client_register() 339 int s, RadiusType msg_type) in radius_client_handle_send_error() argument 350 if (msg_type == RADIUS_ACCT || in radius_client_handle_send_error() 351 msg_type == RADIUS_ACCT_INTERIM) { in radius_client_handle_send_error() 377 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit() 378 entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit() 414 if (entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit() 431 if (entry->msg_type == RADIUS_ACCT && in radius_client_retransmit() [all …]
|
D | radius_client.h | 238 RadiusType msg_type, 249 RadiusType msg_type, const u8 *addr);
|
/external/tcpdump/ |
D | print-olsr.c | 92 uint8_t msg_type; member 102 uint8_t msg_type; member 323 u_int msg_type, msg_len, msg_tlen, hello_len; in olsr_print() local 366 msg_type = msgptr.v6->msg_type; in olsr_print() 373 if (msg_type == 0 || msg_len == 0) { in olsr_print() 379 tok2str(olsr_msg_values, "Unknown", msg_type), in olsr_print() 380 msg_type, ip6addr_string(ndo, msgptr.v6->originator), in olsr_print() 397 msg_type = msgptr.v4->msg_type; in olsr_print() 404 if (msg_type == 0 || msg_len == 0) { in olsr_print() 410 tok2str(olsr_msg_values, "Unknown", msg_type), in olsr_print() [all …]
|
D | print-geonet.c | 63 int msg_type; in print_btp_body() local 68 msg_type = bp[1]; in print_btp_body() 69 msg_type_str = tok2str(msg_type_values, "unknown (%u)", msg_type); in print_btp_body() 71 ND_PRINT((ndo, "; ItsPduHeader v:%d t:%d-%s", version, msg_type, msg_type_str)); in print_btp_body()
|
D | print-ldp.c | 567 u_short pdu_len,msg_len,msg_type,msg_tlen; in ldp_pdu_print() local 614 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type)); in ldp_pdu_print() 622 msg_type), in ldp_pdu_print() 623 msg_type, in ldp_pdu_print() 633 msg_type), in ldp_pdu_print() 634 msg_type, in ldp_pdu_print() 646 switch(msg_type) { in ldp_pdu_print()
|
D | print-lwapp.c | 65 uint8_t msg_type; member 232 tok2str(lwapp_msg_type_values,"Unknown",lwapp_control_header->msg_type), in lwapp_control_print() 233 lwapp_control_header->msg_type, in lwapp_control_print() 242 switch(lwapp_control_header->msg_type) { in lwapp_control_print()
|
D | print-vqp.c | 48 uint8_t msg_type; member 132 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type), in vqp_print() 143 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type), in vqp_print()
|
/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 36 msg_type='plain', argument 41 email_from, msg_type, attachments) 44 email_from, msg_type, attachments) 47 email_from, msg_type, attachments): argument 67 msg.attach(MIMEText(text_to_send, msg_type)) 84 email_from, msg_type, attachments): argument 108 if msg_type == 'html':
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_generator.cpp | 736 int msg_type = -1; in generate_tex() local 779 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_COMPARE; in generate_tex() 781 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE; in generate_tex() 786 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS_COMPARE; in generate_tex() 788 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS; in generate_tex() 793 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE; in generate_tex() 795 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD; in generate_tex() 801 msg_type = GEN9_SAMPLER_MESSAGE_SAMPLE_C_LZ; in generate_tex() 803 msg_type = GEN9_SAMPLER_MESSAGE_SAMPLE_LZ; in generate_tex() 807 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_RESINFO; in generate_tex() [all …]
|
D | brw_vec4_generator.cpp | 117 int msg_type = -1; in generate_tex() local 124 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE; in generate_tex() 126 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD; in generate_tex() 133 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE; in generate_tex() 135 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_DERIVS; in generate_tex() 139 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LD; in generate_tex() 143 msg_type = GEN9_SAMPLER_MESSAGE_SAMPLE_LD2DMS_W; in generate_tex() 147 msg_type = GEN7_SAMPLER_MESSAGE_SAMPLE_LD2DMS; in generate_tex() 149 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LD; in generate_tex() 153 msg_type = GEN7_SAMPLER_MESSAGE_SAMPLE_LD_MCS; in generate_tex() [all …]
|
D | brw_eu.h | 218 unsigned msg_type, 237 unsigned msg_type, 247 unsigned msg_type, 322 unsigned msg_type,
|
/external/autotest/client/tests/monotonic_time/src/ |
D | logging.c | 35 void msg(enum msg_type msg_type, int data, const char *fmt, ...) in msg() argument 47 switch (msg_type) { in msg() 87 if (msg_type == MSG_FATAL) in msg()
|
D | logging.h | 10 enum msg_type { enum 18 void msg(enum msg_type, int data, const char *fmt, ...);
|
/external/strace/ |
D | netlink.c | 181 const uint8_t msg_type = (uint8_t) type; in decode_nlmsg_type_netfilter() local 188 msg_type, nf_nlmsg_types[subsys_id].dflt); in decode_nlmsg_type_netfilter() 190 tprintf("%#x", msg_type); in decode_nlmsg_type_netfilter() 268 const uint8_t msg_type = (uint8_t) type; in decode_nlmsg_flags_netfilter() local 272 switch (msg_type) { in decode_nlmsg_flags_netfilter() 287 switch (msg_type) { in decode_nlmsg_flags_netfilter() 298 switch (msg_type) { in decode_nlmsg_flags_netfilter() 309 switch (msg_type) { in decode_nlmsg_flags_netfilter() 319 switch (msg_type) { in decode_nlmsg_flags_netfilter() 329 switch (msg_type) { in decode_nlmsg_flags_netfilter() [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | asyncstuntcpsocket.cc | 29 inline bool IsStunMessage(uint16_t msg_type) { in IsStunMessage() argument 31 return (msg_type & 0xC000) ? false : true; in IsStunMessage() 132 uint16_t msg_type = rtc::GetBE16(data); in GetExpectedLength() local 133 if (IsStunMessage(msg_type)) { in GetExpectedLength()
|
D | stunrequest.cc | 56 void StunRequestManager::Flush(int msg_type) { in Flush() argument 59 if (msg_type == kAllRequests || msg_type == request->type()) { in Flush()
|
D | stun.cc | 877 bool IsStunRequestType(int msg_type) { in IsStunRequestType() argument 878 return ((msg_type & kStunTypeMask) == 0x000); in IsStunRequestType() 881 bool IsStunIndicationType(int msg_type) { in IsStunIndicationType() argument 882 return ((msg_type & kStunTypeMask) == 0x010); in IsStunIndicationType() 885 bool IsStunSuccessResponseType(int msg_type) { in IsStunSuccessResponseType() argument 886 return ((msg_type & kStunTypeMask) == 0x100); in IsStunSuccessResponseType() 889 bool IsStunErrorResponseType(int msg_type) { in IsStunErrorResponseType() argument 890 return ((msg_type & kStunTypeMask) == 0x110); in IsStunErrorResponseType()
|
D | turnport.cc | 43 inline bool IsTurnChannelData(uint16_t msg_type) { in IsTurnChannelData() argument 44 return ((msg_type & 0xC000) == 0x4000); // MSB are 0b01 in IsTurnChannelData() 561 uint16_t msg_type = rtc::GetBE16(data); in OnReadPacket() local 562 if (IsTurnChannelData(msg_type)) { in OnReadPacket() 563 HandleChannelData(msg_type, data, size, packet_time); in OnReadPacket() 564 } else if (msg_type == TURN_DATA_INDICATION) { in OnReadPacket() 568 (msg_type == STUN_BINDING_RESPONSE || in OnReadPacket() 569 msg_type == STUN_BINDING_ERROR_RESPONSE)) { in OnReadPacket() 577 if (IsStunSuccessResponseType(msg_type) && in OnReadPacket() 580 << "message integrity, msg_type=" << msg_type; in OnReadPacket()
|
/external/libnetfilter_conntrack/include/internal/ |
D | prototypes.h | 16 …uf, unsigned int len, const struct nf_conntrack *ct, const unsigned int msg_type, const unsigned i… 17 …uf, unsigned int len, const struct nf_conntrack *ct, const unsigned int msg_type, const unsigned i… 55 …(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int msg_type, unsigned int fla… 56 …(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int msg_type, unsigned int fla…
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_validate.c | 545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument 547 if (msg_type == NULL) { in wps_validate_msg_type() 555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type() 557 "attribute value 0x%x", *msg_type); in wps_validate_msg_type() 1302 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1() 1358 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2() 1413 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d() 1465 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3() 1501 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m4() 1570 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m5() [all …]
|
D | wps_enrollee.c | 1285 if (attr.msg_type == NULL) { in wps_process_wsc_msg() 1291 switch (*attr.msg_type) { in wps_process_wsc_msg() 1331 *attr.msg_type); in wps_process_wsc_msg() 1342 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg() 1363 if (attr.msg_type == NULL) { in wps_process_wsc_ack() 1368 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack() 1370 *attr.msg_type); in wps_process_wsc_ack() 1410 if (attr.msg_type == NULL) { in wps_process_wsc_nack() 1415 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack() 1417 *attr.msg_type); in wps_process_wsc_nack() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | batadv_packet.h | 288 __u8 msg_type; /* see ICMP message types above */ member 311 __u8 msg_type; /* see ICMP message types above */ member 340 __u8 msg_type; /* see ICMP message types above */ member 379 __u8 msg_type; /* see ICMP message types above */ member
|
/external/libnetfilter_conntrack/src/expect/ |
D | snprintf_default.c | 43 unsigned int msg_type, in __snprintf_expect_default() argument 49 switch(msg_type) { in __snprintf_expect_default()
|