HomeSort by relevance Sort by last modified time
    Searched refs:max_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/testing/gmock/src/
gmock-cardinalities.cc 54 max_(max >= min_ ? max : min_) {
75 virtual int ConservativeUpperBound() const { return max_; }
78 return min_ <= call_count && call_count <= max_ ;
82 return call_count >= max_;
88 const int max_; member in class:testing::__anon3881::BetweenCardinalityImpl
109 if (max_ == 0) {
111 } else if (max_ == INT_MAX) {
114 *os << "called at most " << FormatTimes(max_);
116 } else if (min_ == max_) {
118 } else if (max_ == INT_MAX)
122 *os << "called between " << min_ << " and " << max_ << " times"; local
    [all...]
  /external/qemu/android/utils/
vector.h 21 unsigned max_##name \
30 (obj)->max_##name = 0; \
37 (obj)->max_##name = (count); \
44 (obj)->max_##name = 0; \
58 (obj)->max_##name = (newMax); \
64 if (_newCount > (obj)->max_##name) \
67 &(obj)->max_##name, _newCount ); \
  /external/freetype/src/cff/
cffparse.c 710 #define CFF_FIELD_DELTA( code_, name_, max_ ) \
716 clazz[i].array_max = max_; \
  /external/v8/src/
ast.h 2037 int max_; member in class:v8::internal::RegExpQuantifier
    [all...]

Completed in 180 milliseconds