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

  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_stats.h 82 uint64_t totals[FFSB_NUM_SYSCALLS]; /* cumulative sums */ member in struct:ffsb_stats_data
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils_test.cc 99 Tensor totals = test::AsTensor<float>( local
110 EXPECT_EQ(BestFeatureClassification(totals, splits, 2), 1);
118 Tensor totals = local
129 EXPECT_EQ(BestFeatureClassification(totals, splits, 2), 0);
  /external/catch2/include/internal/
catch_session.cpp 62 Catch::Totals runTests(std::shared_ptr<Config> const& config) {
67 Totals totals; local
76 totals += context.runTest(testCase);
81 if (config->warnAboutNoTests() && totals.testCases.total() == 0) {
92 totals.error = -1;
95 context.testGroupEnded(config->name(), totals, 1, 1);
96 return totals;
271 auto totals = runTests( m_config );
275 return (std::min) (MaxExitCode, (std::max) (totals.error, static_cast<int>(totals.assertions.failed)))
    [all...]
catch_interfaces_reporter.h 79 Totals const& _totals );
89 Totals totals; member in struct:Catch::AssertionStats
111 Totals const& _totals,
123 Totals totals; member in struct:Catch::TestCaseStats
131 Totals const& _totals,
142 Totals totals; member in struct:Catch::TestGroupStats
148 Totals const& _totals
158 Totals totals; member in struct:Catch::TestRunStats
    [all...]
  /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/elfutils/src/
size.c 71 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 },
147 static bool totals; variable
192 if (totals && format == format_bsd && totals_class != 0)
255 totals = true;
576 gettext ("(TOTALS)\n"));
  /external/toybox/toys/posix/
ls.c 293 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, local
303 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/cldr/tools/java/org/unicode/cldr/util/
VoteResolver.java 298 private final Counter<T> totals = new Counter<T>(true); field in class:VoteResolver.OrganizationToValueAndVote
418 totals.clear();
482 totals.add(considerItem, considerCount, considerTime);
485 System.out.println("Totals: " + totals.toString() + " : " + new Timestamp(considerTime).toString());
491 System.out.println("FINALTotals: " + totals.toString());
493 return totals;
535 return "{orgToVotes: " + orgToVotesString + ", totals: " + getTotals(conflicted) + ", conflicted: "
582 private Counter<T> totals = null; field in class:VoteResolver
835 totals = organizationToValueAndVote.getTotals(conflictedOrganizations)
    [all...]
VettingViewer.java 1089 FileInfo totals = new FileInfo(); local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowLocaleCoverage.java 884 EnumMap<Level, Integer> totals = new EnumMap<>(Level.class); local
    [all...]
  /external/toybox/generated/
globals.h 1325 unsigned long totals[4]; member in struct:wc_data
  /external/sqlite/dist/orig/
sqlite3.c 144837 static const u8 totals[] = local
    [all...]
  /external/sqlite/dist/
sqlite3.c 144853 static const u8 totals[] = local
    [all...]

Completed in 1626 milliseconds