Home
last modified time | relevance | path

Searched refs:totals (Results 1 - 16 of 16) sorted by relevance

/third_party/node/lib/internal/test_runner/
H A Dcoverage.js77 totals: {
216 coverageSummary.totals.totalLineCount += lines.length;
217 coverageSummary.totals.totalBranchCount += totalBranches;
218 coverageSummary.totals.totalFunctionCount += totalFunctions;
219 coverageSummary.totals.coveredLineCount += coveredCnt;
220 coverageSummary.totals.coveredBranchCount += branchesCovered;
221 coverageSummary.totals.coveredFunctionCount += functionsCovered;
224 coverageSummary.totals.coveredLinePercent = toPercentage(
225 coverageSummary.totals.coveredLineCount,
226 coverageSummary.totals
[all...]
H A Dutils.js406 `${ArrayPrototypeJoin(ArrayPrototypeMap(kColumnsKeys, (columnKey, j) => getCell(NumberPrototypeToFixed(summary.totals[columnKey], 2), columnPadLengths[j], StringPrototypePadStart, false, summary.totals[columnKey])), kSeparator)} |\n`;
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c301 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
311 memset(totals, 0, sizeof(totals)); in listfiles()
360 if (len[width]>totals[width]) totals[width] = len[width]; in listfiles()
363 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[ in listfiles()
[all...]
/third_party/toybox/toys/posix/
H A Dls.c311 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
321 memset(totals, 0, sizeof(totals)); in listfiles()
371 if (len[width]>totals[width]) totals[width] = len[width]; in listfiles()
374 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[ in listfiles()
[all...]
H A Dwc.c31 unsigned long totals[4];
53 TT.totals[i] += lengths[i]; in show_lengths()
118 if (toys.optc>1) show_lengths(TT.totals, "total"); in wc_main()
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals) in ResultToSingleXmlLogHandler() argument
146 , m_totals (totals) in ResultToSingleXmlLogHandler()
183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals) in writeTotals() argument
193 writer << Writer::Attribute(xe::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code]).c_str()); in writeTotals()
194 totalCases += totals.countByCode[code]; in writeTotals()
205 BatchResultTotals totals; in batchResultToSingleXmlFile() local
206 ResultToSingleXmlLogHandler handler (writer, totals); in batchResultToSingleXmlFile()
221 writeTotals(writer, totals); in batchResultToSingleXmlFile()
/third_party/astc-encoder/Test/
H A Dastc_profile_valgrind.py85 totals = 0.0
91 totals += function[2]
95 fileHandle.write(f"{totals:5.2f}%\n")
/third_party/skia/third_party/externals/libwebp/examples/
H A Dcwebp.c138 int* const totals) { in PrintByteCount()
144 if (totals) totals[s] += bytes[s]; in PrintByteCount()
224 int totals[4] = { 0, 0, 0, 0 }; in PrintExtraInfoLossy() local
246 PrintByteCount(stats->residual_bytes[0], stats->coded_size, totals); in PrintExtraInfoLossy()
248 PrintByteCount(stats->residual_bytes[1], stats->coded_size, totals); in PrintExtraInfoLossy()
250 PrintByteCount(stats->residual_bytes[2], stats->coded_size, totals); in PrintExtraInfoLossy()
262 PrintByteCount(totals, stats->coded_size, NULL); in PrintExtraInfoLossy()
137 PrintByteCount(const int bytes[4], int total_size, int* const totals) PrintByteCount() argument
/third_party/elfutils/src/
H A Dsize.c70 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 },
146 static bool totals; variable
191 if (totals && format == format_bsd && totals_class != 0) in main()
254 totals = true; in parse_opt()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp5541 Totals totals;
5575 Totals totals;
5594 Totals totals;
5610 Totals totals;
6201 void printTotals(Totals const& totals);
6204 void printTotalsDivider(Totals const& totals);
8073 void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount );
11098 totals( _totals )
11133 totals( _totals ),
11145 totals( _total
[all...]
/third_party/python/Lib/test/libregrtest/
H A Dmain.py626 # Manually count the totals for the overall summary
627 totals = {'tests': 0, 'errors': 0, 'failures': 0}
630 for k in totals:
632 totals[k] += int(suite.get(k, 0))
636 for k, v in totals.items():
/third_party/notofonts/scripts/
H A Dissue-stats.py60 # Back-compute totals per month
97 totals = [totals_per_month[i] for i in year_to_date] variable
/third_party/node/deps/v8/tools/
H A Dcallstats.py475 if args.totals and args.limit != 0 and not args.aggregate:
485 # Print totals, if necessary.
486 if args.totals:
721 "-n", "--no-total", dest="totals", action="store_false", default=True,
722 help="do not print totals")
/third_party/littlefs/
H A DMakefile187 $(CTAGS) --totals --c-types=+p $(shell find -H -name '*.h') $(SRC)
/third_party/toybox/generated/
H A Dglobals.h1600 unsigned long totals[4]; member
/third_party/sqlite/src/
H A Dsqlite3.c175096 static const u8 totals[] = global() local
[all...]

Completed in 144 milliseconds