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

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/asan/
asan_stats.cc 38 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
40 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
41 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
42 Printf("Stats: %zuM really freed by %zu calls\n",
44 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n",
52 Printf("Stats: malloc large: %zu small slow: %zu\n",
59 AsanStats stats; local
60 asanThreadRegistry().GetAccumulatedStats(&stats);
63 stats.Print();
65 Printf("Stats: StackDepot: %zd ids; %zdM mapped\n"
    [all...]
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderForTesting.java 55 Map<String, PkgUsageStats> stats = new HashMap<String, PkgUsageStats>(); local
57 stats.put(pus.packageName, pus);
59 return stats;
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 236 public void onGetStatsCompleted(PackageStats stats, boolean succeeded) {
239 addStatsLocked(stats);
247 private void addStatsLocked(PackageStats stats) {
249 long codeSize = stats.codeSize;
250 long dataSize = stats.dataSize;
251 long cacheSize = stats.cacheSize;
255 codeSize += stats.externalCodeSize + stats.externalObbSize;
256 dataSize += stats.externalDataSize + stats.externalMediaSize
383 final long[] stats = imcs.getFileSystemStats(path); local
    [all...]
  /external/webp/src/enc/
alpha.c 52 WebPAuxStats* const stats) {
62 picture.stats = stats;
105 WebPAuxStats* const stats) {
141 ok = EncodeLossless(alpha_src, width, height, effort_level, bw, stats);
214 effort_level, NULL, &bw, pic->stats);
240 if (pic->stats != NULL) best_stats = *pic->stats;
251 pic->stats);
260 if (pic->stats != NULL) best_stats = *pic->stats
    [all...]
webpenc.c 156 // lf-stats: 2048
194 + lf_stats_size; // autofilter stats
205 " lf-stats: %ld\n"
305 WebPAuxStats* stats = enc->pic_->stats; local
308 stats->PSNR[0] = (float)GetPSNR(sse[0], size);
309 stats->PSNR[1] = (float)GetPSNR(sse[1], size / 4);
310 stats->PSNR[2] = (float)GetPSNR(sse[2], size / 4);
311 stats->PSNR[3] = (float)GetPSNR(sse[0] + sse[1] + sse[2], size * 3 / 2);
312 stats->PSNR[4] = (float)GetPSNR(sse[3], size)
316 WebPAuxStats* const stats = enc->pic_->stats; local
    [all...]
filter.c 251 DistoStats* const stats) {
263 stats->w += 1;
264 stats->xm += s1;
265 stats->ym += s2;
266 stats->xxm += s1 * s1;
267 stats->xym += s1 * s2;
268 stats->yym += s2 * s2;
273 double VP8SSIMGet(const DistoStats* const stats) {
274 const double xmxm = stats->xm * stats->xm
    [all...]
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 70 * Helper method that fetches all the network stats available and reports it
79 final NetworkStats stats = session.getSummaryForAllUid( local
81 reportStats(stats);
83 Log.w(LOG_TAG, "Failed to fetch network stats.");
90 * Print network data usage stats to instrumentation out
91 * @param stats {@link NetworkorStats} to print
93 void reportStats(NetworkStats stats) {
99 for (int i = 0; i < stats.size(); ++i) {
101 Entry statsEntry = stats.getValues(i, null);
  /frameworks/base/core/jni/
com_android_internal_net_NetworkStatsFactory.cpp 64 static int readNetworkStatsDetail(JNIEnv* env, jclass clazz, jobject stats,
135 env->SetIntField(stats, gNetworkStatsClassInfo.size, size);
136 env->SetObjectField(stats, gNetworkStatsClassInfo.iface, iface.get());
137 env->SetObjectField(stats, gNetworkStatsClassInfo.uid, uid.getJavaArray());
138 env->SetObjectField(stats, gNetworkStatsClassInfo.set, set.getJavaArray());
139 env->SetObjectField(stats, gNetworkStatsClassInfo.tag, tag.getJavaArray());
140 env->SetObjectField(stats, gNetworkStatsClassInfo.rxBytes, rxBytes.getJavaArray());
141 env->SetObjectField(stats, gNetworkStatsClassInfo.rxPackets, rxPackets.getJavaArray());
142 env->SetObjectField(stats, gNetworkStatsClassInfo.txBytes, txBytes.getJavaArray());
143 env->SetObjectField(stats, gNetworkStatsClassInfo.txPackets, txPackets.getJavaArray())
    [all...]
android_os_Debug.cpp 89 #define BINDER_STATS "/proc/binder/stats"
121 static void read_mapinfo(FILE *fp, stats_t* stats)
228 stats[whichHeap].pss += pss;
229 stats[whichHeap].privateDirty += private_dirty;
230 stats[whichHeap].sharedDirty += shared_dirty;
235 static void load_maps(int pid, stats_t* stats)
244 read_mapinfo(fp, stats);
251 stats_t stats[_NUM_HEAP]; local
252 memset(&stats, 0, sizeof(stats));
    [all...]
  /external/blktrace/btt/
iostat.c 27 (dip)->stats. fld ++; \
33 (dip)->stats. fld --; \
40 (dip)->stats. fld += __v; \
47 (dip)->stats. fld -= __v; \
65 dip->stats.tot_qusz += ((now - dip->stats.last_qu_change) *
66 dip->stats.cur_qusz);
70 dip->stats.last_qu_change = dip->all_stats.last_qu_change = now;
75 if (dip->stats.cur_dev == 0 || force) {
76 dip->stats.idle_time += (now - dip->stats.last_dev_change)
    [all...]
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager_unittest.cc 32 static std::map<int, WebCacheManager::RendererInfo>& stats( function in class:WebCacheManagerTest
38 stats(h)[renderer_id].access = Time::Now() - TimeDelta::FromMinutes(
51 WebCache::UsageStats* stats) {
52 h->GatherStats(renderers, stats);
55 const WebCache::UsageStats& stats) {
57 static_cast<WebCacheManager::AllocationTactic>(tactic), stats);
162 EXPECT_EQ(1U, stats(manager()).size());
166 EXPECT_EQ(1U, stats(manager()).size());
167 EXPECT_TRUE(kStats == stats(manager())[kRendererID]);
191 WebCache::UsageStats stats; local
192 GatherStats(manager(), renderer_set, &stats); local
197 GatherStats(manager(), renderer_set, &stats); local
    [all...]
web_cache_manager.h 59 int renderer_id, const WebKit::WebCache::UsageStats& stats);
138 // Add up all the stats from the given set of renderers and place the result
139 // in |stats|.
141 WebKit::WebCache::UsageStats* stats);
147 const WebKit::WebCache::UsageStats& stats);
  /external/bison/lib/
bitset_stats.c 171 struct bitset_type_info_struct *stats)
173 if (!stats)
178 stats->allocs, stats->frees,
179 stats->allocs ? 100.0 * stats->frees / stats->allocs : 0);
181 stats->sets, stats->cache_sets,
182 stats->sets ? 100.0 * stats->cache_sets / stats->sets : 0)
    [all...]
  /packages/experimental/procstatlog/
procstatlog.c 49 // /proc/binder/stats - per line: "/proc/binder/stats:BC_REPLY"
54 // /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
105 struct data *stats, int stats_count) {
143 struct data *data = &stats[num++];
160 static int read_proc_yaffs(struct data *stats, int stats_count) {
193 struct data *data = &stats[num++];
285 struct data *stats = malloc((stats_count + 1) * sizeof(struct data)); local
286 struct data *next = stats;
295 struct data *end = stats + stats_count
    [all...]
  /external/chromium/net/disk_cache/
stats_histogram.cc 8 #include "net/disk_cache/stats.h"
16 const Stats* StatsHistogram::stats_ = NULL;
29 Sample maximum = disk_cache::Stats::kDataSizesLength - 1;
30 size_t bucket_count = disk_cache::Stats::kDataSizesLength;
55 bool StatsHistogram::Init(const Stats* stats) {
56 DCHECK(stats);
62 stats_ = stats;
72 return disk_cache::Stats::kDataSizesLength;
  /external/valgrind/main/memcheck/tests/
sbfragment.c 11 void stats(char *msg) function
98 stats ("before freeing last block");
101 stats ("after freeing last block");
  /external/iproute2/ip/
iplink_can.c 263 struct can_device_stats *stats; local
265 if (xstats && RTA_PAYLOAD(xstats) == sizeof(*stats)) {
266 stats = RTA_DATA(xstats);
271 stats->restarts, stats->bus_error,
272 stats->arbitration_lost, stats->error_warning,
273 stats->error_passive, stats->bus_off);
  /external/chromium/chrome/browser/resources/net_internals/
httpcacheview.js 25 for (var statName in info.stats) {
27 addTextNode(li, statName + ': ' + info.stats[statName]);
  /external/icu4c/test/perf/perldriver/
Dataset.pm 26 my $stats = Statistics::Descriptive::Full->new();
27 $stats->add_data(@{$self->{_data}});
28 $self->{_mean} = $stats->mean();
36 $self->{_error} = $t * $stats->standard_deviation();
  /frameworks/base/tools/aapt/
FileFinder.h 75 static void checkAndAddFile(String8 path, const struct stat* stats,
  /external/quake/quake/src/QW/server/
sv_send.c 514 Performs a delta update of the stats array. This should only be performed
521 int stats[MAX_CL_STATS]; local
525 memset (stats, 0, sizeof(stats));
527 // if we are a spectator and we are tracking a player, we get his stats
532 stats[STAT_HEALTH] = ent->v.health;
533 stats[STAT_WEAPON] = SV_ModelIndex(PR_GetString(ent->v.weaponmodel));
534 stats[STAT_AMMO] = ent->v.currentammo;
535 stats[STAT_ARMOR] = ent->v.armorvalue;
536 stats[STAT_SHELLS] = ent->v.ammo_shells
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.h 81 MI stats(media_info_);
83 SignalUpdate(media_channel_, stats);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 216 u64 stats[AllocatorStatCount]; local
217 allocator()->GetStats(stats);
218 u64 m = stats[AllocatorStatMalloced];
219 u64 f = stats[AllocatorStatFreed];
224 u64 stats[AllocatorStatCount]; local
225 allocator()->GetStats(stats);
226 u64 m = stats[AllocatorStatMmapped];
227 u64 f = stats[AllocatorStatUnmapped];
  /external/iproute2/netem/
stats.c 18 stats(FILE *fp) function
75 stats(fp);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 237 * bcm_mpm_stats() - Return stats for all pools
241 * stats: OUTPUT Array of pool statistics.
242 * nentries: MOD Max elements in 'stats' array on INPUT. Actual number
243 * of array elements copied to 'stats' on OUTPUT.
247 * other Error getting stats.
250 int bcm_mpm_stats(bcm_mpm_mgr_h mgr, bcm_mp_stats_t *stats, int *nentries);
326 * bcm_mp_stats() - Return stats for this pool
330 * stats: OUTPUT Pool statistics
337 int bcm_mp_stats(bcm_mp_pool_h pool, bcm_mp_stats_t *stats);

Completed in 2557 milliseconds

1 23 4 5 6 7 8 91011>>