HomeSort by relevance Sort by last modified time
    Searched defs:Statistics (Results 1 - 14 of 14) 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/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");
  /frameworks/native/services/surfaceflinger/
Layer.h 126 struct Statistics {
127 Statistics() : timestamp(0), set(0), vsync(0) { }
134 Statistics mFrameStats[128];
  /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/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);
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h     [all...]
  /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/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 339 milliseconds