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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java 26 * Statistics about the contents of a file.
28 public final class Statistics {
35 public Statistics() {
40 * Adds the given item to the statistics.
56 * Adds the given list of items to the statistics.
68 * Writes the statistics as an annotation.
93 sb.append("Statistics:\n");
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 26 * Statistics about the contents of a file.
28 public final class Statistics {
35 public Statistics() {
40 * Adds the given item to the statistics.
56 * Adds the given list of items to the statistics.
68 * Writes the statistics as an annotation.
93 sb.append("Statistics:\n");
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.h 99 struct Statistics {
165 // Function to collect cache statistics for the caches window in the Safari Debug menu.
166 Statistics getStatistics();
  /external/iproute2/doc/
ip-cref.tex 58 \item \verb|-s|, \verb|-stats|, \verb|-statistics|
62 As a rule, the information is statistics or some time values.
482 \paragraph{Statistics:} With the \verb|-statistics| option, \verb|ip| also
483 prints interface statistics:
496 statistics. They contain:
524 \verb|ip| prints more detailed statistics on receiver
801 \paragraph{Statistics:} With the \verb|-statistics| option, the command
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 156 struct Statistics {
161 static Statistics& statistics();
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 110 // Cache statistics
111 private final Statistics mStats;
426 mStats = new Statistics(this);
517 // Every 200 calls to getCursor, report cache statistics
761 static class Statistics {
765 // Cache statistics
779 // The following are for timing statistics
789 Statistics(ContentCache cache) {
794 Statistics(String name) {
840 Statistics totals = new Statistics("Totals")
    [all...]
  /external/valgrind/main/callgrind/
global.h 167 /*--- Statistics ---*/
170 typedef struct _Statistics Statistics;
603 /* dump statistics */
822 extern Statistics CLG_(stat);
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 626 milliseconds