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

1 2 3 4 5 6 7 8 9

  /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...]
sort.h 113 static inline bool hist_entry__has_pairs(struct hist_entry *he)
115 return !list_empty(&he->pairs.node);
118 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he)
120 if (hist_entry__has_pairs(he))
121 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node);
126 struct hist_entry *he)
128 list_add_tail(&pair->pairs.node, &he->pairs.head);
annotate.h 173 static inline int hist_entry__gtk_annotate(struct hist_entry *he,
177 return symbol__gtk_annotate(he->ms.sym, he->ms.map, evsel, hbt);
182 static inline int hist_entry__gtk_annotate(struct hist_entry *he __maybe_unused,
hist.h 132 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
148 struct hist_entry *he);
150 struct hist_entry *he);
201 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel,
  /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);
  /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/perf-3.12.0/tools/perf/
builtin-diff.c 220 static double period_percent(struct hist_entry *he, u64 period)
222 u64 total = he->hists->stats.total_period;
226 static double compute_delta(struct hist_entry *he, struct hist_entry *pair)
228 double old_percent = period_percent(he, he->stat.period);
236 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair)
238 double old_period = he->stat.period ?: 1;
246 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair)
248 u64 old_period = he->stat.period;
258 static int formula_delta(struct hist_entry *he, struct hist_entry *pair
409 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); local
431 struct hist_entry *he, *pair; local
568 struct hist_entry *he; local
    [all...]
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-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...]
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...]
  /libcore/luni/src/test/java/libcore/icu/
NativePluralRulesTest.java 57 // java.util.Locale will translate "he" to the deprecated "iw".
58 NativePluralRules he = NativePluralRules.forLocale(new Locale("he")); local
59 assertEquals(NativePluralRules.ONE, he.quantityForInt(1));
60 assertEquals(NativePluralRules.TWO, he.quantityForInt(2));
61 assertEquals(NativePluralRules.OTHER, he.quantityForInt(3));
62 assertEquals(NativePluralRules.OTHER, he.quantityForInt(10));
  /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/linux-tools-perf/perf-3.12.0/tools/perf/ui/
hist.c 13 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he,
19 struct hists *hists = he->hists;
26 percent = 100.0 * get_field(he) /
31 ret = print_fn(hpp->buf, hpp->size, fmt, get_field(he));
40 list_for_each_entry(pair, &he->pairs.head, pairs.node) {
111 static u64 he_get_##_field(struct hist_entry *he) \
113 return he->stat._field; \
117 struct perf_hpp *hpp, struct hist_entry *he) \
119 return __hpp__fmt(hpp, he, he_get_##_field, " %6.2f%%", \
125 struct perf_hpp *hpp, struct hist_entry *he) \
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 269 static size_t hist_entry_callchain__fprintf(struct hist_entry *he,
275 return callchain__fprintf_graph(fp, &he->sorted_chain, he->stat.period,
279 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples,
283 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples);
294 static size_t hist_entry__callchain_fprintf(struct hist_entry *he,
305 left_margin -= thread__comm_len(he->thread);
308 return hist_entry_callchain__fprintf(he, total_period, left_margin, fp);
318 struct hist_entry *he)
326 if (symbol_conf.exclude_other && !he->parent
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 61 static char hist_entry__folded(const struct hist_entry *he)
63 return map_symbol__folded(&he->ms);
186 static void hist_entry__init_have_children(struct hist_entry *he)
188 if (!he->init_have_children) {
189 he->ms.has_children = !RB_EMPTY_ROOT(&he->sorted_chain);
190 callchain__init_have_children(&he->sorted_chain);
191 he->init_have_children = true;
198 struct hist_entry *he = browser->he_selection; local
200 hist_entry__init_have_children(he);
290 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
1631 struct hist_entry *he; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plhash.h 55 typedef PRIntn (PR_CALLBACK *PLHashEnumerator)(PLHashEntry *he, PRIntn i, void *arg);
71 void (PR_CALLBACK *freeEntry)(void *pool, PLHashEntry *he, PRUintn flag);
154 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he);
  /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/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/chromium_org/third_party/openssl/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/perf-3.12.0/tools/perf/ui/gtk/
hists.c 29 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he,
34 struct hists *hists = he->hists;
38 percent = 100.0 * get_field(he) / hists->stats.total_period;
49 list_for_each_entry(pair, &he->pairs.head, pairs.node) {
89 static u64 he_get_##_field(struct hist_entry *he) \
91 return he->stat._field; \
96 struct hist_entry *he) \
98 return __hpp__color_fmt(hpp, he, he_get_##_field); \
  /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/libedit/
missing 45 -h|--h|--he|--hel|--help)
  /external/libpng/
missing 45 -h|--h|--he|--hel|--help)
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 42 He was my friend, faithful and just to me; \
43 But Brutus says he was ambitious, \
45 He hath brought many captives home to Rome, \
50 Yet Brutus says he was ambitious, \
54 Which he did thrice refuse. Was this ambition? \
55 Yet Brutus says he was ambitious, \
56 And sure he is an honorable man. \
  /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;

Completed in 1444 milliseconds

1 2 3 4 5 6 7 8 9