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

1 2 3 4 5 6

  /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();
  /external/linux-tools-perf/
builtin-annotate.c 54 struct hist_entry *he; local
68 he = __hists__add_entry(&evsel->hists, al, NULL, 1);
69 if (he == NULL)
73 if (he->ms.sym != NULL) {
74 struct annotation *notes = symbol__annotation(he->ms.sym);
76 symbol__alloc_hist(he->ms.sym, evlist->nr_entries) < 0)
79 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
111 static int hist_entry__tty_annotate(struct hist_entry *he, int evidx)
113 return symbol__tty_annotate(he->ms.sym, he->ms.map, evidx
123 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
    [all...]
builtin-diff.c 70 struct hist_entry *he)
79 if (hist_entry__cmp(he, iter) < 0)
85 rb_link_node(&he->rb_node, parent, p);
86 rb_insert_color(&he->rb_node, root);
114 struct hist_entry *he)
120 int64_t cmp = hist_entry__cmp(he, iter);
builtin-report.c 66 struct hist_entry *he; local
75 he = __hists__add_entry(&evsel->hists, al, parent, sample->period);
76 if (he == NULL)
80 err = callchain_append(he->callchain, &session->callchain_cursor,
91 struct annotation *notes = symbol__annotation(he->ms.sym);
97 symbol__alloc_hist(he->ms.sym, session->evlist->nr_entries) < 0)
100 err = hist_entry__inc_addr_samples(he, evsel->idx, al->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...]
  /libcore/luni/src/test/java/libcore/icu/
NativePluralRulesTest.java 60 // java.util.Locale will translate "he" to the deprecated "iw".
61 NativePluralRules he = NativePluralRules.forLocale(new Locale("he")); local
62 assertEquals(NativePluralRules.ONE, he.quantityForInt(1));
63 assertEquals(NativePluralRules.TWO, he.quantityForInt(2));
64 assertEquals(NativePluralRules.OTHER, he.quantityForInt(3));
65 assertEquals(NativePluralRules.MANY, he.quantityForInt(10));
AlphabeticIndexTest.java 133 AlphabeticIndex.ImmutableIndex he = createIndex(new Locale("he")); local
134 assertHasLabel(he, "\u05e4\u05e8\u05d9\u05d3\u05de\u05df", "\u05e4");
189 .addLabels(new Locale("he"))
  /external/linux-tools-perf/util/
hist.c 136 struct hist_entry *he; local
154 he = rb_entry(parent, struct hist_entry, rb_node);
156 cmp = hist_entry__cmp(&entry, he);
159 he->period += period;
160 ++he->nr_events;
170 he = hist_entry__new(&entry);
171 if (!he)
173 rb_link_node(&he->rb_node, parent, p);
174 rb_insert_color(&he->rb_node, &self->entries);
175 hists__inc_nr_entries(self, he);
    [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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 519 for (HandlerEntry he : messageHandlers)
523 he.mh.handleMessage(null, 0);
538 HandlerEntry he = new HandlerEntry(); local
539 he.mh = mh;
540 he.low = low;
541 he.high = high;
545 messageHandlers.add(he);
555 HandlerEntry he = messageHandlers.get(i); local
556 if ((he.mh == mh) && (he.low == low) && (he.high == high)
830 HandlerEntry he = messageHandlers.get(i); local
    [all...]
  /external/openssh/
logintest.c 88 struct hostent *he; local
115 if (! (he = gethostbyname("localhost"))) {
120 memcpy((void *)&(sa_in4.sin_addr), (void *)&(he->h_addr_list[0][0]),
  /external/openssl/apps/
s_socket.c 519 struct hostent *he; local
523 he=GetHostByName(str);
524 if (he == NULL)
530 if ((short)he->h_addrtype != AF_INET)
535 ip[0]=he->h_addr_list[0][0];
536 ip[1]=he->h_addr_list[0][1];
537 ip[2]=he->h_addr_list[0][2];
538 ip[3]=he->h_addr_list[0][3];
  /external/linux-tools-perf/util/ui/browsers/
hists.c 187 struct hist_entry *he = self->he_selection; local
189 hist_entry__init_have_children(he);
190 self->hists->nr_entries -= he->nr_rows;
192 if (he->ms.unfolded)
193 he->nr_rows = callchain__count_rows(&he->sorted_chain);
195 he->nr_rows = 0;
196 self->hists->nr_entries += he->nr_rows;
279 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
280 hist_entry__set_folding(he, unfold)
946 struct hist_entry *he; local
    [all...]
annotate.c 249 int hist_entry__tui_annotate(struct hist_entry *he, int evidx)
251 return symbol__tui_annotate(he->ms.sym, he->ms.map, evidx, 0);
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 584 # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
600 AddLanguage he .he
633 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 492 AddLanguage he .he
apache2-httpd.conf 513 AddLanguage he .he
apache2-msys-httpd.conf 514 AddLanguage he .he
cygwin-httpd.conf 545 AddLanguage he .he
  /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/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);
  /external/bison/build-aux/
missing 63 -h|--h|--he|--hel|--help)
  /external/grub/
missing 64 -h|--h|--he|--hel|--help)
  /external/libcap-ng/libcap-ng-0.7/
missing 64 -h|--h|--he|--hel|--help)
  /external/libffi/
missing 64 -h|--h|--he|--hel|--help)

Completed in 1288 milliseconds

1 2 3 4 5 6