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

  /external/chromium/third_party/icu/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/icu4c/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);
  /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");
DexFile.java 587 * Generates and returns statistics for all the items in the file.
589 * @return {@code non-null;} the statistics
591 public Statistics getStatistics() {
592 Statistics stats = new Statistics();
  /external/webkit/WebCore/loader/
Cache.h 81 struct Statistics {
154 // Function to collect cache statistics for the caches window in the Safari Debug menu.
155 Statistics getStatistics();
Cache.cpp 666 Cache::Statistics Cache::getStatistics()
668 Statistics stats;
719 Statistics s = getStatistics();
  /external/webkit/WebKit/chromium/src/
WebCache.cpp 101 Cache::Statistics stats = cache->getStatistics();
  /external/webkit/JavaScriptCore/runtime/
Collector.h 87 struct Statistics {
91 Statistics statistics() const;
143 void addToStatistics(Statistics&) const;
Collector.cpp 1154 Heap::Statistics Heap::statistics() const function in class:Heap
1156 Statistics statistics = { 0, 0 }; local
    [all...]
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 72 struct Statistics { // 4 longs
117 Statistics stats;
263 // statistics...
288 SharedBufferStack::Statistics getStats() const;
  /external/webkit/WebKit/mac/Misc/
WebCache.mm 43 + (NSArray *)statistics
45 WebCore::Cache::Statistics s = WebCore::cache()->getStatistics();
WebCoreStatistics.mm 52 + (NSArray *)statistics
54 return [WebCache statistics];
197 Heap::Statistics jsHeapStatistics = JSDOMWindow::commonJSGlobalData()->heap.statistics();
  /external/webkit/WebKit/android/
TimeCounter.cpp 143 Heap::Statistics jsHeapStatistics = JSDOMWindow::commonJSGlobalData()->heap.statistics();
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /external/webkit/WebKit/win/
WebCache.cpp 92 HRESULT STDMETHODCALLTYPE WebCache::statistics( function in class:WebCache
103 WebCore::Cache::Statistics stat = WebCore::cache()->getStatistics();
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 629 SharedBufferStack::Statistics SharedBufferServer::getStats() const
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h     [all...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 682 SharedBufferStack::Statistics stats = lcblk->getStats();
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h     [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...]
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1821 milliseconds