HomeSort by relevance Sort by last modified time
    Searched refs:stats (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /external/openssl/ssl/
ssl_sess.c 358 s->ctx->stats.sess_miss++;
364 s->ctx->stats.sess_cb_hit++;
446 s->ctx->stats.sess_timeout++;
452 s->ctx->stats.sess_hit++;
530 ctx->stats.sess_cache_full++;
ssl_lib.c 1077 return(ctx->stats.sess_connect);
1079 return(ctx->stats.sess_connect_good);
1081 return(ctx->stats.sess_connect_renegotiate);
1083 return(ctx->stats.sess_accept);
1085 return(ctx->stats.sess_accept_good);
1087 return(ctx->stats.sess_accept_renegotiate);
1089 return(ctx->stats.sess_hit);
1091 return(ctx->stats.sess_cb_hit);
1093 return(ctx->stats.sess_miss);
1095 return(ctx->stats.sess_timeout)
    [all...]
  /frameworks/base/tools/localize/
localize.cpp 297 vector<Stats> stats; local
364 Stats beforeFilterStats = xliff->GetStats(config);
371 Stats afterFilterStats = xliff->GetStats(config);
389 stats.push_back(afterFilterStats);
406 // the stats
411 Stats totals;
417 for (vector<Stats>::iterator it=stats.begin(); it!=stats.end(); it++)
    [all...]
  /external/blktrace/
blktrace.c 81 * Generic stats collected: nevents can be _roughly_ estimated by data_read
95 struct pdc_stats *stats; member in struct:devpath
486 dpp->stats[cpu].data_read += data_read;
491 dpp->stats[cpu].nevents += nevents;
596 if (dpp->stats)
597 free(dpp->stats);
1054 if (dpp->stats)
1055 free(dpp->stats);
1056 dpp->stats = calloc(dpp->ncpus, sizeof(*dpp->stats));
    [all...]
  /external/kernel-headers/original/linux/nfsd/
xdr.h 119 struct kstatfs stats; member in struct:nfsd_statfsres
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp 3442 PvmfPortBaseImplStats stats; local
    [all...]
  /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]);
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]];
  /external/quake/quake/src/WinQuake/
client.h 158 int stats[MAX_CL_STATS]; // health, etc member in struct:__anon5246
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/srec/srec/cfront/
wav_acc.c 186 ws = &wave->stats;
  /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...]
osapi.c 478 drv->stats.rx_packets++;
479 drv->stats.rx_bytes += skb->len;
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaService.java 154 ++syncResult.stats.numSkippedEntries;
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c 142 drv->stats.tx_packets++;
143 drv->stats.tx_bytes += skb->len;
164 drv->stats.tx_errors++;
231 return &drv->stats;
  /external/ppp/pppd/
sys-linux.c     [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/grub/netboot/
tlan.c     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscmain.cpp 257 printf("\nMemory Stats before TSC Component Init\n");
284 printf("\nMemory Stats after TSC Component Init\n");
292 printf("\nMemory Stats before TSC Init\n");
349 printf("\nMemory Stats after TSC Init\n");
523 printf("\nMemory Stats after TSC Reset\n");
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c     [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 566 TCuCommon_RxDataFilteringStatistics *stats )
572 NULL, 0, stats, sizeof(TCuCommon_RxDataFilteringStatistics));
774 TCuCommon_RxDataFilteringStatistics stats; local
778 ret = wpa_driver_tista_driver_rx_data_filter_statistics( priv, &stats );
780 ret = snprintf(buf, buf_len, "RxFilterStat: %u", (u32)stats.unmatchedPacketsCount);
782 ret += snprintf(&buf[ret], buf_len-ret, " %u", (u32)stats.matchedPacketsCount[i]);
    [all...]
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 566 TCuCommon_RxDataFilteringStatistics *stats )
572 NULL, 0, stats, sizeof(TCuCommon_RxDataFilteringStatistics));
774 TCuCommon_RxDataFilteringStatistics stats; local
778 ret = wpa_driver_tista_driver_rx_data_filter_statistics( priv, &stats );
780 ret = snprintf(buf, buf_len, "RxFilterStat: %u", (u32)stats.unmatchedPacketsCount);
782 ret += snprintf(&buf[ret], buf_len-ret, " %u", (u32)stats.matchedPacketsCount[i]);
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset8.cpp 1284 MM_Stats_t* stats = auditCB.pAudit->MM_GetStats(""); local
1913 MM_Stats_t* stats = auditCB.pAudit->MM_GetStats(""); local
    [all...]
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 338 stack.stats.totalTime = ns2us(now - mDequeueTime[buf]);
422 return stack.stats;
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 45 final BatteryStatsImpl.Uid.Pkg.Serv stats; field in class:ServiceRecord
201 this.stats = servStats;

Completed in 1324 milliseconds

1 2 3 45 6 7 8