HomeSort by relevance Sort by last modified time
    Searched full:totals (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
index.html 27 <span class="pc_cov">{{totals.pc_covered_str}}%</span>
76 <td>{{totals.n_statements}}</td>
77 <td>{{totals.n_missing}}</td>
78 <td>{{totals.n_excluded}}</td>
80 <td>{{totals.n_branches}}</td>
81 <td>{{totals.n_partial_branches}}</td>
83 <td class="right" data-ratio="{{totals.ratio_covered|pair}}">{{totals.pc_covered_str}}%</td>
  /external/autotest/client/tests/aiostress/
aiostress.py 65 thread 0 write totals (55.86 MB/s) 1024.00 MB in 18.33s
67 thread 0 read totals (1307.66 MB/s) 1024.00 MB in 0.78s
69 thread 0 random write totals (18.42 MB/s) 1024.00 MB in 55.59s
71 thread 0 random read totals (1474.36 MB/s) 1024.00 MB in 0.69s
  /external/valgrind/massif/tests/
long-time.c 3 // it in a slightly uneven fashion so we get a range of different totals
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 194 FunctionCoverageSummary Totals("TOTAL");
197 ++Totals.ExecutionCount;
198 Totals.RegionCoverage += Function.RegionCoverage;
199 Totals.LineCoverage += Function.LineCoverage;
202 if (Totals.ExecutionCount) {
205 render(Totals, OS);
222 FileCoverageSummary Totals("TOTAL");
228 Totals.addFunction(Function);
234 render(Totals, OS);
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
counter_track.html 51 var totals = counter.totals;
59 var total = totals[sampleIndex * numSeries + seriesIndex];
  /external/toybox/toys/posix/
wc.c 31 unsigned long totals[3];
42 TT.totals[i] += lengths[i];
103 if (toys.optc>1) show_lengths(TT.totals, "total");
ls.c 290 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, local
301 memset(totals, 0, sizeof(totals));
353 if (len[width]>totals[width]) totals[width] = len[width];
356 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 8 ctags -f tags --recurse --totals \
  /external/libchrome/dbus/
dbus_statistics.h 22 SHOW_SERVICE = 0, // Service totals only
23 SHOW_INTERFACE = 1, // Service + interface totals
24 SHOW_METHOD = 2, // Service + interface + method totals
29 FORMAT_TOTALS = 0, // Raw totals only
  /external/chromium-trace/catapult/tracing/tracing/model/
process_memory_dump.html 49 // Process memory totals (optional object) with the following fields (also
57 this.totals = undefined;
183 // Subtract the tracing size from the totals.
184 if (this.totals !== undefined) {
185 if (this.totals.residentBytes !== undefined)
186 this.totals.residentBytes -= discountedResidentSize;
187 if (this.totals.peakResidentBytes !== undefined)
188 this.totals.peakResidentBytes -= discountedResidentSize;
process_memory_dump_test.html 156 assert.isUndefined(pmd.totals);
174 pmd.totals = { residentBytes: 10240 };
190 assert.equal(pmd.totals.residentBytes, 9240);
191 assert.isUndefined(pmd.totals.peakResidentBytes);
265 assert.isUndefined(pmd.totals);
304 pmds[0].totals = { residentBytes: 1000, peakResidentBytes: 2000 };
312 pmds[1].totals = { peakResidentBytes: 3000 };
320 assert.strictEqual(pmds[0].totals.residentBytes, 900);
321 assert.strictEqual(pmds[0].totals.peakResidentBytes, 1900);
348 assert.isUndefined(pmds[1].totals.residentBytes)
    [all...]
counter.html 37 this.totals = [];
150 this.totals = [];
172 this.totals.push(total);
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
counter.py 67 self.totals = []
99 self.totals = []
109 self.totals.append(total)
  /external/deqp/doc/testlog-stylesheet/
testlog.css 87 table.Totals
93 table.Totals td
  /external/lz4/programs/
bench.c 244 U64 totals = 0; local
415 totals += benchedSize;
427 DISPLAY("%-16.16s :%10llu ->%10llu (%5.2f%%), %6.1f MB/s , %6.1f MB/s\n", " TOTAL", (long long unsigned int)totals, (long long unsigned int)totalz, (double)totalz/(double)totals*100., (double)totals/totalc/1000., (double)totals/totald/1000.);
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals)
146 , m_totals (totals)
183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals)
193 writer << Writer::Attribute(xe::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code]).c_str());
194 totalCases += totals.countByCode[code];
205 BatchResultTotals totals; local
206 ResultToSingleXmlLogHandler handler (writer, totals);
221 writeTotals(writer, totals);
  /external/chromium-trace/catapult/third_party/coverage/coverage/
html.py 108 self.totals = Numbers()
144 return self.totals.n_statements and self.totals.pc_covered
286 self.totals = sum(f['nums'] for f in self.files)
292 'totals': self.totals,
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 130 // check totals
142 // check totals
212 // check totals
224 // check totals
261 // check totals
267 // check totals
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
multi_event_summary_table.html 64 if (row.title === 'Totals')
65 return 'Totals';
299 'Totals', allEvents);
memory_dump_sub_view_test_utils.html 53 // Totals and VM regions.
55 pmd1A.totals = { residentBytes: 31457280 /* 30 MiB */ };
72 pmd1B.totals = {
151 pmd2A.totals = { residentBytes: 32505856 /* 31 MiB */ };
184 // Totals and allocator dumps only.
186 pmd2B.totals = {
207 pmd2D.totals = {
219 pmd3B.totals = {
288 pmd3D.totals = {
memory_dump_overview_pane.html 310 // Map from ProcessMemoryDump totals fields to column names.
575 var totals = dump.totals;
576 if (totals !== undefined) {
577 // Common totals.
580 var total = totals[totalName];
587 // Platform-specific totals (e.g. private resident on Mac).
588 var platformSpecific = totals.platformSpecific;
  /device/google/contexthub/firmware/inc/
platform.h 62 // in that case we'd see maxJitterPpm = 200, maxDriftPpm = 500, maxErrTotalPpm = 520 (MAX of all timers' allowable error totals)
  /external/skia/include/core/
SkTraceMemoryDump.h 26 // Dump only the minimal details to get the total memory usage (Usually just the totals).
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-size.1 149 [\fB\-t\fR|\fB\-\-totals\fR]
234 .IP "\fB\-\-totals\fR" 4
235 .IX Item "--totals"
237 Show totals of all objects listed (Berkeley format listing mode only).
  /external/valgrind/callgrind/
callgrind_control.in 376 %totals = ();
407 $totals{$1} = line_to_CC($2);
444 $totals_width = compute_CC_col_widths(values %totals);
445 print "\n Totals:";
450 print_CC($totals{$tid}, $totals_width);

Completed in 700 milliseconds

1 2 3 4 5 6 7 8