HomeSort by relevance Sort by last modified time
    Searched defs:eh (Results 1 - 19 of 19) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderList.java 66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next(); local
67 retval.append(eh.encode());
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.h 63 EventHistory *eh; member in class:WpaGui
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ThreadTest.java 33 MyHandler eh = new MyHandler(); local
35 current.setUncaughtExceptionHandler(eh);
36 assertEquals(eh, current.getUncaughtExceptionHandler());
52 MyHandler eh = new MyHandler(); local
53 Thread.setDefaultUncaughtExceptionHandler(eh);
54 assertEquals(eh, Thread.getDefaultUncaughtExceptionHandler());
  /libcore/luni/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_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 100 EventHistory *eh; member in class:WpaGui
  /external/bluetooth/bluez/plugins/
hciops.c 279 hci_event_hdr *eh; local
301 eh = (hci_event_hdr *) ptr;
302 if (eh->evt != EVT_STACK_INTERNAL)
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 688 int eh; local
711 eh = (sh + 2) / 3 * 3 * vs / vr;
713 eh = (sh + 7) / 8 * 8 * vs / vr;
721 for (i = 0; i < eh; i++)
724 for (i = dh; i < eh; i++)
  /external/libvpx/vpx_scale/generic/
vpxscale.c 886 int eh; local
909 eh = (sh + 2) / 3 * 3 * vs / vr;
911 eh = (sh + 7) / 8 * 8 * vs / vr;
    [all...]
  /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/bluetooth/bluez/src/
security.c 969 hci_event_hdr *eh; local
990 eh = (hci_event_hdr *) ptr;
1000 switch (eh->evt) {
1031 inquiry_result(dev, &di->bdaddr, eh->plen, ptr);
1035 inquiry_result_with_rssi(dev, &di->bdaddr, eh->plen, ptr);
1039 extended_inquiry_result(dev, &di->bdaddr, eh->plen, ptr);
1064 check_pending_hci_req(di->dev_id, eh->evt);
1066 switch (eh->evt) {
  /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);
  /external/bluetooth/bluez/test/
hciemu.c 1053 hci_event_hdr *eh; local
1067 eh = (hci_event_hdr *) ptr;
1070 if (eh->evt == EVT_CMD_COMPLETE) {
  /external/qemu/slirp-android/
slirp.c 680 struct ethhdr *eh = (struct ethhdr *)pkt; local
705 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
775 struct ethhdr *eh = (struct ethhdr *)buf; local
812 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN);
813 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1);
815 eh->h_source[5] = CTL_ALIAS;
816 eh->h_proto = htons(ETH_P_IP);
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 909 struct ether_header *eh; local
918 eh = (struct ether_header *) pktdata;
920 if (ntoh16(eh->ether_type) == ETHER_TYPE_8021Q) {
924 evh = (struct ethervlan_header *)eh;
956 } else if (ntoh16(eh->ether_type) == ETHER_TYPE_IP) {
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
function.h 266 struct rtl_eh eh;
384 have EH tables generated, as they cannot throw. A call to such a
474 struct eh_status *eh;
265 struct rtl_eh eh; local
473 struct eh_status *eh; local
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
function.h 266 struct rtl_eh eh;
384 have EH tables generated, as they cannot throw. A call to such a
474 struct eh_status *eh;
265 struct rtl_eh eh; local
473 struct eh_status *eh; local
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 1086 struct ether_header *eh = (struct ether_header *)pktdata; local
1088 if (ETHER_ISMULTI(eh->ether_dhost))
1090 if (ntoh16(eh->ether_type) == ETHER_TYPE_802_1X)
1312 struct ether_header *eh; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 467 milliseconds