Searched defs:stats (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium/net/disk_cache/
H A Dmem_backend_impl.h54 std::vector<std::pair<std::string, std::string> >* stats) {}
53 GetStats( std::vector<std::pair<std::string, std::string> >* stats) argument
H A Dstats_histogram.cc8 #include "net/disk_cache/stats.h"
46 bool StatsHistogram::Init(const Stats* stats) { argument
47 DCHECK(stats);
55 stats_ = stats;
H A Dstats.cc5 #include "net/disk_cache/stats.h"
68 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { argument
75 if (!file->Read(stats, sizeof(*stats), offset))
78 if (stats->signature != kDiskSignature)
83 if (stats->size != sizeof(*stats))
84 memset(stats, 0, sizeof(*stats));
89 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { argument
99 CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) argument
114 OnDiskStats stats; local
[all...]
H A Ddisk_format.h88 CacheAddr stats; // Storage for usage data. member in struct:disk_cache::IndexHeader
/external/webkit/WebKit/chromium/src/
H A DWebCache.cpp101 Cache::Statistics stats = cache->getStatistics(); local
102 ToResourceTypeStat(stats.images, result->images);
103 ToResourceTypeStat(stats.cssStyleSheets, result->cssStyleSheets);
104 ToResourceTypeStat(stats.scripts, result->scripts);
106 ToResourceTypeStat(stats.xslStyleSheets, result->xslStyleSheets);
110 ToResourceTypeStat(stats.fonts, result->fonts);
/external/iproute2/netem/
H A Dstats.c18 stats(FILE *fp) function
75 stats(fp);
/external/kernel-headers/original/linux/
H A Dtaskstats_kern.h27 sig->stats = NULL;
32 struct taskstats *stats; local
35 stats = kmem_cache_zalloc(taskstats_cache, SLAB_KERNEL);
36 if (!stats)
40 if (!sig->stats) {
41 sig->stats = stats;
42 stats = NULL;
46 if (stats)
47 kmem_cache_free(taskstats_cache, stats);
52 struct taskstats *stats = NULL; local
[all...]
H A Dif_tun.h44 struct net_device_stats stats; member in struct:tun_struct
H A Dif_ppp.h105 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq
110 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
H A Dif_vlan.h119 struct net_device_stats dev_stats; /* Device stats (rx-bytes, tx-pkts, etc...) */
156 struct net_device_stats *stats; local
175 stats = vlan_dev_get_stats(skb->dev);
176 stats->rx_packets++;
177 stats->rx_bytes += skb->len;
185 stats->multicast++;
/external/chromium/base/
H A Dsys_info_posix.cc42 struct statvfs stats; local
43 if (statvfs(path.value().c_str(), &stats) != 0) {
46 return static_cast<int64>(stats.f_bavail) * stats.f_frsize;
/external/chromium/net/url_request/
H A Dview_cache_helper.cc126 std::vector<std::pair<std::string, std::string> > stats; local
127 disk_cache->GetStats(&stats);
130 for (size_t index = 0; index < stats.size(); index++) {
131 result.append(stats[index].first);
133 result.append(stats[index].second);
/external/iproute2/ip/
H A Diplink_can.c244 struct can_device_stats *stats; local
246 if (xstats && RTA_PAYLOAD(xstats) == sizeof(*stats)) {
247 stats = RTA_DATA(xstats);
252 stats->restarts, stats->bus_error,
253 stats->arbitration_lost, stats->error_warning,
254 stats->error_passive, stats->bus_off);
/external/ppp/pppd/include/net/
H A Dvjcompress.h124 struct vjstat stats; member in struct:vjcompress
H A Dif_ppp.h103 struct ppp_stats stats; member in struct:ifpppstatsreq
108 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
/external/jdiff/src/jdiff/
H A DJDiffAntTask.java179 dInfo.createParam().setName("-stats");
180 // We also have to copy two image files for the stats pages
422 private boolean stats = false; field in class:JDiffAntTask
425 this.stats = value;
429 return this.stats;
/external/kernel-headers/original/linux/nfsd/
H A Dxdr.h119 struct kstatfs stats; member in struct:nfsd_statfsres
/external/kernel-headers/original/linux/sunrpc/
H A Dclnt.h16 #include <linux/sunrpc/stats.h>
85 struct rpc_stat * stats; /* statistics */ member in struct:rpc_program
/external/quake/quake/src/QW/server/
H A Dsv_send.c514 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_SHELL
[all...]
/external/srec/srec/include/
H A Dsample.h195 wave_stats stats; member in struct:__anon6020
/external/webkit/WebCore/loader/
H A DCache.cpp668 Statistics stats; local
674 stats.images.addResource(resource);
677 stats.cssStyleSheets.addResource(resource);
680 stats.scripts.addResource(resource);
684 stats.xslStyleSheets.addResource(resource);
688 stats.fonts.addResource(resource);
692 stats.xblDocs.addResource(resource)
699 return stats;
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c328 struct stat stats; local
334 lstat(full_name,&stats);
336 if(S_ISLNK(stats.st_mode) ||
337 S_ISREG(stats.st_mode) ||
338 S_ISDIR(stats.st_mode) ||
339 S_ISFIFO(stats.st_mode) ||
340 S_ISBLK(stats.st_mode) ||
341 S_ISCHR(stats.st_mode) ||
342 S_ISSOCK(stats.st_mode))
349 fix_stat(full_name, &stats);
473 struct stat stats; local
[all...]
H A Dmkyaffsimage.c404 struct stat stats; local
410 lstat(full_name,&stats);
412 if(S_ISLNK(stats.st_mode) ||
413 S_ISREG(stats.st_mode) ||
414 S_ISDIR(stats.st_mode) ||
415 S_ISFIFO(stats.st_mode) ||
416 S_ISBLK(stats.st_mode) ||
417 S_ISCHR(stats.st_mode) ||
418 S_ISSOCK(stats.st_mode))
427 if((equivalentObj = find_obj_in_list(stats
531 struct stat stats; local
[all...]
/external/bison/lib/
H A Dbitset_stats.c171 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
170 bitset_stats_print_1(FILE *file, const char *name, struct bitset_type_info_struct *stats) argument
[all...]
/external/iproute2/misc/
H A Darpd.c86 } stats; variable in typeref:struct:__anon2886
233 stats.probes_sent++;
259 stats.probes_suppressed++;
351 stats.app_bad++;
363 stats.app_neg++;
369 stats.app_recv++;
371 stats.app_success++;
380 stats.app_suppressed++;
405 stats.kern_neg++;
415 stats
[all...]

Completed in 267 milliseconds

12