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

/external/stressapptest/src/
H A Dpattern.h70 unsigned int weight() {return weight_;}
80 int weight_; // This is the likelihood that this member in class:Pattern
H A Dpattern.cc294 weight_ = weight;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc140 weight_(weight),
161 return weight_;
198 int weight_; member in class:SuggestionsSourceStub
/external/chromium_org/net/dns/
H A Drecord_rdata.cc19 SrvRecordRdata::SrvRecordRdata() : priority_(0), weight_(0), port_(0) {
35 reader.ReadU16(&rdata->weight_);
52 return weight_ == srv_other->weight_ &&
H A Drecord_rdata.h55 uint16 weight() const { return weight_; }
64 uint16 weight_; member in class:net::SrvRecordRdata
/external/openfst/src/include/fst/
H A Dcompose-filter.h90 WeightFilterState() : weight_(W::Zero()) {}
91 explicit WeightFilterState(W w) : weight_(w) {}
95 size_t Hash() const { return weight_.Hash(); }
98 return weight_ == f.weight_;
102 return weight_ != f.weight_;
105 W GetWeight() const { return weight_; }
107 void SetWeight(W w) { weight_ = w; }
110 W weight_; member in class:fst::WeightFilterState
[all...]
H A Dfactor-weight.h101 : weight_(w), done_(w.Size() <= 1) {}
108 StringWeightIterator<L, S> iter(weight_);
116 void Reset() { done_ = weight_.Size() <= 1; }
119 StringWeight<L, S> weight_; member in class:fst::StringFactor
129 : weight_(w), done_(w.Value1().Size() <= 1) {}
136 StringFactor<L, S> iter(weight_.Value1());
137 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
142 void Reset() { done_ = weight_.Value1().Size() <= 1; }
145 GallicWeight<L, W, S> weight_; member in class:fst::GallicFactor
H A Darc-map.h976 explicit PlusMapper(Weight w) : weight_(w) {}
981 Weight w = Plus(arc.weight, weight_);
999 Weight weight_; member in struct:fst::PlusMapper
1010 explicit TimesMapper(Weight w) : weight_(w) {}
1015 Weight w = Times(arc.weight, weight_);
1030 Weight weight_; member in struct:fst::TimesMapper
H A Dlookahead-matcher.h141 : weight_(Weight::One()),
152 Weight LookAheadWeight() const { return weight_; }
166 void SetLookAheadWeight(const Weight &w) { weight_ = w; }
177 Weight weight_; // Look-ahead weight member in class:fst::LookAheadMatcherBase
H A Dencode.h64 Tuple(Label ilabel_, Label olabel_, Weight weight_) argument
65 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h81 : weight_(w), done_(w.Size() <= 1) {}
88 StringWeightIterator<L, S> iter(weight_);
96 void Reset() { done_ = weight_.Size() <= 1; }
99 StringWeight<L, S> weight_; member in class:fst::StringFactor
109 : weight_(w), done_(w.Value1().Size() <= 1) {}
116 StringFactor<L, S> iter(weight_.Value1());
117 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
122 void Reset() { done_ = weight_.Value1().Size() <= 1; }
125 GallicWeight<L, W, S> weight_; member in class:fst::GallicFactor
H A Dmap.h853 explicit PlusMapper(Weight w) : weight_(w) {}
858 Weight w = Plus(arc.weight, weight_);
868 Weight weight_; member in struct:fst::PlusMapper
877 explicit TimesMapper(Weight w) : weight_(w) {}
882 Weight w = Times(arc.weight, weight_);
892 Weight weight_; member in struct:fst::TimesMapper
H A Dencode.h49 Tuple(Label ilabel_, Label olabel_, Weight weight_) argument
50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
/external/chromium_org/net/spdy/
H A Dspdy_protocol.h978 uint8 weight() const { return weight_; }
979 void set_weight(uint8 weight) { weight_ = weight; }
987 uint8 weight_; member in class:net::SpdyPriorityIR
H A Dspdy_protocol.cc865 weight_(weight),

Completed in 2322 milliseconds