Searched refs:stats (Results 1 - 15 of 15) sorted by relevance

/pkg/src/util/qual-simulator/
H A DMakefile25 run: stats.py
28 stats.py:
29 cp ../../modules/client/transport/stats.py .
35 rm -f stats.py *.pyc
H A Ddepot.py34 import stats namespace
116 self.stats = stats.RepoStats(self)
H A Dscenario.py33 import stats namespace
78 rc = stats.RepoChooser()
/pkg/src/modules/solver/
H A Dsolver.h90 typedef struct stats_t stats; typedef in typeref:struct:stats_t
139 stats stats; member in struct:solver_t
H A Dsolver.c331 s->stats.learnts--;
332 s->stats.learnts_literals -= clause_size(c);
334 s->stats.clauses--;
335 s->stats.clauses_literals -= clause_size(c);
482 s->stats.learnts++;
483 s->stats.learnts_literals += veci_size(cls);
644 s->stats.max_literals += veci_size(learnt);
646 s->stats.tot_literals += j;
701 s->stats.propagations++;
763 s->stats
[all...]
/pkg/src/web/_themes/default/en/
H A Dbase.css126 table.stats {
131 table.stats a#catalog-feed {
138 table.stats tr.first {
142 table.stats th { border: 0; }
143 table.stats th.last {
146 table.stats td { border: 0; }
147 table.stats td.label {
151 table.stats td.value { text-align: center; }
/pkg/src/web/_themes/sun.com/en/
H A Dbase.css119 table.stats a#catalog-feed {
126 table.stats {
130 table.stats tr.first {
134 table.stats th.last {
139 table.stats td { border: 0; }
140 table.stats td.label {
144 table.stats td.value { text-align: center; }
/pkg/src/web/_themes/opensolaris.com/en/
H A Dbase.css133 table.stats a#catalog-feed {
140 table.stats {
143 table.stats tbody {
146 table.stats tr.first {
149 table.stats th {
152 table.stats th.last {
156 table.stats td { border: 0; }
157 table.stats td.label {
161 table.stats td.value { text-align: center; }
/pkg/src/web/_themes/opensolaris.org/en/
H A Dbase.css129 table.stats {
136 table.stats a#catalog-feed {
145 table.stats tr.first {
149 table.stats th { border: 0; }
150 table.stats th.last {
153 table.stats td { border: 0; }
154 table.stats td.label {
158 table.stats td.value { text-align: center; }
/pkg/src/web/_themes/oracle.com/en/
H A Dbase.css231 table.stats a#catalog-feed {
238 table.stats {
243 table.stats tr.first {
247 table.stats th.last {
251 table.stats td { border: 0; }
252 table.stats td.label {
256 table.stats td.value { text-align: center; }
/pkg/doc/
H A DMakefile68 wos-filetype-stats.txt \
/pkg/src/modules/client/transport/
H A Dtransport.py53 import pkg.client.transport.stats as tstats
569 self.stats = tstats.RepoChooser()
885 repostats = self.stats[d.get_repouri_key()]
1016 repostats = self.stats[repouri_key]
1074 repostats = self.stats[repouri_key]
1136 repostats = self.stats[repouri_key]
1188 """Given a publisher pub, return the stats information
1203 repostats = self.stats[repouri_key]
1221 "Invalid stats response: {0}".format(e),
1348 repostats = self.stats[repouri_ke
[all...]
H A Dengine.py138 stored as part of the transport stats accounting.
223 # them, the tuple used to index the __xport.stats entry
226 # the format of the keys of the __xport.stats dictionary
229 repostats = self.__xport.stats[(h.repourl, h.proxy)]
325 repostats = self.__xport.stats[(h.repourl, h.proxy)]
536 stored as part of the transport stats accounting.
571 stored as part of the transport stats accounting.
1125 It's a subset of url. It's also used by the stats system.
/pkg/src/modules/client/
H A Dapi.py222 instance._img.transport.stats.dump()
224 # Don't generate stats if an invalid
686 self._img.transport.stats.dump()
688 # Don't generate stats if an invalid value
1116 self._img.transport.stats.dump()
1118 # Don't generate stats if an invalid value
2760 self._img.transport.stats.dump()
2762 # Don't generate stats if an invalid value
3038 self._img.transport.stats.dump()
3040 # Don't generate stats i
[all...]
H A Dimageplan.py4740 # helps the stats engine by only considering the performance of
4742 self.image.transport.stats.reset()
4756 # makes the pkg stats consistent between download and

Completed in 1980 milliseconds