Searched refs:he (Results 1 - 25 of 107) sorted by relevance

12345

/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultConnectionKeepAliveStrategy.java63 HeaderElement he = it.nextElement();
64 String param = he.getName();
65 String value = he.getValue();
/external/linux-tools-perf/
H A Dbuiltin-annotate.c54 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) argument
113 return symbol__tty_annotate(he->ms.sym, he
123 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
[all...]
H A Dbuiltin-diff.c70 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);
69 perf_session__insert_hist_entry_by_name(struct rb_root *root, struct hist_entry *he) argument
113 hists__find_entry(struct hists *self, struct hist_entry *he) argument
H A Dbuiltin-report.c66 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);
/external/linux-tools-perf/util/
H A Dhist.c136 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);
215 hist_entry__free(struct hist_entry *he) argument
224 hists__collapse_insert_entry(struct hists *self, struct rb_root *root, struct hist_entry *he) argument
291 __hists__insert_output_entry(struct rb_root *entries, struct hist_entry *he, u64 min_callchain_hits) argument
965 hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) argument
970 hist_entry__annotate(struct hist_entry *he, size_t privsize) argument
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
H A DTransportManager.java519 for (HandlerEntry he : messageHandlers)
523 he.mh.handleMessage(null, 0);
538 HandlerEntry he = new HandlerEntry();
539 he.mh = mh;
540 he.low = low;
541 he.high = high;
545 messageHandlers.add(he);
555 HandlerEntry he = messageHandlers.get(i);
556 if ((he.mh == mh) && (he
[all...]
/external/openssh/
H A Dlogintest.c88 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/
H A Ds_socket.c519 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/
H A Dhists.c187 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, unfol
946 struct hist_entry *he; local
[all...]
H A Dannotate.c249 int hist_entry__tui_annotate(struct hist_entry *he, int evidx) argument
251 return symbol__tui_annotate(he->ms.sym, he->ms.map, evidx, 0);
/external/webkit/LayoutTests/http/conf/
H A Dfedora-httpd.conf584 # 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
H A Dapache2-debian-httpd.conf492 AddLanguage he .he
H A Dapache2-httpd.conf513 AddLanguage he .he
H A Dapache2-msys-httpd.conf514 AddLanguage he .he
H A Dcygwin-httpd.conf545 AddLanguage he .he
H A Dhttpd.conf548 AddLanguage he .he
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp653 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/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/icu4c/data/brkitr/
H A Dbrkfiles.mk46 fi.txt he.txt ja.txt th.txt
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/libffi/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/llvm/autoconf/
H A Dmissing64 -h|--h|--he|--hel|--help)
/external/openssl/crypto/bio/
H A Db_sock.c125 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/
H A Dmisc.c75 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/
H A Dmissing64 -h|--h|--he|--hel|--help)

Completed in 552 milliseconds

12345