HomeSort by relevance Sort by last modified time
    Searched refs:Statistics (Results 1 - 25 of 34) sorted by null

1 2

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsView.java 39 import com.jme3.renderer.Statistics;
48 * statistics of rendering. The data is retrieved every frame from a
49 * {@link com.jme3.renderer.Statistics} and then displayed on screen.<br/>
53 * {@link com.jme3.renderer.Statistics} from the
57 * Statistics stats = renderer.getStatistics();<br/>
65 private Statistics statistics; field in class:StatsView
74 public StatsView(String name, AssetManager manager, Statistics stats){
80 statistics = stats;
82 statLabels = statistics.getLabels()
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 9 use Statistics::Descriptive;
10 use Statistics::Distributions;
26 my $stats = Statistics::Descriptive::Full->new();
35 my $t = Statistics::Distributions::tdistr($n-1, 0.005);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NullRenderer.java 41 import com.jme3.renderer.Statistics;
55 private static final Statistics stats = new Statistics();
61 public Statistics getStatistics() {
  /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");
DexFile.java 586 * Generates and returns statistics for all the items in the file.
588 * @return {@code non-null;} the statistics
590 public Statistics getStatistics() {
591 Statistics stats = new Statistics();
  /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");
DexFile.java 603 * Generates and returns statistics for all the items in the file.
605 * @return {@code non-null;} the statistics
607 public Statistics getStatistics() {
608 Statistics stats = new 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");
DexFile.java 605 * Generates and returns statistics for all the items in the file.
607 * @return {@code non-null;} the statistics
609 public Statistics getStatistics() {
610 Statistics stats = new Statistics();
  /cts/tests/tests/media/src/android/media/cts/
AudioTrack_ListenerTest.java 176 // collect statistics
188 AudioHelper.Statistics markerStat = new AudioHelper.Statistics();
198 AudioHelper.Statistics periodicStat = new AudioHelper.Statistics();
AudioRecordTest.java     [all...]
AudioHelper.java 30 // Used for statistics and loopers in listener tests.
79 public static class Statistics {
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 63 * The statistics allow tracking of how data
66 * to call {@link Statistics#clearFrame() } at the appropriate time
69 public Statistics getStatistics();
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.
  /packages/apps/Email/provider_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/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp 786 struct Statistics
793 Statistics calculateStats (const vector<deUint64>& samples)
815 Statistics stats;
877 Statistics unbatchedStats = calculateStats(m_unbatchedSamplesUs);
878 Statistics batchedStats = calculateStats(m_batchedSamplesUs);
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 13 import com.jme3.renderer.Statistics;
58 private final Statistics statistics = new Statistics(); field in class:LwjglGL1Renderer
81 public Statistics getStatistics() {
82 return statistics;
126 statistics.clearMemory();
133 statistics.clearMemory();
427 // statistics.clearFrame();
716 statistics.onNewTexture()
    [all...]
LwjglRenderer.java 114 private final Statistics statistics = new Statistics(); field in class:LwjglRenderer
133 public Statistics getStatistics() {
134 return statistics;
397 statistics.clearMemory();
404 statistics.clearMemory();
748 // statistics.clearFrame();
778 statistics.onShaderUse(shader, true);
782 statistics.onShaderUse(shader, false);
    [all...]
  /external/valgrind/callgrind/
global.h 132 /*--- Statistics ---*/
135 typedef struct _Statistics Statistics;
577 /* dump statistics */
781 extern Statistics CLG_(stat);
main.c 50 Statistics CLG_(stat);
62 /*--- Statistics ---*/
65 static void CLG_(init_statistics)(Statistics* s)
217 If we require the simulation statistics to be up to date with
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 108 } STATISTICS;
110 typedef STATISTICS *LPSTATISTICS;
112 #define STATISTICS_SIZE (sizeof(STATISTICS))
612 STATISTICS Statistics;
730 STATISTICS Statistics;
755 STATISTICS Statistics;
773 STATISTICS Statistics
    [all...]
ksmedia.h     [all...]
rpcdce.h 240 RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtInqStats(RPC_BINDING_HANDLE Binding,RPC_STATS_VECTOR **Statistics);
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 97 private final Statistics statistics = new Statistics(); field in class:OGLESShaderRenderer
145 public Statistics getStatistics() {
146 return statistics;
379 statistics.clearMemory();
387 statistics.clearMemory();
731 // statistics.clearFrame();
775 statistics.onShaderUse(shader, true);
779 statistics.onShaderUse(shader, false)
    [all...]
  /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...]

Completed in 1228 milliseconds

1 2