/external/tcpdump/ |
D | print-symantec.c | 45 uint16_t etype; in symantec_hdr_print() local 49 etype = EXTRACT_16BITS(&sp->ether_type); in symantec_hdr_print() 51 if (etype <= ETHERMTU) in symantec_hdr_print() 52 ND_PRINT((ndo, "invalid ethertype %u", etype)); in symantec_hdr_print() 55 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print() 56 etype)); in symantec_hdr_print() 58 if (etype <= ETHERMTU) in symantec_hdr_print() 59 ND_PRINT((ndo, "invalid ethertype %u", etype)); in symantec_hdr_print() 61 … ND_PRINT((ndo, "%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype))); in symantec_hdr_print()
|
/external/fio/ |
D | td_error.c | 16 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype, in td_non_fatal_error() argument 21 if (!td->o.ignore_error[etype]) { in td_non_fatal_error() 22 td->o.ignore_error[etype] = __NON_FATAL_ERR; in td_non_fatal_error() 23 td->o.ignore_error_nr[etype] = sizeof(__NON_FATAL_ERR) in td_non_fatal_error() 27 if (!(td->o.continue_on_error & (1 << etype))) in td_non_fatal_error() 29 for (i = 0; i < td->o.ignore_error_nr[etype]; i++) in td_non_fatal_error() 30 if (td->o.ignore_error[etype][i] == err) in td_non_fatal_error()
|
D | td_error.h | 23 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype,
|
D | options.c | 242 static int ignore_error_type(struct thread_data *td, int etype, char *str) in ignore_error_type() argument 248 if (etype >= ERROR_TYPE_CNT) { in ignore_error_type() 253 td->o.ignore_error_nr[etype] = 4; in ignore_error_type() 265 if (i == td->o.ignore_error_nr[etype]) { in ignore_error_type() 266 td->o.ignore_error_nr[etype] <<= 1; in ignore_error_type() 267 error = realloc(error, td->o.ignore_error_nr[etype] in ignore_error_type() 286 td->o.continue_on_error |= 1 << etype; in ignore_error_type() 287 td->o.ignore_error_nr[etype] = i; in ignore_error_type() 288 td->o.ignore_error[etype] = error; in ignore_error_type()
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | collector.py | 329 def collectExceptionOnly(self, etype, value): argument 330 return traceback.format_exception_only(etype, value) 332 def collectException(self, etype, value, tb, limit=None): argument 356 ident_data.append(str(etype)) 363 exception_formatted=self.collectExceptionOnly(etype, value), 364 exception_type=etype, 369 if etype is ImportError:
|
D | formatter.py | 79 etype = exc_data.exception_type 80 if not isinstance(etype, six.string_types): 81 etype = etype.__name__ 83 etype, 194 def format_exception_info(self, etype, evalue): argument 196 '%s: %s' % (self.quote(etype), self.quote(evalue)))
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_frag.c | 97 int etype; local 104 etype = hdr->etype; 136 hdr->etype = etype;
|
D | isakmp.c | 540 switch (isakmp->etype) { 573 isakmp->etype) < 0) 595 if (iph1->etype != isakmp->etype) { 599 s_isakmp_etype(iph1->etype), 600 s_isakmp_etype(isakmp->etype)); 622 isakmp->etype); 748 isakmp->etype, saddr2str(remote)); 765 isakmp->etype, saddr2str(remote)); 793 if (ph1exchange[etypesw1(iph1->etype)] 800 error = (ph1exchange[etypesw1(iph1->etype)] [all …]
|
D | remoteconf.c | 420 check_etypeok( struct remoteconf *rmconf, u_int8_t etype) in check_etypeok() argument 425 if (e->type == etype) in check_etypeok() 511 struct etypes *etype = p->etypes; in dump_rmconf_single() local 523 while (etype) { in dump_rmconf_single() 524 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type), in dump_rmconf_single() 525 etype->next != NULL ? ", " : ";\n"); in dump_rmconf_single() 526 etype = etype->next; in dump_rmconf_single()
|
D | handler.h | 130 u_int8_t etype; /* Exchange type actually for use */ member 416 u_int8_t etype; member
|
D | handler.c | 245 pd->etype = iph1->etype; in dumpph1() 1368 if (iph1->etype == e->type) in revalidate_ph1() 1378 if (iph1->etype == ISAKMP_ETYPE_AGG && in revalidate_ph1() 1471 if (iph1->etype != ISAKMP_ETYPE_AGG && in revalidate_ph1()
|
D | isakmp.h | 69 u_int8_t etype; /* Exchange Type */ member
|
D | oakley.c | 984 if (iph1->etype != ISAKMP_ETYPE_BASE) { 1125 if (iph1->etype != ISAKMP_ETYPE_BASE) { 1291 switch (iph1->etype) { 1304 "invalid etype %d\n", iph1->etype); 1480 switch (iph1->etype) { 1493 "invalid etype %d\n", iph1->etype); 1569 switch (iph1->etype) { 1576 "invalid etype %d\n", iph1->etype); 2590 if (iph1->etype != ISAKMP_ETYPE_IDENT) {
|
/external/libpng/contrib/visupng/ |
D | cexcept.h | 196 #define define_exception_type(etype) \ argument 200 volatile struct { etype etmp; } v; \
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemVariable.java | 412 int etype = t.getXSLToken(); in rewriteChildToExpression() local 414 if (Constants.ELEMNAME_VALUEOF == etype) in rewriteChildToExpression() 427 else if (Constants.ELEMNAME_TEXTLITERALRESULT == etype) in rewriteChildToExpression()
|
/external/chromium-trace/catapult/third_party/vinn/bin/ |
D | update_v8 | 148 def __exit__(self, etype, value, traceback): argument 158 def __exit__(self, etype, value, traceback): argument
|
/external/skia/src/views/ |
D | SkEvent.cpp | 187 SkString etype; in dump() local 188 this->getType(&etype); in dump() 189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32()); in dump()
|
/external/libpcap/ |
D | pcap-usb-linux.c | 477 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN]; in usb_read_linux() local 507 ret = sscanf(string, "%x %d %c %c%c:%d:%d %s%n", &tag, ×tamp, &etype, in usb_read_linux() 547 if (etype == 'C') in usb_read_linux() 559 uhdr->event_type = etype; in usb_read_linux()
|
D | pcap-dos.c | 838 static WORD etype; variable 848 etype = ep->ether_type; in watt32_recv_hook() 864 *type = etype; in pcap_recv_hook()
|
/external/libxml2/ |
D | entities.c | 166 ret->etype = (xmlEntityType) type; in xmlCreateEntity() 921 cur->etype = ent->etype; in xmlCopyEntity() 1004 switch (ent->etype) { in xmlDumpEntityDecl()
|
D | valid.c | 300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPush() 326 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPop() 819 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT) in xmlValidBuildContentModel() 1472 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) { in xmlAddElementDecl() 1486 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) { in xmlAddElementDecl() 1561 ret->etype = type; in xmlAddElementDecl() 1625 cur->etype = elem->etype; in xmlCopyElement() 1668 switch (elem->etype) { in xmlDumpElementDecl() 3224 cur->etype = XML_ELEMENT_TYPE_UNDEFINED; in xmlGetDtdElementDesc2() 3393 switch (elemDecl->etype) { in xmlIsMixedElement() [all …]
|
D | parser.c | 140 if ((ent != NULL) && (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && in xmlParserEntityCheck() 2635 if ((entity->etype == XML_INTERNAL_PARAMETER_ENTITY) || in xmlParserHandlePEReference() 2636 (entity->etype == XML_EXTERNAL_PARAMETER_ENTITY)) { in xmlParserHandlePEReference() 2648 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && in xmlParserHandlePEReference() 2689 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && in xmlParserHandlePEReference() 2804 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlStringLenDecodeEntities() 4078 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlParseAttValueComplex() 4094 if (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) { in xmlParseAttValueComplex() 4129 if ((ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && in xmlParseAttValueComplex() 7259 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlParseReference() [all …]
|
/external/libxml2/include/libxml/ |
D | entities.h | 52 xmlEntityType etype; /* The entity type */ member
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBaseTraversers.java | 967 int etype = _exptype(current); // may call nextNode() in next() local 969 if (NULL == etype) in next() 972 if (etype != expandedTypeID) in next()
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | compat.py | 66 etype, exc, tb = exc_info
|