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

<<11121314151617

  /external/e2fsprogs/lib/ext2fs/
unix_io.c 98 static errcode_t unix_get_stats(io_channel channel, io_stats *stats)
137 static errcode_t unix_get_stats(io_channel channel, io_stats *stats)
147 if (stats)
148 *stats = &data->io_stats;
  /external/guava/guava/src/com/google/common/cache/
AbstractCache.java 110 public CacheStats stats() { method in class:AbstractCache
137 * Cache#stats}. This is solely intended for consumption by {@code Cache} implementors.
  /external/kernel-headers/original/linux/nfsd/
xdr.h 119 struct kstatfs stats; member in struct:nfsd_statfsres
  /external/openfst/src/include/fst/
replace-util.h 160 // If 'stats' is true, dependency statistics computed as well.
161 void GetDependencies(bool stats) const;
258 void ReplaceUtil<Arc>::GetDependencies(bool stats) const {
260 if (stats && !have_stats_)
266 have_stats_ = stats;
321 FSTERROR() << "ReplaceUtil::UpdateStats: stats not available";
  /external/quake/quake/src/QW/client/
cl_demo.c 631 MSG_WriteLong (&buf, cl.stats[i]);
641 MSG_WriteLong (&buf, cl.stats[STAT_TOTALMONSTERS]);
645 MSG_WriteLong (&buf, cl.stats[STAT_SECRETS]);
649 MSG_WriteLong (&buf, cl.stats[STAT_MONSTERS]);
  /external/quake/quake/src/WinQuake/
client.h 158 int stats[MAX_CL_STATS]; // health, etc member in struct:__anon11809
  /external/srec/srec/cfront/
wav_acc.c 186 ws = &wave->stats;
  /external/v8/src/
global-handles.h 138 void RecordStats(HeapStats* stats);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 71 Ewk_Tile_Stats stats; /**< tile usage statistics */ member in struct:_Ewk_Tile
  /external/webp/include/webp/
encode.h 191 WebPAuxStats* stats; member in struct:WebPPicture
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 165 final NetworkStats stats = new NetworkStats(end - start, 24); local
169 // shortcut when we know stats will be empty
170 if (start == end) return stats;
189 stats.combineValues(entry);
194 return stats;
358 // missing stats is okay, probably first boot
423 // missing stats is okay, probably first boot
438 // migrate all UID stats into special "removed" bucket
  /gdk/samples/quake/jni/
client.h 158 int stats[MAX_CL_STATS]; // health, etc member in struct:__anon17558
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 142 drv->stats.tx_packets++;
143 drv->stats.tx_bytes += skb->len;
165 drv->stats.tx_errors++;
232 return &drv->stats;
    [all...]
  /external/ppp/pppd/
sys-linux.c     [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 120 static void WebRtcAec_InitStats(stats_t *stats);
    [all...]
  /external/kernel-headers/original/linux/
atmdev.h 305 struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ member in struct:atm_vcc
353 struct k_atm_dev_stats stats; /* statistics */ member in struct:atm_dev
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 698 struct ieee80211req_sta_stats stats; local
700 memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN);
701 if (get80211var(priv, IEEE80211_IOC_STA_STATS, &stats, sizeof(stats))
704 data->rx_packets = stats.is_stats.ns_rx_data;
705 data->rx_bytes = stats.is_stats.ns_rx_bytes;
706 data->tx_packets = stats.is_stats.ns_tx_data;
707 data->tx_bytes = stats.is_stats.ns_tx_bytes;
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 137 public void bindNetworkStats(NetworkStatsHistory stats) {
138 mStats = stats;
177 // bail when not enough stats to render
212 // skip until we find first stats on screen
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 441 long stats = TrafficStats.getTxPackets(iface); local
442 if (stats > 0) {
444 txSum += stats;
446 stats = TrafficStats.getRxPackets(iface);
447 if (stats > 0) {
449 rxSum += stats;
    [all...]
  /external/grub/netboot/
tlan.c     [all...]
  /external/openssl/ssl/
ssl_lib.c 1167 return(ctx->stats.sess_connect);
1169 return(ctx->stats.sess_connect_good);
1171 return(ctx->stats.sess_connect_renegotiate);
1173 return(ctx->stats.sess_accept);
1175 return(ctx->stats.sess_accept_good);
1177 return(ctx->stats.sess_accept_renegotiate);
1179 return(ctx->stats.sess_hit);
1181 return(ctx->stats.sess_cb_hit);
1183 return(ctx->stats.sess_miss);
1185 return(ctx->stats.sess_timeout)
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 571 TCuCommon_RxDataFilteringStatistics *stats )
577 NULL, 0, stats, sizeof(TCuCommon_RxDataFilteringStatistics));
796 TCuCommon_RxDataFilteringStatistics stats; local
799 os_memset(&stats, 0, sizeof(TCuCommon_RxDataFilteringStatistics));
801 ret = wpa_driver_tista_driver_rx_data_filter_statistics( priv, &stats );
803 ret = snprintf(buf, buf_len, "RxFilterStat: %u", (u32)stats.unmatchedPacketsCount);
805 ret += snprintf(&buf[ret], buf_len-ret, " %u", (u32)stats.matchedPacketsCount[i]);
    [all...]
  /dalvik/vm/
Thread.cpp     [all...]
  /external/e2fsprogs/e2fsck/
journal.c 862 io_stats stats = 0; local
883 ctx->fs->io->manager->get_stats(ctx->fs->io, &stats);
884 if (stats && stats->bytes_written)
885 kbytes_written = stats->bytes_written >> 10;
  /external/linux-tools-perf/util/ui/browsers/
hists.c 498 self->hists->stats.total_period,
552 0, false, self->hists->stats.total_period);
553 percent = (entry->period * 100.0) / self->hists->stats.total_period;
790 unsigned long nr_events = self->stats.nr_events[PERF_RECORD_SAMPLE];
1013 unsigned long nr_events = evsel->hists.stats.nr_events[PERF_RECORD_SAMPLE];

Completed in 883 milliseconds

<<11121314151617