Searched refs:min_ (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/testing/src/
H A Dgmock-cardinalities.cc53 : min_(min >= 0 ? min : 0),
54 max_(max >= min_ ? max : min_) {
74 virtual int ConservativeLowerBound() const { return min_; }
78 return min_ <= call_count && call_count <= max_;
88 const int min_; member in class:testing::__anon5280::BetweenCardinalityImpl
109 if (min_ == 0) {
117 } else if (min_ == max_) {
118 *os << "called " << FormatTimes(min_);
120 *os << "called at least " << FormatTimes(min_);
[all...]
/external/webp/src/utils/
H A Dquant_levels_dec.c65 int min_, max_; // min and max level values member in struct:__anon16990
143 if (v < p->max_ && v > p->min_) {
185 p->min_ = 255;
189 if (v < p->min_) p->min_ = v;
194 p->min_level_dist_ = p->max_ - p->min_;
/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp67 FloatRange (float min_, float max_) : min(min_), max(max_) {} argument
/external/v8/src/
H A Dcounters.cc33 CreateHistogram(name_, min_, max_, num_buckets_);
H A Dcounters.h178 min_(min),
215 int min_; member in class:v8::internal::Histogram
H A Dast.h2803 min_(min),
2828 int min() { return min_; }
2837 int min_; member in class:v8::internal::FINAL
/external/regex-re2/re2/
H A Dregexp.h120 // Matches sub_[0] at least min_ times, at most max_ times.
326 int min() { DCHECK_EQ(op_, kRegexpRepeat); return min_; }
549 int min_; member in struct:re2::Regexp::__anon13583::__anon13584
H A Dsimplify.cc277 Regexp* nre = SimplifyRepeat(newsub, re->min_, re->max_,
H A Dregexp.cc278 re->min_ = min;
H A Dparse.cc485 re->min_ = min;
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp76 FloatRange (float min_, float max_) : min(min_), max(max_) {} argument
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp563 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {} argument
H A DglsVertexArrayTests.cpp1899 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType outputType_, Array::Storage storage_, Array::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_) argument
1908 , min (min_)

Completed in 2005 milliseconds