/external/elfutils/backends/ |
sparc_init.c | 40 sparc_init (elf, machine, eh, ehlen) 43 Ebl *eh; variable 52 eh->name = "SPARC v9"; 54 eh->name = "SPARC v8+"; 56 eh->name = "SPARC"; 57 sparc_init_reloc (eh); variable 58 HOOK (eh, reloc_simple_type); 59 HOOK (eh, machine_flag_check); 60 HOOK (eh, check_special_section); 61 HOOK (eh, symbol_type_name) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ExtensionHeaderList.java | 66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next(); local 67 retval.append(eh.encode());
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
Expression.java | 396 ErrorListener eh = xctxt.getErrorListener(); local 399 eh.warning(new TransformerException(fmsg, xctxt.getSAXLocator())); 451 ErrorListener eh = xctxt.getErrorListener(); local 454 eh.fatalError(te);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 96 EventHistory *eh; member in class:WpaGui
|
/external/speex/libspeex/ |
sb_celp.c | 557 spx_word16_t eh=0; local 599 eh = compute_rms16(exc, st->subframeSize); 607 g=PDIV32(MULT16_16(filter_ratio,eh),EXTEND32(ADD16(1,el))); 638 st->innov_rms_save[sub] = eh; 640 st->exc_rms[sub] = eh; 647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el); 652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/ [all...] |
/external/tcpdump/ |
aodv.h | 183 struct aodv_ext eh; /* extension header */ member in struct:aodv_hello
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
expr.c | 810 expr_expand_equ(yasm_expr *e, yasm__exprhead *eh) 825 SLIST_FOREACH(np, eh, next) { 838 SLIST_INSERT_HEAD(eh, &ee, next); 839 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh); 840 SLIST_REMOVE_HEAD(eh, next); 843 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh); 899 yasm__exprhead eh; local 900 SLIST_INIT(&eh); 905 e = expr_expand_equ(e, &eh); [all...] |
/external/qemu/slirp/ |
slirp.c | 599 struct ethhdr *eh = (struct ethhdr *)pkt; local 620 memcpy(client_ethaddr, eh->h_source, ETH_ALEN); 690 struct ethhdr *eh = (struct ethhdr *)buf; local 727 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN); 728 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1); 730 eh->h_source[5] = CTL_ALIAS; 731 eh->h_proto = htons(ETH_P_IP);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bcmip.h | 164 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3) 182 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; local 184 while (IPV6_EXTHDR(eh->nexthdr)) { 185 if (eh->nexthdr == IPV6_EXTHDR_NONE) 187 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT) 189 else if (eh->nexthdr == IPV6_EXTHDR_AUTH) 190 hlen = (eh->hdrlen + 2) << 2; 192 hlen = IPV6_EXTHDR_LEN(eh); 195 eh = (struct ipv6_exthdr *)(h + len) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
extent.c | 73 static void dbg_show_header(struct ext3_extent_header *eh) 76 ext2fs_le16_to_cpu(eh->eh_magic), 77 ext2fs_le16_to_cpu(eh->eh_entries), 78 ext2fs_le16_to_cpu(eh->eh_max), 79 ext2fs_le16_to_cpu(eh->eh_depth), 80 ext2fs_le32_to_cpu(eh->eh_generation)); 123 #define dbg_show_header(eh) do { } while (0) 135 struct ext3_extent_header *eh = ptr; local 137 dbg_show_header(eh); 138 if (ext2fs_le16_to_cpu(eh->eh_magic) != EXT3_EXT_MAGIC 193 struct ext3_extent_header *eh; local 284 struct ext3_extent_header *eh; local 830 struct ext3_extent_header *eh, *neweh; local 1051 struct ext3_extent_header *eh; local 1453 struct ext3_extent_header *eh; local 1588 struct ext3_extent_header *eh; local [all...] |
/external/linux-tools-perf/util/ |
parse-events.c | 738 int eu = 0, ek = 0, eh = 0, precise = 0; local 752 exclude = eu = ek = eh = 1; 756 exclude = eu = ek = eh = 1; 760 exclude = eu = ek = eh = 1; 761 eh = 0; 776 attr->exclude_hv = eh;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 215 const int eh = gdk_pixbuf_get_height(emblem); local 218 (static_cast<double>(ih) / static_cast<double>(eh)) * 0.5; 220 const int dest_h = ::ceil(eh * emblem_scale); [all...] |
/external/qemu/slirp-android/ |
slirp.c | 688 struct ethhdr *eh = (struct ethhdr *)pkt; local 713 memcpy(client_ethaddr, eh->h_source, ETH_ALEN); 783 struct ethhdr *eh = (struct ethhdr *)buf; local 820 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN); 821 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1); 823 eh->h_source[5] = CTL_ALIAS; 824 eh->h_proto = htons(ETH_P_IP); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 1124 struct ether_header *eh; local 1133 eh = (struct ether_header *) pktdata; 1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) { 1139 evh = (struct ethervlan_header *)eh; 1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) { [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
function.h | 250 struct rtl_eh eh; 371 have EH tables generated, as they cannot throw. A call to such a 502 struct eh_status *eh; 249 struct rtl_eh eh; variable in typeref:struct:rtl_eh 501 struct eh_status *eh; variable in typeref:struct:eh_status
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
function.h | 250 struct rtl_eh eh; 371 have EH tables generated, as they cannot throw. A call to such a 502 struct eh_status *eh; 249 struct rtl_eh eh; variable in typeref:struct:rtl_eh 501 struct eh_status *eh; variable in typeref:struct:eh_status
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
function.h | 250 struct rtl_eh eh; 371 have EH tables generated, as they cannot throw. A call to such a 502 struct eh_status *eh; 249 struct rtl_eh eh; variable in typeref:struct:rtl_eh 501 struct eh_status *eh; variable in typeref:struct:eh_status
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
function.h | 250 struct rtl_eh eh; 371 have EH tables generated, as they cannot throw. A call to such a 502 struct eh_status *eh; 249 struct rtl_eh eh; variable in typeref:struct:rtl_eh 501 struct eh_status *eh; variable in typeref:struct:eh_status
|
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/ |
bcel-2.0.1.jar | |
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |