/external/gmock/src/ |
D | gmock-cardinalities.cc | 54 max_(max >= min_ ? max : min_) { in BetweenCardinalityImpl() 75 virtual int ConservativeUpperBound() const { return max_; } in ConservativeUpperBound() 78 return min_ <= call_count && call_count <= max_; in IsSatisfiedByCallCount() 82 return call_count >= max_; in IsSaturatedByCallCount() 89 const int max_; member in testing::__anon4ca5ef820111::BetweenCardinalityImpl 110 if (max_ == 0) { in DescribeTo() 112 } else if (max_ == INT_MAX) { in DescribeTo() 115 *os << "called at most " << FormatTimes(max_); in DescribeTo() 117 } else if (min_ == max_) { in DescribeTo() 119 } else if (max_ == INT_MAX) { in DescribeTo() [all …]
|
/external/google-breakpad/src/testing/src/ |
D | gmock-cardinalities.cc | 54 max_(max >= min_ ? max : min_) { in BetweenCardinalityImpl() 75 virtual int ConservativeUpperBound() const { return max_; } in ConservativeUpperBound() 78 return min_ <= call_count && call_count <= max_; in IsSatisfiedByCallCount() 82 return call_count >= max_; in IsSaturatedByCallCount() 89 const int max_; member in testing::__anon256798390111::BetweenCardinalityImpl 110 if (max_ == 0) { in DescribeTo() 112 } else if (max_ == INT_MAX) { in DescribeTo() 115 *os << "called at most " << FormatTimes(max_); in DescribeTo() 117 } else if (min_ == max_) { in DescribeTo() 119 } else if (max_ == INT_MAX) { in DescribeTo() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | bounds.py | 10 self.max_ = None 22 return "Bounds(min=%s,max=%s)" % (self.min_, self.max_) 38 return self.max_ 44 return self.max_ - self.min_ 48 return (self.min_ + self.max_) * 0.5 66 self.max_ = None 72 self.AddValue(bounds.max_) 76 self.max_ = value 81 self.max_ = max(self.max_, value) 104 return Bounds.GetOverlap(first_bounds.min_, first_bounds.max_, [all …]
|
/external/webrtc/webrtc/base/ |
D | rollingaccumulator.h | 48 max_ = T(); in Reset() 60 if (sample_to_remove >= max_) { in AddSample() 74 if (count_ == 1 || sample >= max_) { in AddSample() 75 max_ = sample; in AddSample() 101 max_ = samples_[next_index_]; in ComputeMax() 103 max_ = std::max(max_, samples_[(next_index_ + i) % max_count()]); in ComputeMax() 107 return max_; in ComputeMax() 162 mutable T max_; variable
|
D | exp_filter.cc | 34 if (max_ != kValueUndefined && filtered_ > max_) { in Apply() 35 filtered_ = max_; in Apply()
|
D | exp_filter.h | 24 : max_(max) { in max_() function 45 const float max_; variable
|
/external/google-benchmark/src/ |
D | stat.h | 218 max_ = dat; in Stat1MinMax() 232 max_ = dat; in Stat1MinMax() 237 max_ = stat.max_; in Stat1MinMax() 245 max_ = -std::numeric_limits<VType>::infinity(); in Clear() 248 max_ = std::numeric_limits<VType>::min(); in Clear() 254 max_ = stat.max_; 261 if (stat.max_ > max_) max_ = stat.max_; 276 VType Max() const { return max_; } in Max() 292 VType max_; // max of value[i] variable
|
/external/webp/src/utils/ |
D | quant_levels_dec.c | 65 int min_, max_; // min and max level values member 143 if (v < p->max_ && v > p->min_) { in ApplyFilter() 186 p->max_ = 0; in CountLevels() 190 if (v > p->max_) p->max_ = v; in CountLevels() 194 p->min_level_dist_ = p->max_ - p->min_; in CountLevels()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework.h | 97 max_(0) { in Stats() 136 return max_; in GetMax() 155 min_ = max_ = 0; in RefreshMinMax() 160 min_ = max_ = *it; in RefreshMinMax() 163 max_ = std::max(max_, *it); in RefreshMinMax() 175 T max_; variable
|
/external/v8/src/compiler/ |
D | node-cache.h | 33 : entries_(nullptr), size_(0), max_(max) {} in entries_() 54 size_t max_; variable
|
D | node-cache.cc | 32 if (size_ >= max_) return false; // Don't grow past the maximum size. in Resize()
|
/external/libchrome/base/metrics/ |
D | histogram_samples.cc | 28 HistogramBase::Sample max_; member in base::__anon6bde10670111::SampleCountPickleIterator 46 !iter_->ReadInt(&max_) || in Next() 56 *max = max_; in Get()
|
/external/deqp/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 67 FloatRange (float min_, float max_) : min(min_), max(max_) {} in FloatRange()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffparse.c | 864 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 870 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers() 913 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 919 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
D | cffparse.c | 864 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 870 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers() 913 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 919 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers()
|
/external/freetype/src/cff/ |
D | cffparse.c | 864 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 870 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers() 913 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument 919 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers()
|
/external/v8/src/regexp/ |
D | regexp-ast.h | 366 max_(max), in RegExpQuantifier() 386 int max() { return max_; } in max() 395 int max_; variable
|
/external/regex-re2/re2/ |
D | regexp.h | 327 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; } in max() 548 int max_; member
|
D | simplify.cc | 277 Regexp* nre = SimplifyRepeat(newsub, re->min_, re->max_, in PostVisit()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | per_element_func.hpp | 73 max_(const SrcPtr1& src1, const SrcPtr2& src2) in max_() function
|
/external/gmock/test/ |
D | gmock-matchers_test.cc | 2669 max_(Floating::Max()), in FloatingPointTest() 2747 const RawType max_; member in testing::gmock_matchers_test::FloatingPointTest 2793 Matcher<RawType> m5 = matcher_maker(ParentType::max_, ParentType::max_); in TestNearMatches() 2794 EXPECT_TRUE(m5.Matches(ParentType::max_)); in TestNearMatches() 2795 EXPECT_FALSE(m5.Matches(-ParentType::max_)); in TestNearMatches() 2797 Matcher<RawType> m6 = matcher_maker(-ParentType::max_, ParentType::max_); in TestNearMatches() 2798 EXPECT_FALSE(m6.Matches(ParentType::max_)); in TestNearMatches() 2799 EXPECT_TRUE(m6.Matches(-ParentType::max_)); in TestNearMatches() 2801 Matcher<RawType> m7 = matcher_maker(ParentType::max_, 0); in TestNearMatches() 2802 EXPECT_TRUE(m7.Matches(ParentType::max_)); in TestNearMatches() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 76 FloatRange (float min_, float max_) : min(min_), max(max_) {} in FloatRange()
|
/external/v8/src/ |
D | counters.cc | 33 CreateHistogram(name_, min_, max_, num_buckets_); in CreateHistogram()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 555 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {} in LogGradientFmt()
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 44 Mat_<double>& max_ = (Mat_<double>&)max; in testReduce() local 53 max_(0, ci) = std::max( max_(0, ci), (double)src_(ri, ci) ); in testReduce() 65 max_(ri, 0) = std::max( max_(ri, 0), (double)src_(ri, ci) ); in testReduce()
|