HomeSort by relevance Sort by last modified time
    Searched refs:statistics (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 251 * Return the statistics of the build along its history.
262 if (this.statistics == null) {
263 this.statistics = getConfigResults().getStatistics(Util.BASELINE_BUILD_PREFIXES);
265 return this.statistics;
461 // Statistics
468 excluded.append(configResults+" excluded from status due to erratic statistics!");
480 excluded.append(configResults+" excluded from status due to unstable statistics!");
ResultsElement.java 65 double[] statistics; field in class:ResultsElement
410 * Return the statistics of the build along its history.
421 return this.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...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 373 if (args.optimize && args.statistics) {
581 if (args.statistics) {
954 public boolean statistics; field in class:Main.Arguments
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 452 WebContext::Statistics& WebContext::statistics() function in class:WebKit::WebContext
454 static Statistics statistics = Statistics(); local
456 return statistics;
WebContext.h 156 struct Statistics {
161 static Statistics& statistics();
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 281 if (cfOptions.statistics) {
296 if (cfOptions.statistics && nonOptRmeth != null) {
350 * Helper that updates the dex statistics.
357 * collect statistics. We have to totally convert both ways,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py 316 def _print_statistics(self, statistics):
319 for value, key in sorted([(value, key) for key, value in statistics.items()]):
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 316 asan_introspection.statistics = &mi_statistics;
  /external/webkit/Source/WebKit/win/
WebCache.cpp 89 HRESULT STDMETHODCALLTYPE WebCache::statistics( function in class:WebCache
100 WebCore::MemoryCache::Statistics stat = WebCore::memoryCache()->getStatistics();
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 436 # include <inq_stats/statistics.h>
442 # include <sys/statistics.h>
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 379 FastMallocStatistics statistics = { 0, 0, 0 }; local
380 return statistics;
521 static void statistics(malloc_zone_t*, malloc_statistics_t* stats) { memset(stats, 0, sizeof(malloc_statistics_t)); }
    [all...]
  /external/clang/tools/scan-build/
scan-build 281 # AddStatLine - Decode and insert a statistics line into the database.
385 # Don't add internal statistics to the bug reports
386 if ($BugCategory =~ /statistics/i) {
425 # CalcStats - Calculates visitation statistics and returns the string.
831 # Print statistics
1117 Generates visitation statistics for the project being analyzed.
1126 Generate internal analyzer statistics.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 192 builds a simple report to present the various statistics.
  /external/ceres-solver/docs/
introduction.tex 12 While there is some debate as to who invented of the method of Least Squares~\cite{stigler1981gauss}. There is no debate that it was Carl Friedrich Gauss's prediction of the orbit of the newly discovered asteroid Ceres based on just 41 days of observations that brought it to the attention of the world~\cite{tennenbaum-director}. We named our solver after Ceres to celebrate this seminal event in the history of astronomy, statistics and optimization.
  /external/elfutils/libelf-po/
Makefile 93 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
94 cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po
  /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...]
ip-tunnels.tex 291 Also you may look at statistics:
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 96 --stats=no|yes show tool and core statistics [no]
  /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 
  /external/blktrace/btt/doc/
btt.tex 42 run. It is also capable of producing some general statistics concerning
44 of overall statistics about each of the individual handling of IOs, and
237 statistics to gauge the general nature of the sector differences
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 1226 base::StatisticsRecorder statistics; local
    [all...]

Completed in 1144 milliseconds

1 23 4