HomeSort by relevance Sort by last modified time
    Searched refs:counts (Results 51 - 75 of 213) sorted by null

1 23 4 5 6 7 8 9

  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryItemPrivate.idl 66 HRESULT getDailyVisitCounts([out] int* number, [out, retval] int** counts);
67 HRESULT getWeeklyVisitCounts([out] int* number, [out, retval] int** counts);
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 14 For counts of detected and suppressed errors, rerun with: -v
addressable.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
38 For counts of detected and suppressed errors, rerun with: -v
47 For counts of detected and suppressed errors, rerun with: -v
61 For counts of detected and suppressed errors, rerun with: -v
80 For counts of detected and suppressed errors, rerun with: -v
90 For counts of detected and suppressed errors, rerun with: -v
partiallydefinedeq.stderr.exp 17 For counts of detected and suppressed errors, rerun with: -v
badjump.stderr.exp 24 For counts of detected and suppressed errors, rerun with: -v
noisy_child.stderr.exp 22 For counts of detected and suppressed errors, rerun with: -v
partial_load_ok.stderr.exp 27 For counts of detected and suppressed errors, rerun with: -v
  /external/oprofile/pp/
opannotate.cpp 189 string str = count_str(sample->counts, samples->samples_count());
231 prev_sample->counts += sample->counts;
232 str = count_str(prev_sample->counts, samples->samples_count());
234 str = count_str(sample->counts, samples->samples_count());
265 string annot = count_str(symbol->sample.counts,
272 str += count_str(symbol->sample.counts, samples->samples_count());
524 count_array_t counts = samples->samples_count(filename, linenr); local
525 if (!counts.zero()) {
526 str += count_str(counts, samples->samples_count())
547 count_array_t counts; local
    [all...]
  /external/linux-tools-perf/util/
evsel.c 86 evsel->counts = zalloc((sizeof(*evsel->counts) +
88 return evsel->counts != NULL ? 0 : -ENOMEM;
141 if (evsel->counts == NULL && perf_evsel__alloc_counts(evsel, cpu + 1) < 0)
155 evsel->counts->cpu[cpu] = count;
164 struct perf_counts_values *aggr = &evsel->counts->aggr, count;
185 evsel->counts->scaled = 0;
188 evsel->counts->scaled = -1;
194 evsel->counts->scaled = 1;
  /external/oprofile/libpp/
callgraph_container.cpp 77 return lhs.sample.counts[0] < rhs.sample.counts[0];
84 return rhs.sample.counts[0] < lhs.sample.counts[0];
228 sym.sample.counts = self->sample.counts;
312 sym.total_callee_count += self.sample.counts;
323 while (cit != cend && op_ratio(cit->sample.counts[0],
333 while (cit != cend && op_ratio(cit->sample.counts[0],
354 if (op_ratio(sym.sample.counts[0], total[0]) < threshold
    [all...]
symbol_container.cpp 33 symbol->sample.counts += symb.sample.counts;
profile_container.cpp 95 symb_entry.sample.counts[pclass] = count;
145 sample.counts[pclass] = it.count();
180 op_ratio(it->sample.counts[0], total_count[0]);
220 count_array_t counts = samples_count(*it); local
222 double const ratio = op_ratio(counts[0], total_count[0]);
  /external/webkit/Tools/TestResultServer/model/
jsonresults_unittest.py 91 counts = []
97 counts.append(JSON_RESULTS_COUNTS_TEMPLATE.replace("[TESTDATA]", build))
103 json = json.replace("[TESTDATA_COUNTS]", ",".join(counts))
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
mcsigpass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
mcwatchpoints.stderr.exp 26 For counts of detected and suppressed errors, rerun with: -v
  /external/webkit/Source/WebKit/win/
WebHistoryItem.h 106 virtual HRESULT STDMETHODCALLTYPE getDailyVisitCounts(int* number, int** counts);
107 virtual HRESULT STDMETHODCALLTYPE getWeeklyVisitCounts(int* number, int** counts);
  /external/valgrind/main/cachegrind/
cg_merge.c 212 ULong* counts; member in struct:__anon16615
214 Counts;
233 where innerMap is WordFM line-number=UWord Counts */
236 // Summary counts (computed whilst parsing)
238 Counts* summary;
271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts )
274 Counts* cts = malloc(sizeof(Counts));
279 cts->counts = malloc(n_counts * sizeof(ULong))
480 Counts* counts; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon.h 50 long *counts; member in struct:__bb
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 50 long *counts; member in struct:__bb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 50 long *counts; member in struct:__bb
  /external/v8/test/mjsunit/
debug-ignore-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
66 // Set different ignore counts.
78 // Set different ignore counts (opposite).
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
  /system/core/libcutils/tests/memset_mips/
memset_cmips.S 100 # Here a3 counts bytes in 16w chunks
115 # Here t5 counts bytes in 16w "safe" chunks
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java 289 volatile long counts; field in class:AtomicDoubleArrayTest.Counter
300 ++counts;
327 assertEquals(c1.counts + c2.counts, SIZE * COUNTDOWN);

Completed in 593 milliseconds

1 23 4 5 6 7 8 9