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

<<11121314151617

  /external/srec/srec/include/
sample.h 195 wave_stats stats; member in struct:__anon12652
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 190 const WebKit::WebCache::ResourceTypeStats stats(
192 return FormatStatsSize(stats.images);
200 const WebKit::WebCache::ResourceTypeStats stats(
202 return FormatStatsSize(stats.scripts);
210 const WebKit::WebCache::ResourceTypeStats stats(
212 return FormatStatsSize(stats.cssStyleSheets);
692 const WebKit::WebCache::ResourceTypeStats& stats) {
696 (*it)->NotifyResourceTypeStats(stats);
    [all...]
task_manager.h 101 const WebKit::WebCache::ResourceTypeStats& stats) {}
321 const WebKit::WebCache::ResourceTypeStats& stats);
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 720 media::PipelineStatistics stats = pipeline_->GetStatistics(); local
721 return stats.video_frames_decoded;
727 media::PipelineStatistics stats = pipeline_->GetStatistics(); local
728 return stats.video_frames_dropped;
734 media::PipelineStatistics stats = pipeline_->GetStatistics(); local
735 return stats.audio_bytes_decoded;
741 media::PipelineStatistics stats = pipeline_->GetStatistics(); local
742 return stats.video_bytes_decoded;
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 952 UninitVariablesAnalysisStats stats; local
955 reporter, stats); local
    [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 26 show_super_stats, stats;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 112 this.stream.print("<tr><td><b>Stats</b></td>");
151 private void printRowDoubles(double[][] stats, int idx) {
154 double value = stats[i][idx];
  /external/libselinux/src/
label_android_property.c 275 static void stats(struct selabel_handle __attribute__((unused)) *rec) function
277 selinux_log(SELINUX_WARNING, "'stats' functionality not implemented.\n");
292 rec->func_stats = &stats;
  /external/linux-tools-perf/
builtin-annotate.c 82 evsel->hists.stats.total_period += sample->period;
206 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE];
builtin-report.c 103 evsel->hists.stats.total_period += sample->period;
216 unsigned long nr_events = self->stats.nr_events[PERF_RECORD_SAMPLE];
319 nr_samples += hists->stats.nr_events[PERF_RECORD_SAMPLE];
  /external/quake/quake/src/QW/server/
server.h 166 int stats[MAX_CL_STATS]; member in struct:client_s
237 svstats_t stats; member in struct:__anon11779
241 // log messages are used so that fraglog processes can get stats
  /external/valgrind/main/drd/scripts/
run-splash2 63 --drd-stats=yes "$@" -p${psep}${p} "${test_args}"
69 --drd-stats=yes "$@" -p${psep}${p} "${test_args}"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 258 SdkStatsService stats = new SdkStatsService(); local
260 stats.checkUserPermissionForPing(parent);
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 596 CacheStats stats = cache.stats(); local
597 assertEquals(removalListener.size(), stats.evictionCount());
598 assertEquals(computeCount.get(), stats.loadSuccessCount());
599 assertEquals(exceptionCount.get() + computeNullCount.get(), stats.loadExceptionCount());
PopulatedCachesTest.java 78 assertEquals(WARMUP_SIZE, cache.stats().missCount());
101 assertEquals(WARMUP_SIZE, cache.stats().missCount());
122 assertEquals(WARMUP_SIZE, cache.stats().missCount());
136 assertEquals(WARMUP_SIZE, cache.stats().missCount());
157 assertEquals(WARMUP_SIZE, cache.stats().missCount());
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 583 struct ieee80211req_sta_stats stats; local
590 memset(&stats, 0, sizeof(stats));
591 memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN);
593 &stats, sizeof(stats))) {
594 wpa_printf(MSG_DEBUG, "%s: Failed to fetch STA stats (addr "
601 printf("Failed to get station stats information element.\n");
605 data->rx_packets = stats.is_stats.ns_rx_data;
606 data->rx_bytes = stats.is_stats.ns_rx_bytes
    [all...]
driver_madwifi.c 551 struct ieee80211req_sta_stats stats; local
558 memset(&stats, 0, sizeof(stats));
559 memcpy(stats.is_u.macaddr, addr, IEEE80211_ADDR_LEN);
566 &stats, sizeof(stats))) {
567 wpa_printf(MSG_DEBUG, "%s: Failed to fetch STA stats (addr "
574 printf("Failed to get station stats information element.\n");
578 data->rx_packets = stats.is_stats.ns_rx_data;
579 data->rx_bytes = stats.is_stats.ns_rx_bytes
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 285 FIRSTPASS_STATS *stats)
289 pkt.data.twopass_stats.buf = stats;
303 stats->frame,
304 stats->intra_error,
305 stats->coded_error,
306 stats->ssim_weighted_pred_err,
307 stats->pcnt_inter,
308 stats->pcnt_motion,
309 stats->pcnt_second_ref,
310 stats->pcnt_neutral
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 34 namespace stats { namespace in namespace:__anon9023
249 ++stats::evaluateFixup;
372 ++stats::FragmentLayouts;
390 ++stats::EmittedFragments;
642 stats::ObjectBytes += OS.tell() - StartOffset;
681 ++stats::RelaxedInstructions;
800 ++stats::RelaxationSteps;
  /external/chromium/net/disk_cache/
backend_impl.cc 508 if (!stats_.Init(this, &data_->header.stats))
575 stats_.OnEvent(Stats::DOOM_CACHE);
632 stats_.OnEvent(Stats::DOOM_RECENT);
677 stats_.OnEvent(Stats::OPEN_MISS);
684 stats_.OnEvent(Stats::OPEN_MISS);
692 stats_.OnEvent(Stats::OPEN_HIT);
742 stats_.OnEvent(Stats::CREATE_ERROR);
750 stats_.OnEvent(Stats::CREATE_ERROR);
762 stats_.OnEvent(Stats::CREATE_ERROR);
788 stats_.OnEvent(Stats::CREATE_HIT)
1881 StatsItems stats; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /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/chromium/chrome/browser/ui/views/
task_manager_view.cc 462 base::StatsTable* stats = base::StatsTable::current(); local
463 if (stats != NULL) {
464 int max = stats->GetMaxCounters();
467 const char* row = stats->GetRowName(i);
469 // TODO(erikkay): Use l10n to get display names for stats. Right
  /external/clang/lib/Analysis/
UninitializedValues.cpp 677 UninitVariablesAnalysisStats &stats) {
683 stats.NumVariablesAnalyzed = vals.getNumEntries();
708 ++stats.NumBlockVisits;
719 ++stats.NumBlockVisits;

Completed in 926 milliseconds

<<11121314151617