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

  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 63 HeaderElement he = it.nextElement(); local
64 String param = he.getName();
65 String value = he.getValue();
  /bootable/bootloader/legacy/arch_msm7k/
smem.c 77 struct smem_heap_entry *he; local
86 he = shared->heap_toc;
88 if(he->allocated) {
90 n, he->allocated, he->offset, he->size);
92 he++;
  /development/apps/Development/src/com/android/development/
EnterURL.java 154 HistoryEntry he = mHistory.get(position); local
155 viewItem(he.url, he.display);
165 HistoryEntry he = mHistory.get(i); local
166 if (he.url.equals(url) && he.display.equals(display)) {
167 he.updateAccessTime();
169 mHistory.add(0, he);
175 HistoryEntry he = new HistoryEntry(); local
176 he.url = url
207 HistoryEntry he = mHistory.get(i); local
247 HistoryEntry he = new HistoryEntry(); local
271 HistoryEntry he; local
    [all...]
  /external/openssl/apps/
s_socket.c 523 struct hostent *he; local
527 he=GetHostByName(str);
528 if (he == NULL)
534 if ((short)he->h_addrtype != AF_INET)
539 ip[0]=he->h_addr_list[0][0];
540 ip[1]=he->h_addr_list[0][1];
541 ip[2]=he->h_addr_list[0][2];
542 ip[3]=he->h_addr_list[0][3];
  /external/openssl/crypto/bio/
b_sock.c 116 struct hostent *he; local
137 he=BIO_gethostbyname(str);
138 if (he == NULL)
145 if ((short)he->h_addrtype != AF_INET)
151 ip[i]=he->h_addr_list[0][i];
  /external/qemu/slirp/
misc.c 75 struct hostent *he = NULL; local
78 he = gethostbyname(buff);
79 if (he)
80 our_addr = *(struct in_addr *)he->h_addr;
  /system/core/sh/
histedit.c 173 HistEvent he; local
179 history(hist, &he, H_SETSIZE, histsize);
223 HistEvent he; local
394 history(hist, &he, H_FIRST);
395 retval = history(hist, &he, H_NEXT_EVENT, first);
396 for (;retval != -1; retval = history(hist, &he, direction)) {
399 out1fmt("%5d ", he.num);
400 out1str(he.str);
403 fc_replace(he.str, pat, repl) : he.str
482 HistEvent he; local
    [all...]
input.c 305 HistEvent he; local
307 history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND,
  /dalvik/vm/jdwp/
JdwpSocket.c 407 struct hostent he; local
408 cc = gethostbyname_r(state->params.host, &he, auxBuf, sizeof(auxBuf),
  /external/icu4c/tools/toolutil/
xmlparser.cpp 653 const UHashElement *he=fNames.find(s); local
654 if(he!=NULL) {
656 return (const UnicodeString *)he->key.pointer;
660 he=fNames.find(s);
661 return (const UnicodeString *)he->key.pointer;
667 const UHashElement *he=fNames.find(s); local
668 if(he!=NULL) {
670 return (const UnicodeString *)he->key.pointer;
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 1079 struct hostent* he = gethostbyname(loc_eng_data.agps_server_host); local
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 111 UResourceBundle *he = NULL; local
116 he = ures_open(NULL, "he", &status);
122 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
126 ures_close(he);
    [all...]
creststn.c 335 UResourceBundle *he = NULL; local
344 he = ures_open(NULL, "he", &status);
350 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
354 ures_close(he);
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 262 hci_event_hdr *he; local
268 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
270 he->evt = EVT_CMD_STATUS;
271 he->plen = EVT_CMD_STATUS_SIZE;
290 hci_event_hdr *he; local
296 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE;
298 he->evt = EVT_CMD_COMPLETE;
299 he->plen = EVT_CMD_COMPLETE_SIZE + plen;
322 hci_event_hdr *he; local
328 he = (void *) ptr; ptr += HCI_EVENT_HDR_SIZE
350 hci_event_hdr *he; local
380 hci_event_hdr *he; local
410 hci_event_hdr *he; local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 725 struct hostent *he; local
742 he = gethostbyname (host);
743 if (he == NULL)
753 haddr = ((struct in_addr *) (he->h_addr_list)[0]);
801 struct hostent *he; local
814 he = gethostbyname (host);
815 if (he == NULL)
825 haddr = ((struct in_addr *) (he->h_addr_list)[0]);
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 1104 const UHashElement* he = variableNames.nextElement(pos); local
    [all...]
  /external/qemu/
net.c 257 struct hostent *he; local
272 if ((he = gethostbyname(buf)) == NULL)
274 saddr->sin_addr = *(struct in_addr *)he->h_addr;
    [all...]
  /external/iproute2/misc/
ss.c 866 static int remember_he(struct aafilter *a, struct hostent *he)
868 char **ptr = he->h_addr_list;
872 if (he->h_addrtype == AF_INET)
874 else if (he->h_addrtype == AF_INET6)
891 b->addr.family = he->h_addrtype;
902 struct hostent *he; local
909 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
910 if (he)
911 cnt = remember_he(a, he);
913 he = gethostbyname2(addr, AF_INET6)
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 607 milliseconds