/external/tcpdump/ |
D | print-symantec.c | 52 u_int16_t etype; in symantec_hdr_print() local 56 etype = EXTRACT_16BITS(&sp->ether_type); in symantec_hdr_print() 58 if (etype <= ETHERMTU) in symantec_hdr_print() 59 (void)printf("invalid ethertype %u", etype); in symantec_hdr_print() 62 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print() 63 etype); in symantec_hdr_print() 65 if (etype <= ETHERMTU) in symantec_hdr_print() 66 (void)printf("invalid ethertype %u", etype); in symantec_hdr_print() 68 … (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype)); in symantec_hdr_print()
|
D | isakmp.h | 109 u_int8_t etype; /* Exchange Type */ member
|
/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/trace-viewer/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.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 | isakmp_frag.c | 97 int etype; local 104 etype = hdr->etype; 136 hdr->etype = etype;
|
D | remoteconf.c | 420 check_etypeok(rmconf, etype) in check_etypeok() argument 422 u_int8_t etype; 427 if (e->type == etype) 513 struct etypes *etype = p->etypes; in dump_rmconf_single() local 525 while (etype) { in dump_rmconf_single() 526 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type), in dump_rmconf_single() 527 etype->next != NULL ? ", " : ";\n"); in dump_rmconf_single() 528 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/linux-tools-perf/src/tools/lib/traceevent/ |
D | parse-filter.c | 400 create_arg_exp(enum filter_exp_type etype) in create_arg_exp() argument 406 arg->op.type = etype; in create_arg_exp() 412 create_arg_cmp(enum filter_exp_type etype) in create_arg_cmp() argument 419 arg->op.type = etype; in create_arg_cmp() 634 enum filter_exp_type *etype) in process_op() argument 637 *etype = FILTER_EXP_NONE; in process_op() 652 *etype = FILTER_EXP_ADD; in process_op() 654 *etype = FILTER_EXP_SUB; in process_op() 656 *etype = FILTER_EXP_MUL; in process_op() 658 *etype = FILTER_EXP_DIV; in process_op() [all …]
|
/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/lldb/examples/python/ |
D | pytracer.py | 27 self.etype = frame.exc_type 32 self.etype = ty 39 return self.etraceback != None or self.etype != None or self.evalue != None 42 return str(self.etype)
|
/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 | 474 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN]; in usb_read_linux() local 504 ret = sscanf(string, "%x %d %c %c%c:%d:%d %s%n", &tag, ×tamp, &etype, in usb_read_linux() 544 if (etype == 'C') in usb_read_linux() 556 uhdr->event_type = etype; in usb_read_linux()
|
/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() 3222 cur->etype = XML_ELEMENT_TYPE_UNDEFINED; in xmlGetDtdElementDesc2() 3391 switch (elemDecl->etype) { in xmlIsMixedElement() [all …]
|
D | parser.c | 138 if ((ent != NULL) && (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && in xmlParserEntityCheck() 2624 if ((entity->etype == XML_INTERNAL_PARAMETER_ENTITY) || in xmlParserHandlePEReference() 2625 (entity->etype == XML_EXTERNAL_PARAMETER_ENTITY)) { in xmlParserHandlePEReference() 2637 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && in xmlParserHandlePEReference() 2678 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && in xmlParserHandlePEReference() 2793 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlStringLenDecodeEntities() 4052 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlParseAttValueComplex() 4068 if (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) { in xmlParseAttValueComplex() 4103 if ((ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && in xmlParseAttValueComplex() 7216 (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()
|