HomeSort by relevance Sort by last modified time
    Searched refs:stats (Results 176 - 200 of 270) sorted by null

1 2 3 4 5 6 78 91011

  /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
  /external/ppp/pppd/
sys-linux.c     [all...]
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.c 136 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
wanrouter.h 495 struct net_device_stats stats; /* interface statistics */ member in struct:wan_device
  /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...]
driver_madwifi.c 553 struct ieee80211req_sta_stats stats; local
560 memset(&stats, 0, sizeof(stats));
561 memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN);
568 &stats, sizeof(stats))) {
569 wpa_printf(MSG_DEBUG, "%s: Failed to fetch STA stats (addr "
576 printf("Failed to get station stats information element.\n");
580 data->rx_packets = stats.is_stats.ns_rx_data;
581 data->rx_bytes = stats.is_stats.ns_rx_bytes
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 135 public void bindNetworkStats(NetworkStatsHistory stats) {
136 mStats = stats;
175 // bail when not enough stats to render
210 // skip until we find first stats on screen
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 431 long stats = TrafficStats.getTxPackets(iface); local
432 if (stats > 0) {
434 txSum += stats;
436 stats = TrafficStats.getRxPackets(iface);
437 if (stats > 0) {
439 rxSum += stats;
    [all...]
  /external/grub/netboot/
tlan.c     [all...]
  /external/openssl/ssl/
ssl_lib.c 1145 return(ctx->stats.sess_connect);
1147 return(ctx->stats.sess_connect_good);
1149 return(ctx->stats.sess_connect_renegotiate);
1151 return(ctx->stats.sess_accept);
1153 return(ctx->stats.sess_accept_good);
1155 return(ctx->stats.sess_accept_renegotiate);
1157 return(ctx->stats.sess_hit);
1159 return(ctx->stats.sess_cb_hit);
1161 return(ctx->stats.sess_miss);
1163 return(ctx->stats.sess_timeout)
    [all...]
ssl_sess.c 480 s->session_ctx->stats.sess_miss++;
486 s->session_ctx->stats.sess_cb_hit++;
568 s->session_ctx->stats.sess_timeout++;
574 s->session_ctx->stats.sess_hit++;
652 ctx->stats.sess_cache_full++;
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 857 io_stats stats = 0; local
878 ctx->fs->io->manager->get_stats(ctx->fs->io, &stats);
879 if (stats && stats->bytes_written)
880 kbytes_written = stats->bytes_written >> 10;
  /external/quake/quake/src/QW/client/
view.c 453 if (cl.stats[STAT_ITEMS] & IT_QUAD)
460 else if (cl.stats[STAT_ITEMS] & IT_SUIT)
467 else if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
474 else if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY)
944 view->model = cl.model_precache[cl.stats[STAT_WEAPON]];
cl_parse.c 1043 if ( (value & (1<<j)) && !(cl.stats[stat] & (1<<j)))
1047 cl.stats[stat] = value;
1255 cl.stats[STAT_MONSTERS]++;
1259 cl.stats[STAT_SECRETS]++;
cl_pred.c 87 pmove.dead = cl.stats[STAT_HEALTH] <= 0;
client.h 232 int stats[MAX_CL_STATS]; // health, etc member in struct:__anon10366
  /external/quake/quake/src/WinQuake/
view.cpp 822 if (cl.stats[STAT_HEALTH] <= 0)
942 if (cl.model_precache[cl.stats[STAT_WEAPON]] && strcmp (cl.model_precache[cl.stats[STAT_WEAPON]]->name, "progs/v_shot2.mdl"))
953 view->model = cl.model_precache[cl.stats[STAT_WEAPON]];
954 view->frame = cl.stats[STAT_WEAPONFRAME];
  /external/flac/libFLAC/
metadata_iterators.c 139 static FLAC__bool get_file_stats_(const char *filename, struct stat *stats);
140 static void set_file_stats_(const char *filename, struct stat *stats);
348 struct stat stats; member in struct:FLAC__Metadata_SimpleIterator
404 set_file_stats_(iterator->filename, &iterator->stats);
507 iterator->has_stats = get_file_stats_(filename, &iterator->stats);
1650 struct stat stats; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
test_io.c 75 static errcode_t test_get_stats(io_channel channel, io_stats *stats);
484 static errcode_t test_get_stats(io_channel channel, io_stats *stats)
494 retval = (data->real->manager->get_stats)(data->real, stats);
  /external/webp/src/enc/
analysis.c 91 if (enc->pic_->stats) {
93 enc->pic_->stats->segment_size[n] = p[n];
170 // Reset stats
317 // It's usually not a good and definitive pick, but helps seeding the stats
  /external/v8/src/
heap.cc 282 // TODO(1238405): Combine the infrastructure for --heap-stats and
362 // TODO(1238405): Combine the infrastructure for --heap-stats and
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 19 #include "net/disk_cache/stats.h"
202 void OnEvent(Stats::Counters an_event);
265 virtual void GetStats(StatsItems* stats);
324 // Send UMA stats.
373 Stats stats_; // Usage statistcs.
  /external/libpcap/
pcap-linux.c 794 pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats)
854 *stats = handle->md.stat;
892 stats->ps_recv = handle->md.packets_read;
893 stats->ps_drop = 0;
    [all...]

Completed in 878 milliseconds

1 2 3 4 5 6 78 91011