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

1 2 3 4

  /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/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();
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java 310 int he = e.hashCode(); local
312 assertEquals(he, new SimpleElement("android.view.LinearLayout",
319 assertFalse(he == new SimpleElement("android.view.Button",
325 assertFalse(he == new SimpleElement("android.view.LinearLayout",
331 assertFalse(he == new SimpleElement("android.view.LinearLayout",
337 assertFalse(he == new SimpleElement("android.view.LinearLayout",
  /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/openssl/apps/
s_socket.c 521 struct hostent *he; local
525 he=GetHostByName(str);
526 if (he == NULL)
532 if ((short)he->h_addrtype != AF_INET)
537 ip[0]=he->h_addr_list[0][0];
538 ip[1]=he->h_addr_list[0][1];
539 ip[2]=he->h_addr_list[0][2];
540 ip[3]=he->h_addr_list[0][3];
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 578 # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
594 AddLanguage he .he
627 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
apache2-debian-httpd.conf 482 AddLanguage he .he
apache2-httpd.conf 507 AddLanguage he .he
cygwin-httpd.conf 541 AddLanguage he .he
httpd.conf 544 AddLanguage he .he
  /external/chromium/third_party/icu/source/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;
  /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;
  /external/grub/
missing 64 -h|--h|--he|--hel|--help)
  /external/libffi/
missing 64 -h|--h|--he|--hel|--help)
  /external/openssl/crypto/bio/
b_sock.c 125 struct hostent *he; local
146 he=BIO_gethostbyname(str);
147 if (he == NULL)
154 if ((short)he->h_addrtype != AF_INET)
160 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;
  /external/bison/build-aux/
missing 64 -h|--h|--he|--hel|--help)
  /external/chromium/sdch/open-vcdiff/
missing 66 -h|--h|--he|--hel|--help)
  /external/chromium/third_party/icu/source/data/rbnf/
rbnffiles.mk 42 he.txt hi.txt hr.txt hu.txt hy.txt\
  /external/chromium/third_party/libevent/
missing 69 -h|--h|--he|--hel|--help)
  /external/dbus/
missing 64 -h|--h|--he|--hel|--help)
  /external/elfutils/config/
missing 54 -h|--h|--he|--hel|--help)
  /external/genext2fs/
missing 64 -h|--h|--he|--hel|--help)

Completed in 1349 milliseconds

1 2 3 4