HomeSort by relevance Sort by last modified time
    Searched refs:stats (Results 226 - 250 of 416) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/quake/quake/src/QW/server/
sv_ccmds.c 389 cpu = (svs.stats.latched_active+svs.stats.latched_idle);
391 cpu = 100*svs.stats.latched_active/cpu;
392 avg = 1000*svs.stats.latched_active / STATFRAMES;
393 pak = (float)svs.stats.latched_packets/ STATFRAMES;
  /external/webp/src/enc/
frame.c 36 StatsArray* stats; member in struct:__anon15231
96 static int Record(int bit, uint64_t* const stats) {
97 stats[0] += bit;
98 stats[1] += 1;
109 uint64_t (*s)[2] = res->stats[VP8EncBands[n]][ctx];
117 s = res->stats[VP8EncBands[n]][0];
121 s = res->stats[VP8EncBands[n]][1];
149 s = res->stats[VP8EncBands[n]][2];
201 res->stats = enc->proba_.stats_[coeff_type];
518 if (pic->stats) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 550 public PackageStats stats; field in class:AppCacheTest.PackageStatsObserver
557 stats = pStats;
583 if(localLOGV) Log.i(TAG, "OBSERVER RET VALUES code="+observer.stats.codeSize+
584 ", data="+observer.stats.dataSize+", cache="+observer.stats.cacheSize);
585 return observer.stats;
598 PackageStats stats = invokePMGetPackageSizeInfo(); local
599 assertTrue(stats!=null);
601 if(localLOGV) Log.i(TAG, "code="+stats.codeSize+", data="+stats.dataSize
    [all...]
  /external/genext2fs/
genext2fs.c 150 struct stats { struct
2539 struct stats stats; local
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 608 Statistics stats; local
614 stats.images.addResource(resource);
617 stats.cssStyleSheets.addResource(resource);
620 stats.scripts.addResource(resource);
624 stats.xslStyleSheets.addResource(resource);
628 stats.fonts.addResource(resource);
634 return stats;
  /external/linux-tools-perf/util/
session.c 746 ++session->hists.stats.nr_unknown_id;
767 ++session->hists.stats.nr_unknown_events;
781 ++session->hists.stats.nr_invalid_chains;
782 session->hists.stats.total_invalid_chains += sample->period;
877 session->hists.stats.total_lost != 0) {
880 session->hists.stats.total_period,
881 session->hists.stats.total_lost);
884 if (session->hists.stats.nr_unknown_events != 0) {
890 session->hists.stats.nr_unknown_events);
893 if (session->hists.stats.nr_unknown_id != 0)
    [all...]
hist.h 54 struct events_stats stats; member in struct:hists
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 151 private final ArrayList<Stats> mProcStats = new ArrayList<Stats>();
152 private final ArrayList<Stats> mWorkingProcs = new ArrayList<Stats>();
174 public static class Stats {
179 final ArrayList<Stats> threadStats;
180 final ArrayList<Stats> workingThreads;
206 Stats(int _pid, int parentPid, boolean includeThreads) {
214 threadStats = new ArrayList<Stats>();
215 workingThreads = new ArrayList<Stats>();
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 521 static void statistics(malloc_zone_t*, malloc_statistics_t* stats) { memset(stats, 0, sizeof(malloc_statistics_t)); }
983 // Metadata allocator -- keeps stats about how many bytes allocated
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 708 struct class_stats stats;
709 bzero ((char *) &stats, sizeof stats);
713 desc.sd_addr = (char *) &stats;
714 desc.sd_size = sizeof stats;
719 c += stats.class_numcpus;
706 struct class_stats stats; local
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 162 public void bindNetworkStats(NetworkStatsHistory stats) {
163 mSeries.bindNetworkStats(stats);
164 mHistory = stats;
171 public void bindDetailNetworkStats(NetworkStatsHistory stats) {
172 mDetailSeries.bindNetworkStats(stats);
173 mDetailSeries.setVisibility(stats != null ? View.VISIBLE : View.GONE);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 591 Statistics stats = new Statistics(); local
594 stats.addAll(s);
597 return stats;
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 610 Statistics stats = new Statistics(); local
613 stats.addAll(s);
616 return stats;
  /external/blktrace/btt/
globals.h 118 struct stats { struct
140 struct stats stats, all_stats; member in struct:d_info
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 610 Statistics stats = new Statistics(); local
613 stats.addAll(s);
616 return stats;
  /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/
PerformanceResultsElement.java 270 final int stats = kind & IPerformancesConstants.STATUS_STATISTICS_MASK; local
271 if (stats > 0) {
273 switch (stats) {
ResultsElement.java 64 // Stats
509 double[] stats = getStatistics(); local
510 if (stats != null) {
511 if (stats[3] > 0.2) { // invalidate the status when the test
514 } else if (stats[3] > 0.1) { // moderate the status when the test
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ThrottleServiceTest.java 101 // provide stats without policy, verify not throttled
116 // provide stats under limits, and verify not throttled
131 // provide stats over limits, and verify throttled
146 // provide stats right under 201MB limit, verify not throttled
173 // provide stats under limit, verify not throttled
184 // provide same stats, but verify that modified policy will throttle
207 // provide stats over limit, verify throttle kicks in
219 // provide slightly updated stats, but verify throttle is removed
234 // test is currently no-op, just exercises stats apis
295 final NetworkStats stats = new NetworkStats(SystemClock.elapsedRealtime(), 1) local
    [all...]
  /system/extras/sound/
playwav.c 41 struct msm_audio_stats stats; local
82 if (ioctl(afd, AUDIO_GET_STATS, &stats) == 0)
83 fprintf(stderr,"%10d\n", stats.out_bytes);
  /bootable/recovery/applypatch/
imgdiff_test.sh 89 echo "$fn $(size $tmpdir/patch) of $(size $tmpdir/target) bsdiff $(size $tmpdir/patch.bs)" >> /tmp/stats.txt
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 269 /* simple stats management */
286 } Stats;
289 stats_init( Stats* s )
298 stats_startFrame( Stats* s )
304 stats_endFrame( Stats* s )
369 static Stats stats; local
374 stats_init(&stats);
392 stats_startFrame(&stats);
399 stats_endFrame(&stats);
    [all...]
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 278 /* simple stats management */
295 } Stats;
298 stats_init( Stats* s )
307 stats_startFrame( Stats* s )
313 stats_endFrame( Stats* s )
378 Stats stats; member in struct:engine
395 stats_startFrame(&engine->stats);
407 stats_endFrame(&engine->stats);
466 stats_init(&engine.stats);
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 87 // Existing stats files will not be overwritten.
90 // Saves away the stats at main, so the can be recorded later. At main() time
95 // file thread. Existing stats files will not be overwritten.
146 struct Stats {
153 const std::string& name, const Stats& stats);
154 static Stats GetCurrentStats();
160 // Used to hold the stats at main().
161 Stats chrome_main_stats_;
  /external/chromium/net/disk_cache/
disk_format.h 91 CacheAddr stats; // Storage for usage data. member in struct:disk_cache::IndexHeader
  /external/libselinux/include/selinux/
avc.h 403 * @stats: reference to statistics structure
410 void avc_cache_stats(struct avc_cache_stats *stats);

Completed in 2660 milliseconds

1 2 3 4 5 6 7 8 91011>>