Home
last modified time | relevance | path

Searched refs:totals (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/src/
Dsize.c142 static bool totals; variable
190 if (totals && format == format_bsd && totals_class != 0) in main()
266 totals = true; in parse_opt()
/external/chromium/base/
Dtracked_objects.cc225 Aggregation totals; in WriteHTMLTotalAndSubtotals() local
227 totals.AddDeathSnapshot(match_array[i]); in WriteHTMLTotalAndSubtotals()
230 totals.Write(output); in WriteHTMLTotalAndSubtotals()
/external/netcat/
DChangelog72 give totals even if we ^C out [that's what sigcatchers are *for*!]
/external/quake/quake/src/QW/
Dqwchangelog.txt200 totals, unless you hit tab to display frag scores
Dqwrlnote.txt257 totals, unless you hit TAB to display frag scores
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3977 N^V "totals" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4344 N^V "totals" :G2P
/external/sqlite/dist/
Dsqlite3.c96264 static const u8 totals[] =
96274 prior = totals[count];
96277 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
Dsqlite3.c.orig96251 static const u8 totals[] =
96261 prior = totals[count];
96264 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
107095 int *anCnt; /* Running totals of phrase occurences */
/external/srec/config/en.us/dictionary/
Dlarge.ok29633 totals tOdLz
/external/webkit/WebCore/
DChangeLog-2007-10-1449446 … Clean up the null image case in CachedImage::data to make sure the size totals will stay accurate.
50911 …By including both totals the reported size of resources will now be larger, and the cache will the…