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

12 3 4

  /external/icu4c/data/rbnf/
rbnffiles.mk 42 ga.txt he.txt hi.txt hr.txt hu.txt\
  /external/libpng/
missing 64 -h|--h|--he|--hel|--help)
  /external/protobuf/gtest/build-aux/
missing 66 -h|--h|--he|--hel|--help)
  /external/protobuf/
missing 66 -h|--h|--he|--hel|--help)
  /external/strace/
missing 69 -h|--h|--he|--hel|--help)
  /system/core/sh/
input.c 351 HistEvent he; local
353 history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND,
  /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...]
  /external/chromium/third_party/icu/source/data/locales/
reslocal.mk 70 he.txt\
  /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/e2fsprogs/intl/
config.charset 184 for l in he he_IL iw iw_IL; do
587 echo "he CP862"
  /external/icu4c/stubdata/
Android.mk 49 $(if $(findstring he,$(PRODUCT_LOCALES)),large) \
  /external/chromium/third_party/icu/source/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...]
  /external/chromium/third_party/libevent/test/
regress_http.c 114 struct hostent *he; local
125 if (!(he = gethostbyname(address))) {
128 memcpy(&sin.sin_addr, he->h_addr_list[0], he->h_length);
  /external/icu4c/test/cintltst/
crestst.c 114 UResourceBundle *he = NULL; local
119 he = ures_open(NULL, "he", &status);
125 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
129 ures_close(he);
    [all...]
  /external/v8/test/mjsunit/
debug-handle.js 111 assertFalse(handle_o == handle_p, "o and p have he same handle");
143 assertFalse(handle_f == handle_g, "f and g have he same handle");
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 1104 const UHashElement* he = variableNames.nextElement(pos); local
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 1104 const UHashElement* he = variableNames.nextElement(pos); local
    [all...]
  /external/chromium/third_party/libevent/
http.c 156 struct hostent *he = NULL; local
159 he = gethostbyname(hostname);
160 if (!he)
163 ai->ai_family = he ? he->h_addrtype : AF_INET;
171 if (he) {
172 sa->sin_family = he->h_addrtype;
173 memcpy(&sa->sin_addr, he->h_addr_list[0], he->h_length);
    [all...]
  /dalvik/vm/jdwp/
JdwpSocket.c 408 struct hostent he; local
410 int cc = gethostbyname_r(state->params.host, &he, auxBuf, sizeof(auxBuf),
  /external/chromium/third_party/icu/source/common/
locmap.c 298 ILCID_POSIX_ELEMENT_ARRAY(0x040d, he, he_IL)
617 ILCID_POSIX_MAP(he), /* he Hebrew (formerly iw) 0x0d */
  /external/chromium/third_party/icu/source/data/coll/
colfiles.mk 80 gu.txt haw.txt he.txt hi.txt hr.txt\
collocal.mk 77 fr.txt he.txt\
  /external/icu4c/common/
locmap.c 325 ILCID_POSIX_ELEMENT_ARRAY(0x040d, he, he_IL)
673 ILCID_POSIX_MAP(he), /* he Hebrew (formerly iw) 0x0d */
    [all...]
  /external/icu4c/data/curr/
resfiles.mk 61 haw.txt he.txt hi.txt hr.txt hu.txt\
  /external/icu4c/data/lang/
resfiles.mk 56 ha_Latn_NG.txt haw.txt he.txt hi.txt hr.txt\

Completed in 2108 milliseconds

12 3 4