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

1 2 3

  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 68 HeaderElement he = it.nextElement(); local
69 String param = he.getName();
70 String value = he.getValue();
  /libcore/luni/src/test/java/libcore/icu/
NativePluralRulesTest.java 75 // java.util.Locale will translate "he" to the deprecated "iw".
76 NativePluralRules he = NativePluralRules.forLocale(new Locale("he")); local
77 assertEquals(NativePluralRules.ONE, he.quantityForInt(1));
78 assertEquals(NativePluralRules.TWO, he.quantityForInt(2));
79 assertEquals(NativePluralRules.OTHER, he.quantityForInt(3));
80 assertEquals(NativePluralRules.OTHER, he.quantityForInt(10));
AlphabeticIndexTest.java 137 AlphabeticIndex.ImmutableIndex he = createIndex(new Locale("he")); local
138 assertHasLabel(he, "\u05e4\u05e8\u05d9\u05d3\u05de\u05df", "\u05e4");
198 .addLabels(new Locale("he"))
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 65 struct hostent* he = gethostbyname(host.c_str()); local
67 if (he == NULL) {
70 *first_ip_address = std::string(he->h_addr);
76 struct hostent* he = gethostbyname(host.c_str()); local
78 if (he == NULL) {
82 for (char** addr = &he->h_addr; *addr != NULL; ++addr) {
90 *ip_address_list = std::string(he->h_addr);
  /art/runtime/jdwp/
jdwp_socket.cc 276 hostent he; local
279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 51 struct hist_entry *he; local
66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1);
67 if (he == NULL)
71 if (he->ms.sym != NULL) {
72 struct annotation *notes = symbol__annotation(he->ms.sym);
73 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
76 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
111 static int hist_entry__tty_annotate(struct hist_entry *he,
115 return symbol__tty_annotate(he->ms.sym, he->ms.map, evsel
127 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
    [all...]
builtin-report.c 84 struct hist_entry *he; local
114 he = __hists__add_mem_entry(&evsel->hists, al, parent, mi, cost, cost);
115 if (!he)
123 if (sort__has_sym && he->ms.sym && use_browser > 0) {
124 struct annotation *notes = symbol__annotation(he->ms.sym);
128 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
131 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
136 if (sort__has_sym && he->mem_info->daddr.sym && use_browser > 0) {
139 mx = he->mem_info;
158 err = callchain_append(he->callchain
176 struct hist_entry *he; local
252 struct hist_entry *he; local
    [all...]
builtin-top.c 90 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he)
97 if (!he || !he->ms.sym)
100 sym = he->ms.sym;
101 map = he->ms.map;
133 top->sym_filter_entry = he;
140 static void __zero_source_counters(struct hist_entry *he)
142 struct symbol *sym = he->ms.sym;
174 struct hist_entry *he,
181 if (he == NULL || he->ms.sym == NULL |
211 struct hist_entry *he = top->sym_filter_entry; local
246 struct hist_entry *he; local
768 struct hist_entry *he; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 42 he = re.compile('^-*\n') variable
84 if he.match(line):
158 if he.match(line):
309 if he.match(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 42 he = re.compile('^-*\n') variable
84 if he.match(line):
158 if he.match(line):
309 if he.match(line):
  /external/iputils/
tracepath.c 308 struct hostent *he; local
382 he = gethostbyname(p);
383 if (he == NULL) {
392 memcpy(&target.sin_addr, he->h_addr, 4);
  /external/libedit/examples/
fileman.c 328 HIST_ENTRY *he; local
334 for (he = current_history(); he != NULL; he = previous_history()) {
335 //printf("%5d %s\n", *((int*)he->data) - 1, he->line);
336 printf("%s\n", he->line);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
hists_link.c 202 struct hist_entry *he; local
225 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1);
226 if (he == NULL)
247 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1);
248 if (he == NULL)
293 struct hist_entry *he; local
295 he = rb_entry(node, struct hist_entry, rb_node_in);
297 if (hist_entry__has_pairs(he)) {
300 he->thread, he->ms.map, he->ms.sym))
345 struct hist_entry *he; local
417 struct hist_entry *he; local
    [all...]
  /external/openssl/apps/
s_socket.c 522 struct hostent *he; local
526 he=GetHostByName(str);
527 if (he == NULL)
533 if ((short)he->h_addrtype != AF_INET)
538 ip[0]=he->h_addr_list[0][0];
539 ip[1]=he->h_addr_list[0][1];
540 ip[2]=he->h_addr_list[0][2];
541 ip[3]=he->h_addr_list[0][3];
  /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;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 662 struct hostent *he; local
667 if ((he = gethostbyname(g_rwl_servIP)) != NULL) {
668 if (!dhd_atoip(*he->h_addr_list, &temp)) {
669 g_rwl_servIP = inet_ntoa(*(struct in_addr *)*he->h_addr_list);
  /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/chromium_org/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/chromium_org/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/icu/icu4c/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
hist.c 11 struct hist_entry *he);
13 struct hist_entry *he);
15 struct hist_entry *he);
181 static void hist_entry__add_cpumode_period(struct hist_entry *he,
186 he->stat.period_sys += period;
189 he->stat.period_us += period;
192 he->stat.period_guest_sys += period;
195 he->stat.period_guest_us += period;
222 static void hist_entry__decay(struct hist_entry *he)
224 he->stat.period = (he->stat.period * 7) / 8
279 struct hist_entry *he = zalloc(sizeof(*he) + callchain_size); local
348 struct hist_entry *he; local
886 struct hist_entry *he; local
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/cintltst/
crestst.c 112 UResourceBundle *he = NULL; local
117 he = ures_open(NULL, "he", &status);
123 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
127 ures_close(he);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 1110 const UHashElement* he = variableNames.nextElement(pos); local
    [all...]

Completed in 1416 milliseconds

1 2 3