Searched defs:totals (Results 1 - 7 of 7) sorted by relevance
/external/deqp/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals) argument 146 , m_totals (totals) 183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals) argument 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/src/ |
H A D | size.c | 75 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 }, 151 static bool totals; variable 199 if (totals && format == format_bsd && totals_class != 0) 276 totals = true;
|
/external/toybox/toys/posix/ |
H A D | ls.c | 301 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, local 304 memset(totals, 0, sizeof(totals)); 349 if (len[width]>totals[width]) totals[width] = len[width]; 352 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[ [all...] |
/external/lz4/programs/ |
H A D | 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/toybox/generated/ |
H A D | globals.h | 1163 unsigned long totals[3]; member in struct:wc_data
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 129369 static const u8 totals[] = local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 129387 static const u8 totals[] = local [all...] |
Completed in 1979 milliseconds