Searched refs:stats (Results 1 – 11 of 11) sorted by relevance
132 syncResult.stats.numParseExceptions++; in onPerformSync()137 syncResult.stats.numIoExceptions++; in onPerformSync()140 syncResult.stats.numAuthExceptions++; in onPerformSync()143 syncResult.stats.numParseExceptions++; in onPerformSync()146 syncResult.stats.numParseExceptions++; in onPerformSync()
155 syncResult.stats.numParseExceptions++; in onPerformSync()159 syncResult.stats.numIoExceptions++; in onPerformSync()163 syncResult.stats.numParseExceptions++; in onPerformSync()167 syncResult.stats.numParseExceptions++; in onPerformSync()234 syncResult.stats.numEntries++; in updateLocalFeedData()257 syncResult.stats.numUpdates++; in updateLocalFeedData()267 syncResult.stats.numDeletes++; in updateLocalFeedData()281 syncResult.stats.numInserts++; in updateLocalFeedData()
67 struct ppp_stats stats; member72 struct ppp_comp_stats stats; member
79 struct rpc_stat * stats; member
161 struct ip_vs_stats_user stats; member176 struct ip_vs_stats_user stats; member
367 struct xfrm_stats stats; member
182 struct tc_sfqred_stats stats; member
124 struct kstatfs stats; member
672 final StatFs stats = new StatFs(path.getPath()); in getUsableSpace() local673 return (long) stats.getBlockSize() * (long) stats.getAvailableBlocks(); in getUsableSpace()
904 begin updateExternalStatsSync reason=get-stats910 Reading cpu stats took 34 ms1170 begin updateExternalStatsSync reason=get-stats1198 Reading cpu stats took 34 ms2181 begin updateExternalStatsSync reason=get-stats2198 Reading cpu stats took 34 ms2449 begin updateExternalStatsSync reason=get-stats2455 Reading cpu stats took 34 ms2738 begin updateExternalStatsSync reason=get-stats2755 Reading cpu stats took 35 ms
470 mLinkStatsResults = (TextView)findViewById(R.id.stats); in onCreate()