HomeSort by relevance Sort by last modified time
    Searched refs:totals (Results 1 - 24 of 24) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 8 ctags -f tags --recurse --totals \
  /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/chromium-trace/catapult/telemetry/telemetry/timeline/
counter.py 67 self.totals = []
99 self.totals = []
109 self.totals.append(total)
trace_event_importer_unittest.py 518 self.assertEqual([0, 10, 0], ctr.totals)
591 3.1, 3.6], ctr.totals)
616 # We can't check ctr.totals here because it can change depending on
    [all...]
  /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/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);
callgrind_annotate.in 86 # Totals for each function, for overall summary.
127 # Print out the function totals sorted by these events, eg. (D,C).
159 # Inclusive totals for each function, for overall summary.
670 } elsif (s/^totals:\s+//) {
688 # Correct inclusive totals
700 # if neither 'summary:' nor 'totals:' line is given,
761 # Print summary and sorted function totals
843 # Prints summary and function totals (with separate column widths, so that
862 print(" PROGRAM TOTALS");
    [all...]
  /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,
  /toolchain/binutils/binutils-2.25/bfd/
stabs.c 52 /* A linked list of totals that we have found for a particular header
73 /* List of totals we have found for this file. */
74 struct stab_link_includes_totals *totals; member in struct:stab_link_includes_entry
140 ret->totals = NULL;
370 for (t = incl_entry->totals; t != NULL; t = t->next)
400 t->next = incl_entry->totals;
401 incl_entry->totals = t;
pdp11.c 199 /* A linked list of totals that we have found for a particular header
213 /* List of totals we have found for this file. */
214 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
    [all...]
aoutx.h 3489 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 812 Statistics totals = new Statistics("Totals"); local
817 totals.addCacheStatistics(cache);
820 LogUtils.d(totals.mName, totals.toString());
  /external/elfutils/src/
size.c 74 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 },
150 static bool totals; variable
195 if (totals && format == format_bsd && totals_class != 0)
272 totals = true;
591 gettext ("(TOTALS)\n"));
  /packages/experimental/procstatlog/
procstatreport.py 465 totals = [sum(ops.get(var, {}).values()) for var in yaffs_vars]
466 if not sum(totals): continue
474 values.update(zip(yaffs_vars, totals))
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java 917 ProcessStats.ProcessDataCollection totals = new ProcessStats.ProcessDataCollection( local
    [all...]
  /external/toybox/generated/
globals.h 1285 unsigned long totals[3]; member in struct:wc_data
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 813 milliseconds