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

  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.h 27 typedef std::map<std::string, std::string> Statistics;
42 void ReportStatistics(const Statistics& stats);
quota_internals_proxy.h 26 typedef std::map<std::string, std::string> Statistics;
55 void ReportStatistics(const Statistics& stats);
  /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 25 * Statistics about the contents of a file.
27 public final class Statistics {
34 public Statistics() {
39 * Adds the given item to the statistics.
55 * Adds the given list of items to the statistics.
67 * Writes the statistics as an annotation.
92 sb.append("Statistics:\n");
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor.h 27 struct Statistics {
28 Statistics()
40 void subtract_assign(const Statistics& rhs) {
70 void GetStatistics(std::map<std::string, int64>* statistics);
112 Statistics statistics_;
113 Statistics previous_statistics_;
  /external/dexmaker/src/dx/java/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/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 100 struct Statistics {
145 Statistics getStatistics();
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Statistics.java 42 * The statistics class allows tracking of real-time rendering statistics.
44 * The <code>Statistics</code> can be retrieved by using {@link Renderer#getStatistics() }.
48 public class Statistics {
95 * Retrieves the statistics data into the given array.
188 * Clears all frame-specific statistics such as objects used per frame.
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Statistics.java 26 public class Statistics {
27 private static final String TAG = Statistics.class.getSimpleName();
115 private static final Statistics sInstance = new Statistics();
117 public static Statistics getInstance() {
121 private Statistics() {
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 111 // Cache statistics
112 private final Statistics mStats;
427 mStats = new Statistics(this);
518 // Every 200 calls to getCursor, report cache statistics
733 static class Statistics {
737 // Cache statistics
751 // The following are for timing statistics
761 Statistics(ContentCache cache) {
766 Statistics(String name) {
812 Statistics totals = new Statistics("Totals")
    [all...]
  /external/valgrind/main/callgrind/
global.h 164 /*--- Statistics ---*/
167 typedef struct _Statistics Statistics;
610 /* dump statistics */
824 extern Statistics CLG_(stat);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 764 milliseconds