HomeSort by relevance Sort by last modified time
    Searched refs:stats (Results 201 - 225 of 480) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webp/src/enc/
frame.c 36 StatsArray* stats; member in struct:__anon18224
98 static int Record(int bit, proba_t* const stats) {
99 proba_t p = *stats;
101 p = ((p + 1u) >> 1) & 0x7fff7fffu; // -> divide the stats by 2.
105 *stats = p;
116 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
117 proba_t* s = res->stats[n][ctx];
127 s = res->stats[VP8EncBands[n]][0];
131 s = res->stats[VP8EncBands[n]][1];
159 s = res->stats[VP8EncBands[n]][2]
186 const proba_t stats = proba->stats_[t][b][c][p]; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 581 NetworkStats stats = null; local
610 stats = new NetworkStats(getElapsedRealtime(), 1)
613 .andReturn(stats.getTotalBytes()).atLeastOnce();
657 NetworkStats stats = null; local
669 stats = new NetworkStats(getElapsedRealtime(), 1)
676 .andReturn(stats.getTotalBytes()).atLeastOnce();
693 stats = new NetworkStats(getElapsedRealtime(), 1)
700 .andReturn(stats.getTotalBytes()).atLeastOnce();
718 stats = new NetworkStats(getElapsedRealtime(), 1)
724 .andReturn(stats.getTotalBytes()).atLeastOnce()
788 NetworkStats stats = null; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 52 cpu_time = 0; # total time the CPU stats were measured on
75 # get uptime stats (for beginning or end)
84 /^[0-9]+ / { # /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state lines
148 dur_cpu = ", " cpu_time " (cpu-stats)"
218 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >$my_log
225 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >>$my_log
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 118 PkgUsageStats[] stats; local
120 stats = mUsageStatsService.getAllPkgUsageStats();
122 Log.e(TAG, "Failed initializing usage stats service");
125 if (stats == null) {
128 for (PkgUsageStats ps : stats) {
190 Log.w(TAG, "No usage stats info for package:" + position);
  /system/core/toolbox/
ps.c 40 struct stat stats; local
50 stat(statline, &stats);
140 pw = getpwuid(stats.st_uid);
142 sprintf(user,"%d",(int)stats.st_uid);
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 47 // Names of login stats files.
309 void BootTimesLoader::RecordStats(const std::string& name, const Stats& stats) {
313 RecordStatsDelayed, name, stats.uptime, stats.disk));
316 BootTimesLoader::Stats BootTimesLoader::GetCurrentStats() {
319 Stats stats; local
321 file_util::ReadFileToString(kProcUptime, &stats.uptime);
322 file_util::ReadFileToString(kDiskStat, &stats.disk)
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 316 def stats(out, prefix, trace, field): function in function:process_trace
365 stats(out, 'Total in GC', trace, 'pause')
366 stats(out, 'Scavenge', scavenges, 'pause')
367 stats(out, 'MarkSweep', marksweeps, 'pause')
368 stats(out, 'Mark', filter(lambda r: r['mark'] != 0, trace), 'mark')
369 stats(out, 'Sweep', filter(lambda r: r['sweep'] != 0, trace), 'sweep')
370 stats(out,
  /external/e2fsprogs/lib/ext2fs/
closefs.c 377 io_stats stats = 0; local
388 fs->io->manager->get_stats(fs->io, &stats);
389 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) {
390 fs->super->s_kbytes_written += stats->bytes_written >> 10;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 48 BarItem(String t, double[] stats, String u, String slow, boolean sig) {
50 this.value= stats[0]==0 ? 0 : -stats[0] * 100;
65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) {
66 this.fItems.add(new BarItem(name, stats, url, slow, significant));
  /system/netd/
BandwidthController.cpp 993 int BandwidthController::parseForwardChainStats(TetherStats &stats, FILE *fp,
1016 if ((stats.ifaceIn == iface0) && (stats.ifaceOut == iface1)) {
1018 stats.rxPackets = packets;
1019 stats.rxBytes = bytes;
1020 } else if ((stats.ifaceOut == iface0) && (stats.ifaceIn == iface1)) {
1022 stats.txPackets = packets;
1023 stats.txBytes = bytes;
1027 return (stats.rxBytes == -1 || stats.txBytes == -1) ? -1 : 0
    [all...]
BandwidthController.h 78 * stats should have ifaceIn and ifaceOut initialized.
81 int getTetherStats(TetherStats &stats, std::string &extraProcessingInfo);
139 * stats should have ifaceIn and ifaceOut initialized.
143 static int parseForwardChainStats(TetherStats &stats, FILE *fp,
  /external/libppp/src/
mp.c 197 percent = MAX(mp->link.stats.total.in.OctetsPerSecond,
198 mp->link.stats.total.out.OctetsPerSecond) * 800 /
212 throughput_stop(&mp->link.stats.total);
218 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) {
219 throughput_destroy(&mp->link.stats.total);
220 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
221 throughput_callback(&mp->link.stats.total, mp_UpDown, mp);
225 throughput_start(&mp->link.stats.total, "MP throughput", 1);
233 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period)
236 throughput_clear(&mp->link.stats.total, THROUGHPUT_OVERALL, NULL)
    [all...]
physical.c 189 throughput_init(&p->link.stats.total, SAMPLE_PERIOD);
190 p->link.stats.parent = dl->bundle->ncp.mp.active ?
191 &dl->bundle->ncp.mp.link.stats.total : NULL;
192 p->link.stats.gather = 1;
370 throughput_stop(&p->link.stats.total);
371 throughput_log(&p->link.stats.total, LogPHASE, p->link.name);
405 throughput_destroy(&p->link.stats.total);
536 throughput_disp(&p->link.stats.total, arg->prompt);
642 p->link.stats.total.in.SampleOctets = (long long *)iov[(*niov)++].iov_base;
643 p->link.stats.total.out.SampleOctets = (long long *)iov[(*niov)++].iov_base
    [all...]
  /external/linux-tools-perf/util/
hist.c 324 min_callchain_hits = self->stats.total_period * (callchain_param.min_percent / 100);
613 total = pair_hists->stats.total_period;
858 displacement, fp, self->stats.total_period);
862 self->stats.total_period);
916 self->stats.total_period += h->period;
917 self->stats.nr_events[PERF_RECORD_SAMPLE] += h->nr_events;
926 self->nr_entries = self->stats.total_period = 0;
927 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0;
949 self->nr_entries = self->stats.total_period = 0;
950 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 1112 svs.stats.packets++;
1235 svs.stats.idle += start - end;
1275 svs.stats.active += end-start;
1276 if (++svs.stats.count == STATFRAMES)
1278 svs.stats.latched_active = svs.stats.active;
1279 svs.stats.latched_idle = svs.stats.idle;
1280 svs.stats.latched_packets = svs.stats.packets
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 35 namespace stats { namespace in namespace:__anon11553
334 ++stats::evaluateFixup;
463 ++stats::FragmentLayouts;
553 ++stats::EmittedFragments;
557 ++stats::EmittedAlignFragments;
597 ++stats::EmittedDataFragments;
602 ++stats::EmittedRelaxableFragments;
607 ++stats::EmittedCompactEncodedInstFragments;
612 ++stats::EmittedFillFragments;
636 ++stats::EmittedOrgFragments
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 238 * ewk_tile_updates_clear() to change @c stats.misses,
239 * @c stats.full_update and @c updates.
283 memset(&t->stats, 0, sizeof(Ewk_Tile_Stats));
284 t->stats.area = area;
379 t->stats.misses++;
381 if (!t->stats.full_update) {
382 t->stats.full_update = EINA_TRUE;
396 t->stats.misses++;
398 if (t->stats.full_update)
402 t->stats.full_update = EINA_TRUE
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
clnt.h 16 #include <linux/sunrpc/stats.h>
85 struct rpc_stat * stats; /* statistics */ member in struct:rpc_program
  /external/llvm/test/
Makefile.tests 21 # Specify ENABLE_STATS on the command line to enable -stats and -time-passes
24 STATS = -stats -time-passes
66 -$(LGCCAS) $(STATS) $< -o $@
  /external/ppp/pppd/include/net/
ppp-comp.h 74 void (*comp_stat) __P((void *state, struct compstat *stats));
91 void (*decomp_stat) __P((void *state, struct compstat *stats));
  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java 105 NetworkStats stats = TrafficStats.stopDataProfiling(null); local
106 NetworkStats.Entry entry = stats.getTotal(null);
109 Log.w(TAG, "Failed to collect bandwidth stats");
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 78 // If this is the first time using ddms or adt, open up the stats service
81 SdkStatsService stats = new SdkStatsService(); local
82 stats.checkUserPermissionForPing(new Shell(display));
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 189 rem Test using -stats flag
194 -stats ^
195 || ( echo Encode with -stats failed ^
197 %VCDIFF% -stats ^
201 || ( echo Decode with -stats failed ^
219 -stats ^
273 -stats ^
284 -stats ^
291 -stats ^
322 -stats
    [all...]
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 189 rem Test using -stats flag
194 -stats ^
195 || ( echo Encode with -stats failed ^
197 %VCDIFF% -stats ^
201 || ( echo Decode with -stats failed ^
219 -stats ^
273 -stats ^
284 -stats ^
291 -stats ^
322 -stats
    [all...]
  /bionic/libc/kernel/common/linux/nfsd/
xdr.h 135 struct kstatfs stats; member in struct:nfsd_statfsres

Completed in 692 milliseconds

1 2 3 4 5 6 7 891011>>