HomeSort by relevance Sort by last modified time
    Searched refs:etype (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/fio/
td_error.c 16 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype,
21 if (!td->o.ignore_error[etype]) {
22 td->o.ignore_error[etype] = __NON_FATAL_ERR;
23 td->o.ignore_error_nr[etype] = sizeof(__NON_FATAL_ERR)
27 if (!(td->o.continue_on_error & (1 << etype)))
29 for (i = 0; i < td->o.ignore_error_nr[etype]; i++)
30 if (td->o.ignore_error[etype][i] == err)
td_error.h 23 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype,
  /external/tcpdump/
print-symantec.c 52 u_int16_t etype; local
56 etype = EXTRACT_16BITS(&sp->ether_type);
58 if (etype <= ETHERMTU)
59 (void)printf("invalid ethertype %u", etype);
62 tok2str(ethertype_values,"Unknown", etype),
63 etype);
65 if (etype <= ETHERMTU)
66 (void)printf("invalid ethertype %u", etype);
68 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py 110 def print_exception(etype, value, tb, limit=None, file=None):
126 lines = format_exception_only(etype, value)
130 def format_exception(etype, value, tb, limit = None):
144 list = list + format_exception_only(etype, value)
147 def format_exception_only(etype, value):
170 if (isinstance(etype, BaseException) or
171 isinstance(etype, types.InstanceType) or
172 etype is None or type(etype) is str):
173 return [_format_final_exc_line(etype, value)
    [all...]
cgitb.py 20 3-item tuple (etype, evalue, etb) just like the value of sys.exc_info().
104 etype, evalue, etb = einfo
105 if type(etype) is types.ClassType:
106 etype = etype.__name__
111 strong(pydoc.html.escape(str(etype))),
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
191 ''.join(traceback.format_exception(etype, evalue, etb)))
195 etype, evalue, etb = einfo
196 if type(etype) is types.ClassType
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py 110 def print_exception(etype, value, tb, limit=None, file=None):
126 lines = format_exception_only(etype, value)
130 def format_exception(etype, value, tb, limit = None):
144 list = list + format_exception_only(etype, value)
147 def format_exception_only(etype, value):
170 if (isinstance(etype, BaseException) or
171 isinstance(etype, types.InstanceType) or
172 etype is None or type(etype) is str):
173 return [_format_final_exc_line(etype, value)
    [all...]
cgitb.py 20 3-item tuple (etype, evalue, etb) just like the value of sys.exc_info().
104 etype, evalue, etb = einfo
105 if type(etype) is types.ClassType:
106 etype = etype.__name__
111 strong(pydoc.html.escape(str(etype))),
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
191 ''.join(traceback.format_exception(etype, evalue, etb)))
195 etype, evalue, etb = einfo
196 if type(etype) is types.ClassType
    [all...]
  /external/libpng/contrib/visupng/
cexcept.h 196 #define define_exception_type(etype) \
200 volatile struct { etype etmp; } v; \
206 /* avoid warnings about a duplicate volatile qualifier in case etype */
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 97 int etype; local
104 etype = hdr->etype;
136 hdr->etype = etype;
remoteconf.c 420 check_etypeok(rmconf, etype)
422 u_int8_t etype;
427 if (e->type == etype)
513 struct etypes *etype = p->etypes; local
525 while (etype) {
526 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type),
527 etype->next != NULL ? ", " : ";\n");
528 etype = etype->next;
  /bionic/libc/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
94 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /development/ndk/platforms/android-3/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
94 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /development/ndk/platforms/android-L/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
94 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
if_ether.h 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
94 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
94 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 91 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \
94 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))

Completed in 1002 milliseconds

1 2 3 4 5 6 7