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

1 2 3 4 5 6 7 8 91011

  /external/openssl/ssl/
s23_clnt.c 205 s->ctx->stats.sess_connect++;
s2_srvr.c 199 s->ctx->stats.sess_accept++;
333 s->ctx->stats.sess_accept_good++;
s3_clnt.c 224 s->ctx->stats.sess_connect_renegotiate++;
270 s->ctx->stats.sess_connect++;
617 if (s->hit) s->ctx->stats.sess_hit++;
622 s->ctx->stats.sess_connect_good++;
    [all...]
s3_srvr.c 271 s->ctx->stats.sess_accept++;
289 s->ctx->stats.sess_accept_renegotiate++;
718 s->ctx->stats.sess_accept_good++;
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 84 # - added filter display to "list" and "stats" commands
105 # - chkconfig tags, list + stats startup parameters
    [all...]
  /external/quake/quake/src/QW/client/
gl_rmain.c 722 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
725 if (cl.stats[STAT_HEALTH] <= 0)
r_main.c 636 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
639 if (cl.stats[STAT_HEALTH] <= 0)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 5363 struct nlattr *stats[NL80211_STA_INFO_MAX + 1]; local
    [all...]
  /external/oprofile/utils/
opcontrol     [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 245 // We keep 4 weeks of stats.
299 mStatisticsFile = new AtomicFile(new File(syncDir, "stats.bin"));
1253 SyncStatusInfo stats = mSyncStatus.valueAt(i); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 397 // kick off background task to update stats
723 // hide detail stats when not in detail mode
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 124 const WebKit::WebCache::ResourceTypeStats& stats) {
125 stats_ = stats;
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 366 // force stats to be updated
368 memset (host_client->stats, 0, sizeof(host_client->stats));
    [all...]
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 457 sprintf (kills,"kills:%3i/%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS]);
1367 // send some stats
    [all...]
r_main.cpp 622 if (cl.stats[STAT_HEALTH] <= 0)
gl_rmain.cpp 816 if (cl.stats[STAT_HEALTH] <= 0)
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 175 HTMLStatistics stats = new HTMLStatistics(this); local
176 stats.emitStatistics(sf, apiDiff);
    [all...]
  /external/chromium/
Android.mk 233 net/disk_cache/stats.cc \
  /external/clang/tools/scan-build/
scan-build 288 my $Stats = shift;
310 # Add them to the stats array
311 push @$Stats, $Row;
328 my $Stats = shift;
388 AddStatLine($BugDescription, $Stats);
430 my $Stats = shift;
434 my $TotalFunctions = scalar(@$Stats);
442 foreach my $Row (@$Stats) {
501 my @Stats;
502 foreach my $file (@files) { ScanFile(\@Index, $Dir, $file, \@Stats); }
    [all...]
  /external/kernel-headers/original/linux/
sched.h 468 struct taskstats *stats; member in struct:signal_struct
667 /* load_balance() stats */
682 /* SD_BALANCE_EXEC stats */
687 /* SD_BALANCE_FORK stats */
692 /* try_to_wake_up() stats */
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 230 extern int pktpool_stats_dump(pktpool_t *pktp, pktpool_stats_t *stats);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 230 extern int pktpool_stats_dump(pktpool_t *pktp, pktpool_stats_t *stats);
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 1871 const CentralTendencyStatistics& stats = cpu.statistics(); local
    [all...]
  /external/v8/tools/
tickprocessor.js 179 'heap-sample-stats': null,
  /external/iproute2/ip/
ipxfrm.c 357 fprintf(fp, "stats:%s", _SL_);
848 xfrm_stats_print(&xsinfo->stats, fp, buf);

Completed in 2590 milliseconds

1 2 3 4 5 6 7 8 91011